Searched refs:commonLengthSmaller (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_opt.c | 383 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_insertBt1() local 414 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBt1() 462 …commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_insertBt1() 532 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_insertBtAndGetAllMatches() local 646 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() 682 …commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_insertBtAndGetAllMatches() 700 commonLengthSmaller = commonLengthLarger = 0; in ZSTD_insertBtAndGetAllMatches() 703 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() 727 …commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_insertBtAndGetAllMatches()
|
H A D | zstd_lazy.c | 74 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_insertDUBT1() local 99 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertDUBT1() 132 …commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_insertDUBT1() 184 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_DUBT_findBetterDictMatch() local 191 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBetterDictMatch() 211 …commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_DUBT_findBetterDictMatch() 298 { size_t commonLengthSmaller = 0, commonLengthLarger = 0; in ZSTD_DUBT_findBestMatch() local 314 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBestMatch() 345 …commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_DUBT_findBestMatch()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_opt.c | 425 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_insertBt1() local 460 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBt1() 508 …commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_insertBt1() 578 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_insertBtAndGetAllMatches() local 692 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() 727 …commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_insertBtAndGetAllMatches() 746 commonLengthSmaller = commonLengthLarger = 0; in ZSTD_insertBtAndGetAllMatches() 749 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() 772 …commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_insertBtAndGetAllMatches()
|
H A D | zstd_lazy.c | 73 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_insertDUBT1() local 98 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertDUBT1() 131 …commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_insertDUBT1() 183 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_DUBT_findBetterDictMatch() local 190 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBetterDictMatch() 210 …commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_DUBT_findBetterDictMatch() 298 { size_t commonLengthSmaller = 0, commonLengthLarger = 0; in ZSTD_DUBT_findBestMatch() local 314 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBestMatch() 345 …commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_DUBT_findBestMatch()
|