Home
last modified time | relevance | path

Searched refs:kMtfMask (Results 1 – 2 of 2) sorted by relevance

/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Compress/
H A DBZip2Decoder.cpp352 const UInt32 kMtfMask = (1 << kMtfBits) - 1; in ReadBlock2() local
364 UInt32 tmp = (state2 >> (kMtfBits * state4)) & kMtfMask; in ReadBlock2()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Compress/
H A DBZip2Decoder.cpp355 const UInt32 kMtfMask = (1 << kMtfBits) - 1; in ReadBlock2() local
367 UInt32 tmp = (state2 >> (kMtfBits * state4)) & kMtfMask; in ReadBlock2()