Searched refs:b2 (Results 1 – 11 of 11) sorted by relevance
| /tools/mm/ |
| A D | slabinfo.c | 999 b1, b2, b3, b4); in totals() 1004 b1, b2, b3, b4); in totals() 1009 b1, b2, b3, b4); in totals() 1014 b1, b2, b3, b4); in totals() 1020 b1, b2, b3, b4); in totals() 1026 b1, b2, b3, b4); in totals() 1031 b1, b2, b3, b4); in totals() 1036 b1, b2, b3, b4); in totals() 1052 b1, b2, b3); in totals() 1056 b1, b2, b3); in totals() [all …]
|
| /tools/arch/x86/lib/ |
| A D | insn.c | 214 if (X86_MODRM_MOD(b2) != 3) in insn_get_prefixes() 218 insn_set_byte(&insn->vex_prefix, 1, b2); in insn_get_prefixes() 220 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes() 221 insn_set_byte(&insn->vex_prefix, 2, b2); in insn_get_prefixes() 222 b2 = peek_nbyte_next(insn_byte_t, insn, 3); in insn_get_prefixes() 223 insn_set_byte(&insn->vex_prefix, 3, b2); in insn_get_prefixes() 226 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 230 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes() 231 insn_set_byte(&insn->vex_prefix, 2, b2); in insn_get_prefixes() 234 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() [all …]
|
| A D | x86-opcode-map.txt | 237 b2: MOV DL/R10L,Ib 534 b2: LSS Gv,Mp
|
| /tools/testing/selftests/hid/tests/ |
| A D | test_gamepad.py | 73 b2 = uhdev.buttons[1] 74 key2 = libevdev.evbit(uhdev.buttons_map[b2]) 76 buttons = {b1: True, b2: True} 88 buttons = {b1: False, b2: None} 97 buttons = {b1: None, b2: False}
|
| A D | test_mouse.py | 80 mouse.b2 = int(right)
|
| A D | test_multitouch.py | 279 global_data.b2 = 1 if self.left_state else 0
|
| /tools/testing/selftests/bpf/progs/ |
| A D | test_core_reloc_misc.c | 27 int b2; member
|
| A D | btf_dump_test_case_padding.c | 220 struct nested_packed b2; member
|
| A D | core_reloc_types.h | 671 int b2; member
|
| /tools/usb/usbip/ |
| A D | README | 156 - busid 4-1 (046d:08b2) 214 3-1: Logitech, Inc. : QuickCam Pro 4000 (046d:08b2)
|
| /tools/perf/Documentation/ |
| A D | perf-diff.txt | 157 Time string is'a1.b1,c1.d1:a2.b2,c2.d2'. Use ':' to separate timestamps
|
Completed in 34 milliseconds