Searched defs:get_bit (Results 1 – 11 of 11) sorted by relevance
/external/rust/android-crates-io/crates/bit_field/src/ |
D | lib.rs | 39 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/ |
D | bitfield_unit.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() function
|
/external/mesa3d/src/nouveau/compiler/bitview/ |
D | lib.rs | 168 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/ |
D | quotaio_tree.c | 558 #define get_bit(bmp, ind) ((bmp)[(ind) >> 3] & (1 << ((ind) & 7))) macro
|
/external/f2fs-tools/fsck/ |
D | quotaio_tree.c | 556 #define get_bit(bmp, ind) ((bmp)[(ind) >> 3] & (1 << ((ind) & 7))) macro
|
/external/dng_sdk/source/ |
D | dng_lossless_jpeg.cpp | 1587 inline int32 dng_lossless_decoder::get_bit () in get_bit() function in dng_lossless_decoder
|
/external/crosvm/hypervisor/src/haxm/haxm_sys/ |
D | bindings.rs | 41 pub fn get_bit(&self, index: usize) -> bool { in get_bit() function
|
/external/rust/android-crates-io/crates/ash/src/vk/ |
D | native.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() function
|
/external/crosvm/kvm_sys/src/x86/ |
D | bindings.rs | 64 pub fn get_bit(&self, index: usize) -> bool { in get_bit() function
|
/external/crosvm/hypervisor/src/whpx/whpx_sys/ |
D | bindings.rs | 20 pub fn get_bit(&self, index: usize) -> bool { in get_bit() function
|
/external/rust/android-crates-io/crates/libbpf-sys/src/ |
D | bindings.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() function
|