Home
last modified time | relevance | path

Searched refs:get_bit (Results 26 - 50 of 68) sorted by relevance

123

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Donly_bitfields.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 Dunion_bitfield.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_2.rs25 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
64 if self.get_bit(i + bit_offset) { in get()
H A Dbitfield-large.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-739-pointer-wide-bitfield.rs25 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
64 if self.get_bit(i + bit_offset) { in get()
H A Dunion_with_anon_struct_bitfield.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 Dpacked-bitfield.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 Dderive-partialeq-bitfield.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 Dstruct_with_bitfields.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_pragma_packed.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 Djsval_layout_opaque_1_0.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 Djsval_layout_opaque.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 Dweird_bitfields.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-1947.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 Dtimex.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 Dprivate_fields.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_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()
/third_party/NuttX/include/nuttx/fs/
H A Dfile.h109 bool get_bit(int i);
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp521.c1567 /* get_bit returns the |i|th bit in |in| */
1568 static char get_bit(const felem_bytearray in, int i) in get_bit() function
1611 bits = get_bit(g_scalar, i + 390) << 3; in batch_mul()
1613 bits |= get_bit(g_scalar, i + 260) << 2; in batch_mul()
1614 bits |= get_bit(g_scalar, i + 130) << 1; in batch_mul()
1615 bits |= get_bit(g_scalar, i); in batch_mul()
1633 bits = get_bit(scalars[num], i + 4) << 5; in batch_mul()
1634 bits |= get_bit(scalars[num], i + 3) << 4; in batch_mul()
1635 bits |= get_bit(scalars[num], i + 2) << 3; in batch_mul()
1636 bits |= get_bit(scalar in batch_mul()
[all...]
/third_party/openssl/crypto/ec/
H A Decp_nistp521.c1567 /* get_bit returns the |i|th bit in |in| */
1568 static char get_bit(const felem_bytearray in, int i) in get_bit() function
1611 bits = get_bit(g_scalar, i + 390) << 3; in batch_mul()
1613 bits |= get_bit(g_scalar, i + 260) << 2; in batch_mul()
1614 bits |= get_bit(g_scalar, i + 130) << 1; in batch_mul()
1615 bits |= get_bit(g_scalar, i); in batch_mul()
1633 bits = get_bit(scalars[num], i + 4) << 5; in batch_mul()
1634 bits |= get_bit(scalars[num], i + 3) << 4; in batch_mul()
1635 bits |= get_bit(scalars[num], i + 2) << 3; in batch_mul()
1636 bits |= get_bit(scalar in batch_mul()
[all...]
/third_party/f2fs-tools/fsck/
H A Dquotaio_tree.c556 #define get_bit(bmp, ind) ((bmp)[(ind) >> 3] & (1 << ((ind) & 7))) macro
627 if (!get_bit(bitmap, blk)) { in report_tree()
650 if (get_bit(bmp, i)) in find_set_bits()
/third_party/NuttX/fs/vfs/include/
H A Dfile.h551 bool get_bit(int i);

Completed in 18 milliseconds

123