Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_lazy.c39 U32 const btMask = (1 << btLog) - 1; in ZSTD_updateDUBT() local
82 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertDUBT1() local
191 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBetterDictMatch() local
261 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBestMatch() local
H A Dzstd_opt.c454 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1() local
612 U32 const btMask= (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches() local