Searched defs:nbCompares (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-6.6/lib/zstd/compress/ |
| D | zstd_opt.c | 443 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_insertBt1() local 591 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_insertBtAndGetAllMatches() local
|
| D | zstd_lazy.c | 66 U32 nbCompares, U32 btLow, in ZSTD_insertDUBT1() 158 U32 nbCompares, in ZSTD_DUBT_findBetterDictMatch() 255 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_DUBT_findBestMatch() local
|
| /kernel/linux/linux-5.10/lib/zstd/ |
| D | zstd_opt.h | 235 …tches(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, U32 nbCompares, const U32 mls… in ZSTD_insertBtAndGetAllMatches()
|
| D | compress.c | 1561 …CCtx *zc, const BYTE *const ip, const U32 mls, const BYTE *const iend, U32 nbCompares, U32 extDict) in ZSTD_insertBt1() 1643 …zc, const BYTE *const ip, const BYTE *const iend, size_t *offsetPtr, U32 nbCompares, const U32 mls, in ZSTD_insertBtAndFindBestMatch() 1724 …Tree(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iend, const U32 nbCompares, const U32 … in ZSTD_updateTree() 1755 …Dict(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iend, const U32 nbCompares, const U32 … in ZSTD_updateTree_extDict()
|