/kernel/liteos_a/fs/vfs/operation/ |
H A D | vfs_force_umount.c | 404 if (!get_bit(i)) { in FileDisableAndClean()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | layout_mbuf.rs | 24 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 63 if self.get_bit(i + bit_offset) { in get()
|
H A D | bitfield_align.rs | 24 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 63 if self.get_bit(i + bit_offset) { in get()
|
H A D | bitfield-32bit-overflow.rs | 24 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 63 if self.get_bit(i + bit_offset) { in get()
|
H A D | issue-816.rs | 24 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 63 if self.get_bit(i + bit_offset) { in get()
|
H A D | layout_eth_conf.rs | 24 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 63 if self.get_bit(i + bit_offset) { in get()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | hw.c | 974 u16 get_bit; in viafb_load_reg() local 987 get_bit = (timing_value & (BIT0 << bit_num)); in viafb_load_reg() 989 data | ((get_bit >> shift_next_reg) << start_index); in viafb_load_reg()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | hw.c | 974 u16 get_bit; in viafb_load_reg() local 987 get_bit = (timing_value & (BIT0 << bit_num)); in viafb_load_reg() 989 data | ((get_bit >> shift_next_reg) << start_index); in viafb_load_reg()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_lossless_jpeg.cpp | 473 int32 get_bit (); 1587 inline int32 dng_lossless_decoder::get_bit () in get_bit() function in dng_lossless_decoder 1643 code = (code << 1) | get_bit (); in HuffDecode()
|
/third_party/NuttX/fs/inode/ |
H A D | fs_files.c | 104 bool get_bit(int i) in get_bit() function
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 47 if self.get_bit(i + bit_offset) { in get()
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 47 if self.get_bit(i + bit_offset) { in get()
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 47 if self.get_bit(i + bit_offset) { in get()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 47 if self.get_bit(i + bit_offset) { in get()
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 47 if self.get_bit(i + bit_offset) { in get()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 47 if self.get_bit(i + bit_offset) { in get()
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 47 if self.get_bit(i + bit_offset) { in get()
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 47 if self.get_bit(i + bit_offset) { in get()
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 47 if self.get_bit(i + bit_offset) { in get()
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 47 if self.get_bit(i + bit_offset) { in get()
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 47 if self.get_bit(i + bit_offset) { in get()
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 47 if self.get_bit(i + bit_offset) { in get()
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 47 if self.get_bit(i + bit_offset) { in get()
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions 47 if self.get_bit(i + bit_offset) { in get()
|
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 1923 // e.g. value.get_bit<7>() gets the high bit 1925 simdutf_really_inline int get_bit() const { return _mm256_movemask_epi8(_mm256_slli_epi16(*this, 7-N)); } in get_bit() function 2190 // e.g. value.get_bit<7>() gets the high bit 2192 simdutf_really_inline int get_bit() const { return _mm256_movemask_epi8(_mm256_slli_epi16(*this, 15-N)); } in get_bit() function 2815 // e.g. value.get_bit<7>() gets the high bit 2817 simdutf_really_inline int get_bit() const { return _mm_movemask_epi8(_mm_slli_epi16(*this, 7-N)); } in get_bit() function 3155 // e.g. value.get_bit<7>() gets the high bit 3157 simdutf_really_inline int get_bit() const { return _mm_movemask_epi8(_mm_slli_epi16(*this, 7-N)); } in get_bit() function [all...] |