Home
last modified time | relevance | path

Searched defs:mlBase (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/lib/zstd/compress/
Dzstd_opt.c276 U32 const mlBase = matchLength - MINMATCH; in ZSTD_getMatchPrice() local
326 { U32 const mlBase = matchLength - MINMATCH; in ZSTD_updateStats() local
Dzstd_compress_internal.h381 MEM_STATIC U32 ZSTD_MLcode(U32 mlBase) in ZSTD_MLcode()
505 …StorePtr, size_t litLength, const BYTE* literals, const BYTE* litLimit, U32 offCode, size_t mlBase) in ZSTD_storeSeq()
/linux-5.19.10/lib/zstd/decompress/
Dzstd_decompress_block.c949 U32 const mlBase = mlDInfo.baseValue; in ZSTD_decodeSequence() local