Home
last modified time | relevance | path

Searched defs:get_bit (Results 1 – 11 of 11) sorted by relevance

/external/rust/android-crates-io/crates/bit_field/src/
Dlib.rs39 fn get_bit(&self, bit: usize) -> bool; in get_bit() method
137 fn get_bit(&self, bit: usize) -> bool; in get_bit() method
287 fn get_bit(&self, bit: usize) -> bool { in get_bit() method
/external/rust/android-crates-io/crates/bindgen/codegen/
Dbitfield_unit.rs19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() function
/external/mesa3d/src/nouveau/compiler/bitview/
Dlib.rs168 pub fn get_bit(&self, bit: usize) -> bool { in get_bit() method
219 pub fn get_bit(&self, bit: usize) -> bool { in get_bit() method
/external/e2fsprogs/lib/support/
Dquotaio_tree.c558 #define get_bit(bmp, ind) ((bmp)[(ind) >> 3] & (1 << ((ind) & 7))) macro
/external/f2fs-tools/fsck/
Dquotaio_tree.c556 #define get_bit(bmp, ind) ((bmp)[(ind) >> 3] & (1 << ((ind) & 7))) macro
/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp1587 inline int32 dng_lossless_decoder::get_bit () in get_bit() function in dng_lossless_decoder
/external/crosvm/hypervisor/src/haxm/haxm_sys/
Dbindings.rs41 pub fn get_bit(&self, index: usize) -> bool { in get_bit() function
/external/rust/android-crates-io/crates/ash/src/vk/
Dnative.rs19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() function
/external/crosvm/kvm_sys/src/x86/
Dbindings.rs64 pub fn get_bit(&self, index: usize) -> bool { in get_bit() function
/external/crosvm/hypervisor/src/whpx/whpx_sys/
Dbindings.rs20 pub fn get_bit(&self, index: usize) -> bool { in get_bit() function
/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() function