| /f-stack/freebsd/contrib/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 314 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBestMatch() local 944 size_t matchLength=0; in ZSTD_compressBlock_lazy_generic() local 1242 size_t matchLength=0; in ZSTD_compressBlock_lazy_extDict_generic() local
|
| H A D | zstd_ldm.c | 148 size_t matchLength = 0; in ZSTD_ldm_countBackwardsMatch() local 167 size_t matchLength = ZSTD_ldm_countBackwardsMatch(pIn, pAnchor, pMatch, pMatchBase); in ZSTD_ldm_countBackwardsMatch_2segments() local
|
| H A D | zstd_compress_internal.h | 92 U32 matchLength; /* Raw length of match */ member 662 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments() local
|
| H A D | zstd_compress.c | 4542 static size_t ZSTD_validateSequence(U32 offCode, U32 matchLength, in ZSTD_validateSequence() 4590 U32 matchLength; in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local 4659 U32 matchLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | zstd_internal.h | 352 U16 matchLength; member 376 U32 matchLength; member
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 1425 BYTE* matchLength; member 1680 size_t matchLength; member 1699 size_t matchLength; in ZSTD_decodeSequence() local
|
| H A D | zstd_v03.c | 2428 BYTE* matchLength; member 2670 size_t matchLength; member 2689 size_t matchLength; in ZSTD_decodeSequence() local
|
| H A D | zstd_v02.c | 2787 BYTE* matchLength; member 3029 size_t matchLength; member 3048 size_t matchLength; in ZSTD_decodeSequence() local
|
| H A D | zstd_v05.c | 537 BYTE* matchLength; member 3129 size_t matchLength; member 3150 size_t matchLength; in ZSTDv05_decodeSequence() local
|
| H A D | zstd_v04.c | 2796 size_t matchLength; member 2815 size_t matchLength; in ZSTD_decodeSequence() local
|
| H A D | zstd_v06.c | 588 U16* matchLength; member 3275 size_t matchLength; member
|
| H A D | zstd_v07.c | 2823 U16* matchLength; member 3505 size_t matchLength; member
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.h | 1138 unsigned int matchLength; /* Match length */ member
|
| H A D | zstd.c | 4198 unsigned int matchLength; /* Match length */ member 6627 U16 matchLength; member 6646 U32 matchLength; member 10098 U32 matchLength; member 10502 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments() local 19076 size_t matchLength=0; in ZSTD_compressBlock_lazy_generic() local 19353 size_t matchLength=0; in ZSTD_compressBlock_lazy_extDict_generic() local 19680 size_t matchLength = 0; in ZSTD_ldm_countBackwardsMatch() local 20404 U32 const matchLength, in ZSTD_getMatchPrice() 20436 U32 offsetCode, U32 matchLength) in ZSTD_updateStats() [all …]
|
| /f-stack/freebsd/contrib/zstd/lib/ |
| H A D | zstd.h | 1133 unsigned int matchLength; /* Match length of the sequence. */ member
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 659 size_t matchLength; member
|