Home
last modified time | relevance | path

Searched defs:get_bit (Results 51 - 65 of 65) sorted by relevance

123

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp1925 simdutf_really_inline int get_bit() const { return _mm256_movemask_epi8(_mm256_slli_epi16(*this, 7-N)); } in get_bit() function
2192 simdutf_really_inline int get_bit() const { return _mm256_movemask_epi8(_mm256_slli_epi16(*this, 15-N)); } in get_bit() function
2817 simdutf_really_inline int get_bit() const { return _mm_movemask_epi8(_mm_slli_epi16(*this, 7-N)); } in get_bit() function
3157 simdutf_really_inline int get_bit() const { return _mm_movemask_epi8(_mm_slli_epi16(*this, 7-N)); } in get_bit() function
[all...]
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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

Completed in 219 milliseconds

123