Searched defs:matchBit (Results 1 – 5 of 5) sorted by relevance
167 int matchBit; in decode() local
559 int matchBit; in encode() local598 int matchBit; in getMatchedPrice() local
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