Lines Matching defs:bit
62 bit = offs; \
64 probLit = prob + (offs + bit + symbol); \
65 GET_BIT2(probLit, symbol, offs ^= bit; , ;)
210 that is enough for worst case LZMA symbol with one additional RangeCoder normalization for one bit.
298 unsigned bit;
305 unsigned bit;
755 unsigned bit;
758 bit = offs;
760 probLit = prob + (offs + bit + symbol);
761 GET_BIT2_CHECK(probLit, symbol, offs ^= bit; , ; )