Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/lib/zstd/
Dzstd_opt.h246 const U32 btMask = (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches() local
Dcompress.c1568 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1() local
1651 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBtAndFindBestMatch() local
/kernel/linux/linux-5.10/lib/zstd/
Dzstd_opt.h246 const U32 btMask = (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches() local
Dcompress.c1568 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1() local
1651 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBtAndFindBestMatch() local