Searched defs:next_bit (Results 1 – 9 of 9) sorted by relevance
95 unsigned next_bit, bits_left, nr_bits; in cmos_read() local147 unsigned next_bit, bits_left, nr_bits; in cmos_write() local
94 int next_bit = bit << 1; // 2^(w+1), at most 256 in ec_compute_wNAF() local
252 unsigned int next_bit = hb_popcount (HB_GLYPH_FLAG_DEFINED) + 1; in compile() local
236 ULONG next_bit; in huff_read() local
516 UWORD32 next_bit = 0; in ixheaacd_mps_huff_read() local
1000 fn next_bit<I>(i: &mut (I, usize)) -> Option<bool> in next_bit() function