/third_party/vixl/src/aarch32/ |
D | operands-aarch32.cc | 246 for (uint32_t set_bit = 1 << 3; set_bit != 0; set_bit >>= 1) { in ImmediateVmov() local 248 encoding |= set_bit; in ImmediateVmov() 258 for (uint32_t set_bit = 1 << 7; set_bit != 0; set_bit >>= 1) { in ImmediateVmov() local 260 encoding |= set_bit; in ImmediateVmov() 340 for (uint32_t set_bit = 1 << 7; set_bit != 0; set_bit >>= 1) { in DecodeImmediate() local 342 if ((immediate & set_bit) != 0) { in DecodeImmediate()
|
/third_party/libinput/src/ |
D | evdev-totem.c | 96 set_bit(tool->axis_caps, LIBINPUT_TABLET_TOOL_AXIS_X); in totem_new_tool() 97 set_bit(tool->axis_caps, LIBINPUT_TABLET_TOOL_AXIS_Y); in totem_new_tool() 98 set_bit(tool->axis_caps, LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z); in totem_new_tool() 99 set_bit(tool->axis_caps, LIBINPUT_TABLET_TOOL_AXIS_SIZE_MAJOR); in totem_new_tool() 100 set_bit(tool->axis_caps, LIBINPUT_TABLET_TOOL_AXIS_SIZE_MINOR); in totem_new_tool() 101 set_bit(tool->buttons, BTN_0); in totem_new_tool() 228 set_bit(slot->changed_axes, LIBINPUT_TABLET_TOOL_AXIS_X); in totem_process_abs() 231 set_bit(slot->changed_axes, LIBINPUT_TABLET_TOOL_AXIS_Y); in totem_process_abs() 234 set_bit(slot->changed_axes, in totem_process_abs() 238 set_bit(slot->changed_axes, in totem_process_abs() [all …]
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | support.h | 67 #define set_bit(bit, var) (var) |= 1 << (bit) macro 73 set_bit(bit, var); \
|
/third_party/libevdev/libevdev/ |
D | libevdev-util.h | 49 set_bit(unsigned long *array, int bit) in set_bit() function 64 set_bit(array, bit); in set_bit_state()
|
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/ |
D | migrate_pages01.c | 144 set_bit(new_nodes, invalid_node, 1); in test_invalid_nodes() 235 set_bit(sane_old_nodes, node, 1); in setup() 236 set_bit(sane_new_nodes, node, 1); in setup()
|
D | migrate_pages03.c | 71 set_bit(new_nodes[0], nodes[0], 1); in setup() 72 set_bit(new_nodes[1], nodes[1], 1); in setup()
|
D | migrate_pages_common.h | 30 void set_bit(unsigned long *b, unsigned int n, unsigned int v);
|
D | migrate_pages_common.c | 28 void set_bit(unsigned long *b, unsigned int n, unsigned int v) in set_bit() function
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
D | bitfield_unit.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function 99 self.set_bit(index + bit_offset, val_bit_is_set); in set()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | issue-1076-unnamed-bitfield-alignment.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function 90 self.set_bit(index + bit_offset, val_bit_is_set); in set()
|
D | issue-1034.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function 90 self.set_bit(index + bit_offset, val_bit_is_set); in set()
|
D | divide-by-zero-in-struct-layout.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function 90 self.set_bit(index + bit_offset, val_bit_is_set); in set()
|
D | bitfield_method_mangling.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function 90 self.set_bit(index + bit_offset, val_bit_is_set); in set()
|
D | only_bitfields.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function 90 self.set_bit(index + bit_offset, val_bit_is_set); in set()
|
D | bitfield-method-same-name.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function 90 self.set_bit(index + bit_offset, val_bit_is_set); in set()
|
D | bitfield_align_2.rs | 38 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function 91 self.set_bit(index + bit_offset, val_bit_is_set); in set()
|
D | bitfield-linux-32.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function 90 self.set_bit(index + bit_offset, val_bit_is_set); in set()
|
D | incomplete-array-padding.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function 90 self.set_bit(index + bit_offset, val_bit_is_set); in set()
|
D | packed-bitfield.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function 90 self.set_bit(index + bit_offset, val_bit_is_set); in set()
|
D | bitfield-large.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function 90 self.set_bit(index + bit_offset, val_bit_is_set); in set()
|
D | derive-debug-bitfield.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function 90 self.set_bit(index + bit_offset, val_bit_is_set); in set()
|
D | derive-partialeq-bitfield.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function 90 self.set_bit(index + bit_offset, val_bit_is_set); in set()
|
D | derive-debug-bitfield-core.rs | 39 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function 92 self.set_bit(index + bit_offset, val_bit_is_set); in set()
|
D | derive-bitfield-method-same-name.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function 90 self.set_bit(index + bit_offset, val_bit_is_set); in set()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
D | incomplete-array-padding.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function 90 self.set_bit(index + bit_offset, val_bit_is_set); in set()
|