Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstd_lazy.c29 U32 const btMask = (1 << btLog) - 1; in ZSTD_updateDUBT() local
69 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertDUBT1() local
159 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBestMatch() local
Dzstd_opt.c281 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1() local
421 U32 const btMask= (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches() local