Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/compress/
Dzstd_lazy.c30 U32 const btMask = (1 << btLog) - 1; in ZSTD_updateDUBT() local
72 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertDUBT1() local
180 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBetterDictMatch() local
249 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBestMatch() local
Dzstd_opt.c392 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1() local
542 U32 const btMask= (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches() local