Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_opt.c332 U32 const mlBase = matchLength - MINMATCH; in ZSTD_getMatchPrice() local
383 { U32 const mlBase = matchLength - MINMATCH; in ZSTD_updateStats() local
H A Dzstd_compress_internal.h86 U16 mlBase; /* mlBase == matchLength - MINMATCH */ member
593 MEM_STATIC U32 ZSTD_MLcode(U32 mlBase) in ZSTD_MLcode()
749 { size_t const mlBase = matchLength - MINMATCH; in ZSTD_storeSeqOnly() local