Lines Matching defs:bit
184 unsigned bit; 187 bit = (matchByte & offs); 188 probLit = prob + offs + bit + symbol; 189 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit) 528 unsigned bit; 531 bit = (matchByte & offs); 532 probLit = prob + offs + bit + symbol; 533 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs &= bit)