Home
last modified time | relevance | path

Searched refs:get_bit (Results 51 - 75 of 75) sorted by relevance

123

/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_force_umount.c404 if (!get_bit(i)) { in FileDisableAndClean()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_mbuf.rs24 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
63 if self.get_bit(i + bit_offset) { in get()
H A Dbitfield_align.rs24 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
63 if self.get_bit(i + bit_offset) { in get()
H A Dbitfield-32bit-overflow.rs24 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
63 if self.get_bit(i + bit_offset) { in get()
H A Dissue-816.rs24 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
63 if self.get_bit(i + bit_offset) { in get()
H A Dlayout_eth_conf.rs24 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 Dhw.c974 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 Dhw.c974 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 Ddng_lossless_jpeg.cpp473 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 Dfs_files.c104 bool get_bit(int i) in get_bit() function
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs19 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 Dgeneral.rs19 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 Dgeneral.rs19 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 Dgeneral.rs19 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 Dgeneral.rs19 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 Dgeneral.rs19 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 Dgeneral.rs19 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 Dgeneral.rs19 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 Dgeneral.rs19 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 Dgeneral.rs19 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 Dgeneral.rs19 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 Dgeneral.rs19 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 Dgeneral.rs19 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 Dgeneral.rs19 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 Dsimdutf.cpp1923 // 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...]

Completed in 217 milliseconds

123