Searched refs:bit_buf (Results 1 – 1 of 1) sorted by relevance
2285 bit_buf |= (((tinfl_bit_buf_t)c) << num_bits); \2295 bit_buf >>= (n); \2306 b = bit_buf & ((1 << (n)) - 1); \2307 bit_buf >>= (n); \2319 temp = (pHuff)->m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]; \2331 temp = (pHuff)->m_tree[~temp + ((bit_buf >> code_len++) & 1)]; \2337 bit_buf |= (((tinfl_bit_buf_t)c) << num_bits); \2360 …bit_buf |= (((tinfl_bit_buf_t)pIn_buf_cur[0]) << num_bits) | (((tinfl_bit_buf_t)pIn_buf_cur[1]) <<…2365 …if ((temp = (pHuff)->m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= 0) …2372 …temp = (pHuff)->m_tree[~temp + ((bit_buf >> code_len++) & 1)]; …[all …]