Home
last modified time | relevance | path

Searched defs:matchLength (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c258 U32 const matchLength, in ZSTD_getMatchPrice()
290 U32 offsetCode, U32 matchLength) in ZSTD_updateStats()
413 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBt1() local
645 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() local
702 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() local
H A Dzstd_lazy.c98 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertDUBT1() local
190 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBetterDictMatch() local
313 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBestMatch() local
691 size_t matchLength=0; in ZSTD_compressBlock_lazy_generic() local
968 size_t matchLength=0; in ZSTD_compressBlock_lazy_extDict_generic() local
H A Dzstd_ldm.c155 size_t matchLength = 0; in ZSTD_ldm_countBackwardsMatch() local
H A Dzstd_compress_internal.h187 U32 matchLength; member
591 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c299 U32 const matchLength, in ZSTD_getMatchPrice()
331 U32 offsetCode, U32 matchLength) in ZSTD_updateStats()
460 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBt1() local
692 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() local
749 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() local
H A Dzstd_ldm.c200 size_t matchLength = 0; in ZSTD_ldm_countBackwardsMatch() local
219 size_t matchLength = ZSTD_ldm_countBackwardsMatch(pIn, pAnchor, pMatch, pMatchBase); in ZSTD_ldm_countBackwardsMatch_2segments() local
H A Dzstd_lazy.c98 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertDUBT1() local
190 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBetterDictMatch() local
314 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBestMatch() local
1541 size_t matchLength=0; in ZSTD_compressBlock_lazy_generic() local
1907 size_t matchLength=0; in ZSTD_compressBlock_lazy_extDict_generic() local
H A Dzstd_compress_internal.h139 U32 matchLength; /* Raw length of match */ member
603 size_t matchLength) in ZSTD_storeSeq()
827 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments() local
H A Dzstd_compress.c5763 ZSTD_validateSequence(U32 offCode, U32 matchLength, in ZSTD_validateSequence()
5821 U32 const matchLength = inSeqs[idx].matchLength; in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local
5889 U32 matchLength = currSeq.matchLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_internal.h329 U16 matchLength; member
348 U32 matchLength; member
/freebsd/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h320 U32 matchLength; member
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1421 BYTE* matchLength; member
1676 size_t matchLength; member
1695 size_t matchLength; in ZSTD_decodeSequence() local
H A Dzstd_v03.c2424 BYTE* matchLength; member
2666 size_t matchLength; member
2685 size_t matchLength; in ZSTD_decodeSequence() local
H A Dzstd_v02.c2783 BYTE* matchLength; member
3025 size_t matchLength; member
3044 size_t matchLength; in ZSTD_decodeSequence() local
H A Dzstd_v05.c534 BYTE* matchLength; member
3125 size_t matchLength; member
3146 size_t matchLength; in ZSTDv05_decodeSequence() local
H A Dzstd_v04.c2792 size_t matchLength; member
2811 size_t matchLength; in ZSTD_decodeSequence() local
H A Dzstd_v06.c585 U16* matchLength; member
3271 size_t matchLength; member
H A Dzstd_v07.c2819 U16* matchLength; member
3501 size_t matchLength; member
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1113 unsigned int matchLength; /* Match length */ member
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h1185 unsigned int matchLength; /* Match length of the sequence. */ member
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c555 size_t matchLength; member
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c735 size_t matchLength; member