Searched refs:nbMatches (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_opt.c | 870 …if (*nbMatches == 0 || ((candidateMatchLength > matches[*nbMatches-1].len) && *nbMatches < ZSTD_OP… in ZSTD_optLdm_maybeAddMatch() 873 matches[*nbMatches].len = candidateMatchLength; in ZSTD_optLdm_maybeAddMatch() 874 matches[*nbMatches].off = candidateOffCode; in ZSTD_optLdm_maybeAddMatch() 875 (*nbMatches)++; in ZSTD_optLdm_maybeAddMatch() 977 if (!nbMatches) { ip++; continue; } in ZSTD_compressBlock_opt_generic() 991 { U32 const maxML = matches[nbMatches-1].len; in ZSTD_compressBlock_opt_generic() 992 U32 const maxOffset = matches[nbMatches-1].off; in ZSTD_compressBlock_opt_generic() 1014 for (matchNb = 0; matchNb < nbMatches; matchNb++) { in ZSTD_compressBlock_opt_generic() 1095 if (!nbMatches) { in ZSTD_compressBlock_opt_generic() 1100 { U32 const maxML = matches[nbMatches-1].len; in ZSTD_compressBlock_opt_generic() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 20981 …U32 const nbMatches = ZSTD_BtGetAllMatches(matches, ms, &nextToUpdate3, ip, iend, dictMode, rep, l… in ZSTD_compressBlock_opt_generic() local 20982 if (!nbMatches) { ip++; continue; } in ZSTD_compressBlock_opt_generic() 20996 { U32 const maxML = matches[nbMatches-1].len; in ZSTD_compressBlock_opt_generic() 20997 U32 const maxOffset = matches[nbMatches-1].off; in ZSTD_compressBlock_opt_generic() 20999 nbMatches, maxML, maxOffset, (U32)(ip-prefixStart)); in ZSTD_compressBlock_opt_generic() 21019 for (matchNb = 0; matchNb < nbMatches; matchNb++) { in ZSTD_compressBlock_opt_generic() 21096 if (!nbMatches) { in ZSTD_compressBlock_opt_generic() 21101 { U32 const maxML = matches[nbMatches-1].len; in ZSTD_compressBlock_opt_generic() 21103 inr-istart, cur, nbMatches, maxML); in ZSTD_compressBlock_opt_generic() 21108 lastSequence.off = matches[nbMatches-1].off; in ZSTD_compressBlock_opt_generic() [all …]
|