Home
last modified time | relevance | path

Searched refs:next_bit (Results 1 – 5 of 5) sorted by relevance

/external/sfntly/cpp/src/test/
Dcmap_iterator_test.cc108 for (int32_t next_bit = current - beginning; in CompareCMapIterAndBitSet() local
110 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()
/external/boringssl/src/crypto/fipsmodule/ec/
Dwnaf.c103 int next_bit = bit << 1; // at most 256 in compute_wNAF() local
104 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()
/external/harfbuzz_ng/src/
Dhb-ot-map.cc197 unsigned int next_bit = global_bit_shift + 1; in compile() local
212 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()
/external/aac/libFDK/src/
Dnlc_dec.cpp236 ULONG next_bit; in huff_read() local
237 next_bit = FDKreadBits(strm, 1); in huff_read()
239 node = (*nodeTab)[node][next_bit]; in huff_read()
/external/libxaac/decoder/
Dixheaacd_mps_dec.c417 UWORD32 next_bit = 0; in ixheaacd_mps_huff_read() local
420 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()