Home
last modified time | relevance | path

Searched defs:next_bit (Results 1 – 6 of 6) sorted by relevance

/external/coreboot/util/nvramtool/
Dcmos_lowlevel.c95 unsigned next_bit, bits_left, nr_bits; in cmos_read() local
147 unsigned next_bit, bits_left, nr_bits; in cmos_write() local
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dwnaf.c94 int next_bit = bit << 1; // 2^(w+1), at most 256 in ec_compute_wNAF() local
/external/harfbuzz_ng/src/
Dhb-ot-map.cc252 unsigned int next_bit = hb_popcount (HB_GLYPH_FLAG_DEFINED) + 1; in compile() local
/external/aac/libFDK/src/
Dnlc_dec.cpp236 ULONG next_bit; in huff_read() local
/external/libxaac/decoder/
Dixheaacd_mps_dec.c516 UWORD32 next_bit = 0; in ixheaacd_mps_huff_read() local
/external/rust/android-crates-io/crates/winnow/src/stream/
Dmod.rs1113 fn next_bit<I>(i: &mut (I, usize)) -> Option<bool> in next_bit() function