Home
last modified time | relevance | path

Searched refs:set_bit (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/vixl/src/aarch32/
Doperands-aarch32.cc246 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/
Devdev-totem.c96 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/
Dsupport.h67 #define set_bit(bit, var) (var) |= 1 << (bit) macro
73 set_bit(bit, var); \
/third_party/libevdev/libevdev/
Dlibevdev-util.h49 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/
Dmigrate_pages01.c144 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()
Dmigrate_pages03.c71 set_bit(new_nodes[0], nodes[0], 1); in setup()
72 set_bit(new_nodes[1], nodes[1], 1); in setup()
Dmigrate_pages_common.h30 void set_bit(unsigned long *b, unsigned int n, unsigned int v);
Dmigrate_pages_common.c28 void set_bit(unsigned long *b, unsigned int n, unsigned int v) in set_bit() function
/third_party/rust/crates/bindgen/bindgen/codegen/
Dbitfield_unit.rs37 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/
Dissue-1076-unnamed-bitfield-alignment.rs37 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()
Dissue-1034.rs37 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()
Ddivide-by-zero-in-struct-layout.rs37 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()
Dbitfield_method_mangling.rs37 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()
Donly_bitfields.rs37 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()
Dbitfield-method-same-name.rs37 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()
Dbitfield_align_2.rs38 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()
Dbitfield-linux-32.rs37 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()
Dincomplete-array-padding.rs37 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()
Dpacked-bitfield.rs37 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()
Dbitfield-large.rs37 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()
Dderive-debug-bitfield.rs37 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()
Dderive-partialeq-bitfield.rs37 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()
Dderive-debug-bitfield-core.rs39 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()
Dderive-bitfield-method-same-name.rs37 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/
Dincomplete-array-padding.rs37 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()

1234