Home
last modified time | relevance | path

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

/third_party/lzma/Java/SevenZip/Compression/LZMA/
DDecoder.java76 int matchBit = (matchByte >> 7) & 1; in DecodeWithMatchByte() local
DEncoder.java99 int matchBit = ((matchByte >> i) & 1); in EncodeMatched() local
117 int matchBit = (matchByte >> i) & 1; in GetPrice() local
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp387 unsigned matchBit = (matchByte >> 7) & 1; in DecodeLiteral() local