Searched defs:mlBase (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_opt.c | 264 U32 const mlBase = matchLength - MINMATCH; in ZSTD_getMatchPrice() local 314 { U32 const mlBase = matchLength - MINMATCH; in ZSTD_updateStats() local
|
| H A D | zstd_compress_internal.h | 378 MEM_STATIC U32 ZSTD_MLcode(U32 mlBase) in ZSTD_MLcode() 502 …StorePtr, size_t litLength, const BYTE* literals, const BYTE* litLimit, U32 offCode, size_t mlBase) in ZSTD_storeSeq()
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 949 U32 const mlBase = mlDInfo.baseValue; in ZSTD_decodeSequence() local
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 10226 MEM_STATIC U32 ZSTD_MLcode(U32 mlBase) in ZSTD_MLcode() 10350 …StorePtr, size_t litLength, const BYTE* literals, const BYTE* litLimit, U32 offCode, size_t mlBase) in ZSTD_storeSeq() 20410 U32 const mlBase = matchLength - MINMATCH; in ZSTD_getMatchPrice() local 20460 { U32 const mlBase = matchLength - MINMATCH; in ZSTD_updateStats() local 27238 U32 const mlBase = mlDInfo.baseValue; in ZSTD_decodeSequence() local
|