Searched refs:next_bit (Results 1 – 5 of 5) sorted by relevance
108 for (int32_t next_bit = current - beginning; in CompareCMapIterAndBitSet() local110 next_bit = current - init_beginning) { in CompareCMapIterAndBitSet()112 EXPECT_TRUE(c <= next_bit || current == end); in CompareCMapIterAndBitSet()113 if (!(c <= next_bit || current == end)) in CompareCMapIterAndBitSet()115 if (c == next_bit) { in CompareCMapIterAndBitSet()
103 int next_bit = bit << 1; // at most 256 in compute_wNAF() local104 int mask = next_bit - 1; // at most 255 in compute_wNAF()118 digit = window_val - next_bit; // -2^w < digit < 0 in compute_wNAF()143 if (window_val != 0 && window_val != next_bit && window_val != bit) { in compute_wNAF()155 if (window_val > next_bit) { in compute_wNAF()
197 unsigned int next_bit = global_bit_shift + 1; in compile() local212 if (!info->max_value || next_bit + bits_needed > 8 * sizeof (hb_mask_t)) in compile()260 map->shift = next_bit; in compile()261 map->mask = (1u << (next_bit + bits_needed)) - (1u << next_bit); in compile()262 next_bit += bits_needed; in compile()
236 ULONG next_bit; in huff_read() local237 next_bit = FDKreadBits(strm, 1); in huff_read()239 node = (*nodeTab)[node][next_bit]; in huff_read()
417 UWORD32 next_bit = 0; in ixheaacd_mps_huff_read() local420 next_bit = ixheaacd_read_bits_buf(it_bit_buff, 1); in ixheaacd_mps_huff_read()421 node = (*node_tab)[node][next_bit]; in ixheaacd_mps_huff_read()