Home
last modified time | relevance | path

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

/f-stack/freebsd/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.c380 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1() local
530 U32 const btMask= (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches() local
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c18415 U32 const btMask = (1 << btLog) - 1; in ZSTD_updateDUBT() local
18457 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertDUBT1() local
18565 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBetterDictMatch() local
18634 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBestMatch() local
20526 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1() local
20676 U32 const btMask= (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches() local