Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zstd/compress/
A Dzstd_opt.c305 U32 const mlBase = matchLength - MINMATCH; in ZSTD_getMatchPrice() local
355 { U32 const mlBase = matchLength - MINMATCH; in ZSTD_updateStats() local
A Dzstd_compress_internal.h474 MEM_STATIC U32 ZSTD_MLcode(U32 mlBase) in ZSTD_MLcode()
635 { size_t const mlBase = matchLength - MINMATCH; in ZSTD_storeSeq() local
/linux-6.3-rc2/lib/zstd/common/
A Dzstd_internal.h279 U16 mlBase; /* mlBase == matchLength - MINMATCH */ member

Completed in 12 milliseconds