Home
last modified time | relevance | path

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

/external/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