Home
last modified time | relevance | path

Searched refs:EV_CNT (Results 1 - 15 of 15) sorted by relevance

/third_party/libevdev/test/
H A Dtest-event-names.c250 for (i = 0; i < EV_CNT; i++) { in START_TEST()
268 for (i = 0; i < EV_CNT; i++) { in START_TEST()
H A Dtest-context.c48 for (unsigned type = 1; type < EV_CNT; type++) { in START_TEST()
H A Dtest-uinput.c50 for (type = 0; type < EV_CNT; type++) { in START_TEST()
131 for (type = 0; type < EV_CNT; type++) { in START_TEST()
H A Dtest-event-codes.c126 ck_assert_int_eq(libevdev_event_code_from_name(EV_CNT, "CNT_FAKE"), -1); in START_TEST()
/third_party/glfw/src/
H A Dlinux_joystick.c142 char evBits[(EV_CNT + 7) / 8] = {0}; in openJoystickDevice()
/third_party/libevdev/libevdev/
H A Dlibevdev-int.h63 unsigned long bits[NLONGS(EV_CNT)];
H A Dlibevdev-uinput.c65 for (type = 0; type < EV_CNT; type++) { in set_evbits()
H A Dlibevdev.c1705 return type < EV_CNT && ev->type == type; in libevdev_event_is_type()
/third_party/FreeBSD/sys/dev/evdev/
H A Dinput-event-codes.h63 #define EV_CNT (EV_MAX+1) macro
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h51 #define EV_CNT (EV_MAX+1) macro
/third_party/libinput/include/linux/freebsd/
H A Dinput-event-codes.h51 #define EV_CNT (EV_MAX+1) macro
/third_party/libevdev/include/linux/linux/
H A Dinput-event-codes.h51 #define EV_CNT (EV_MAX+1) macro
/third_party/libinput/tools/
H A Dlibinput-record.c1542 for (unsigned int type = 0; type < EV_CNT; type++) { in print_description()
1628 for (unsigned int type = 0; type < EV_CNT; type++) { in print_bits_types()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2400 pub const EV_CNT: usize = EV_MAX as usize + 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3330 pub const EV_CNT: usize = EV_MAX as usize + 1; consts

Completed in 39 milliseconds