Searched defs:matchBit (Results 1 – 3 of 3) sorted by relevance
76 int matchBit = (matchByte >> 7) & 1; in DecodeWithMatchByte() local
99 int matchBit = ((matchByte >> i) & 1); in EncodeMatched() local117 int matchBit = (matchByte >> i) & 1; in GetPrice() local
387 unsigned matchBit = (matchByte >> 7) & 1; in DecodeLiteral() local