Searched defs:get_bit (Results 1 – 10 of 10) sorted by relevance
| /external/rust/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/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 | 169 pub fn get_bit(&self, bit: usize) -> bool { in get_bit() method 222 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 | 42 pub fn get_bit(&self, index: usize) -> bool { in get_bit() function
|
| /external/rust/crates/ash/src/vk/ |
| D | native.rs | 19 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/crosvm/kvm_sys/src/x86/ |
| D | bindings.rs | 82 pub fn get_bit(&self, index: usize) -> bool { in get_bit() function
|