Searched refs:type_a (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/evdev/ |
H A D | evdev_mt.c | 80 bool type_a; member 111 bool type_a; in evdev_mt_init() local 113 type_a = !bit_test(evdev->ev_abs_flags, ABS_MT_SLOT); in evdev_mt_init() 114 if (type_a) { in evdev_mt_init() 131 mt->type_a = type_a; in evdev_mt_init() 173 bool type_a = !bit_test(evdev->ev_abs_flags, ABS_MT_SLOT); in evdev_mt_send_slot() local 176 MPASS(type_a || (slot >= 0 && slot <= MAXIMAL_MT_SLOT(evdev))); in evdev_mt_send_slot() 177 MPASS(!type_a || state != NULL); in evdev_mt_send_slot() 179 if (!type_a) { in evdev_mt_send_slot() 189 if (type_a) in evdev_mt_send_slot() [all …]
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_option_acls.c | 87 acl_entry_type_t type_a, type_b; in compare_acl_entry() local 146 r = acl_get_entry_type_np(ae_a, &type_a); in compare_acl_entry() 154 if (type_a != type_b) in compare_acl_entry()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsNVVM.td | 280 !foldl([]<list<WMMA_REGS>>, TypeA, t2, type_a, !listconcat(t2, 281 !foldl([]<list<WMMA_REGS>>, !if(!size(TypeB), TypeB, [type_a]), t3, type_b, !listconcat(t3, 284 [[WMMA_REGS<geom, "a", type_a>,
|
H A D | IntrinsicsAMDGPU.td | 2848 // f32 %r = llvm.amdgcn.dot4.f32.type_a.type_b (v4type_a (as i32) %a, v4type_b (as i32) %b, f32 %c)
|