Lines Matching defs:bit_buf
2469 bit_buf |= (((tinfl_bit_buf_t)c) << num_bits); \
2477 bit_buf >>= (n); \
2486 b = bit_buf & ((1 << (n)) - 1); \
2487 bit_buf >>= (n); \
2503 temp = (pHuff)->m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]; \
2510 temp = (pHuff)->m_tree[~temp + ((bit_buf >> code_len++) & 1)]; \
2515 bit_buf |= (((tinfl_bit_buf_t)c) << num_bits); \
2537 bit_buf |= (((tinfl_bit_buf_t)pIn_buf_cur[0]) << num_bits) | \
2543 if ((temp = (pHuff)->m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= \
2549 temp = (pHuff)->m_tree[~temp + ((bit_buf >> code_len++) & 1)]; \
2553 bit_buf >>= code_len; \
2582 tinfl_bit_buf_t bit_buf;
2603 bit_buf = r->m_bit_buf;
2610 bit_buf = num_bits = dist = counter = num_extra = r->m_zhdr0 = r->m_zhdr1 = 0;
2798 bit_buf |=
2805 bit_buf |=
2813 .m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >=
2820 .m_tree[~sym2 + ((bit_buf >> code_len++) & 1)];
2824 bit_buf >>= code_len;
2830 bit_buf |=
2838 .m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >=
2845 .m_tree[~sym2 + ((bit_buf >> code_len++) & 1)];
2848 bit_buf >>= code_len;
2949 r->m_bit_buf = bit_buf;