Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dbitstream.h296 U32 const bitMask = sizeof(bitD->bitContainer) * 8 - 1; in BIT_lookBits() local
304 U32 const bitMask = sizeof(bitD->bitContainer) * 8 - 1; in BIT_lookBitsFast() local