Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c264 U32 const mlBase = matchLength - MINMATCH; in ZSTD_getMatchPrice() local
314 { U32 const mlBase = matchLength - MINMATCH; in ZSTD_updateStats() local
H A Dzstd_compress_internal.h315 MEM_STATIC U32 ZSTD_MLcode(U32 mlBase) in ZSTD_MLcode()
439 …StorePtr, size_t litLength, const BYTE* literals, const BYTE* litLimit, U32 offCode, size_t mlBase) in ZSTD_storeSeq()
/freebsd/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h289 U16 mlBase; /* mlBase == matchLength - MINMATCH */ member
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c305 U32 const mlBase = matchLength - MINMATCH; in ZSTD_getMatchPrice() local
355 { U32 const mlBase = matchLength - MINMATCH; in ZSTD_updateStats() local
H A Dzstd_compress_internal.h486 MEM_STATIC U32 ZSTD_MLcode(U32 mlBase) in ZSTD_MLcode()
647 { size_t const mlBase = matchLength - MINMATCH; in ZSTD_storeSeq() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c840 U32 const mlBase = mlDInfo.baseValue; in ZSTD_decodeSequence() local