Searched refs:MSC_MAX (Results 1 - 9 of 9) sorted by relevance
/third_party/libevdev/test/ |
H A D | test-event-names.c | 17 ck_assert(libevdev_event_code_get_name(EV_MSC, MSC_MAX + 1) == NULL); in START_TEST() 147 ck_assert_str_eq(libevdev_event_code_get_name(EV_MSC, MSC_MAX), "MSC_MAX"); in START_TEST() 149 ck_assert(libevdev_event_code_get_name(EV_MSC, MSC_MAX - 1) == NULL); in START_TEST()
|
H A D | test-event-codes.c | 172 ck_assert_int_eq(libevdev_event_code_from_name(EV_MSC, "MSC_MAX"), MSC_MAX); in START_TEST() 183 ck_assert_int_eq(libevdev_event_code_from_code_name("MSC_MAX"), MSC_MAX); in START_TEST()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 947 #define MSC_MAX 0x07 macro 948 #define MSC_CNT (MSC_MAX+1)
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 905 #define MSC_MAX 0x07 macro 906 #define MSC_CNT (MSC_MAX+1)
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 905 #define MSC_MAX 0x07 macro 906 #define MSC_CNT (MSC_MAX+1)
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 935 #define MSC_MAX 0x07 macro 936 #define MSC_CNT (MSC_MAX+1)
|
/third_party/libevdev/include/ |
H A D | event-names.h | 722 static const char * const msc_map[MSC_MAX + 1] = { 729 [MSC_MAX] = "MSC_MAX", 832 MSC_MAX, 1588 { .name = "MSC_MAX", .value = MSC_MAX },
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 2411 pub const MSC_MAX: ::__u16 = 0x07; consts 2412 pub const MSC_CNT: usize = MSC_MAX as usize + 1;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3341 pub const MSC_MAX: ::__u16 = 0x07; consts 3342 pub const MSC_CNT: usize = MSC_MAX as usize + 1;
|
Completed in 33 milliseconds