Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c31 U32 const btMask = (1 << btLog) - 1; in ZSTD_updateDUBT() local
73 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertDUBT1() local
181 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBetterDictMatch() local
250 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBestMatch() local
H A Dzstd_opt.c381 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1() local
531 U32 const btMask= (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches() local
/freebsd/sys/contrib/zstd/lib/compress/
H A 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
H A Dzstd_opt.c423 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1() local
577 U32 const btMask= (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches() local