Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dzstd_opt.h142 …ore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32 offset, U32 matchLength, const int ul… in ZSTD_getPrice()
165 …atePrice(seqStore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32 offset, U32 matchLength) in ZSTD_updatePrice()
297 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com… in ZSTD_insertBtAndGetAllMatches() local
Dzstd_internal.h175 U16 matchLength; member
Dcompress.c943 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments() local
1590 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com… in ZSTD_insertBt1() local
1672 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com… in ZSTD_insertBtAndFindBestMatch() local
1927 size_t matchLength = 0; in ZSTD_compressBlock_lazy_generic() local
2088 size_t matchLength = 0; in ZSTD_compressBlock_lazy_extDict_generic() local
Ddecompress.c863 size_t matchLength; member
/linux-4.19.296/lib/lz4/
Dlz4hc_compress.c266 int matchLength, in LZ4HC_encodeSequence()
Dlz4_compress.c641 size_t matchLength = LZ4_count(ip + MINMATCH, in LZ4_compress_destSize_generic() local