/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_opt.c | 258 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 D | zstd_lazy.c | 98 …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 D | zstd_ldm.c | 155 size_t matchLength = 0; in ZSTD_ldm_countBackwardsMatch() local
|
H A D | zstd_compress_internal.h | 187 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 D | zstd_opt.c | 299 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 D | zstd_ldm.c | 200 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 D | zstd_lazy.c | 98 …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 D | zstd_compress_internal.h | 139 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 D | zstd_compress.c | 5763 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 D | zstd_internal.h | 329 U16 matchLength; member 348 U32 matchLength; member
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | zstd_internal.h | 320 U32 matchLength; member
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v01.c | 1421 BYTE* matchLength; member 1676 size_t matchLength; member 1695 size_t matchLength; in ZSTD_decodeSequence() local
|
H A D | zstd_v03.c | 2424 BYTE* matchLength; member 2666 size_t matchLength; member 2685 size_t matchLength; in ZSTD_decodeSequence() local
|
H A D | zstd_v02.c | 2783 BYTE* matchLength; member 3025 size_t matchLength; member 3044 size_t matchLength; in ZSTD_decodeSequence() local
|
H A D | zstd_v05.c | 534 BYTE* matchLength; member 3125 size_t matchLength; member 3146 size_t matchLength; in ZSTDv05_decodeSequence() local
|
H A D | zstd_v04.c | 2792 size_t matchLength; member 2811 size_t matchLength; in ZSTD_decodeSequence() local
|
H A D | zstd_v06.c | 585 U16* matchLength; member 3271 size_t matchLength; member
|
H A D | zstd_v07.c | 2819 U16* matchLength; member 3501 size_t matchLength; member
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/ |
H A D | zstd.h | 1113 unsigned int matchLength; /* Match length */ member
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | zstd.h | 1185 unsigned int matchLength; /* Match length of the sequence. */ member
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 555 size_t matchLength; member
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 735 size_t matchLength; member
|