Searched defs:mlBase (Results 1 – 6 of 6) sorted by relevance
264 U32 const mlBase = matchLength - MINMATCH; in ZSTD_getMatchPrice() local314 { U32 const mlBase = matchLength - MINMATCH; in ZSTD_updateStats() local
315 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()
289 U16 mlBase; /* mlBase == matchLength - MINMATCH */ member
305 U32 const mlBase = matchLength - MINMATCH; in ZSTD_getMatchPrice() local355 { U32 const mlBase = matchLength - MINMATCH; in ZSTD_updateStats() local
486 MEM_STATIC U32 ZSTD_MLcode(U32 mlBase) in ZSTD_MLcode()647 { size_t const mlBase = matchLength - MINMATCH; in ZSTD_storeSeq() local
840 U32 const mlBase = mlDInfo.baseValue; in ZSTD_decodeSequence() local