Home | History | Annotate | Download | only in C

Lines Matching defs:bit

52   bit = (matchByte & offs); \

53 probLit = prob + offs + bit + symbol; \
54 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
205 unsigned bit;
212 unsigned bit;
561 unsigned bit;
564 bit = (matchByte & offs);
565 probLit = prob + offs + bit + symbol;
566 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs &= bit)