Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/zstd/
H A 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
H A Dzstd_internal.h185 U16 matchLength; member
H A 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
H A Ddecompress.c863 size_t matchLength; member
/OK3568_Linux_fs/kernel/lib/lz4/
H A Dlz4hc_compress.c266 int matchLength, in LZ4HC_encodeSequence()
H A Dlz4_compress.c641 size_t matchLength = LZ4_count(ip + MINMATCH, in LZ4_compress_destSize_generic() local