/third_party/alsa-utils/alsamixer/ |
D | bindings.h | 15 extern command_enum mixer_bindings[KEY_MAX]; 17 extern uint8_t textbox_bindings[KEY_MAX]; 66 CMD_TEXTBOX___MIN_MENU_COMMAND = MIN_MENU_COMMAND - KEY_MAX, 67 CMD_TEXTBOX_TOP = REQ_FIRST_ITEM - KEY_MAX, 68 CMD_TEXTBOX_BOTTOM = REQ_LAST_ITEM - KEY_MAX, 69 CMD_TEXTBOX_LEFT = REQ_LEFT_ITEM - KEY_MAX, 70 CMD_TEXTBOX_RIGHT = REQ_RIGHT_ITEM - KEY_MAX, 71 CMD_TEXTBOX_UP = REQ_UP_ITEM - KEY_MAX, 72 CMD_TEXTBOX_DOWN = REQ_DOWN_ITEM - KEY_MAX, 73 CMD_TEXTBOX_PAGE_DOWN = REQ_SCR_DPAGE - KEY_MAX, [all …]
|
D | curskey.c | 118 keynames = ccalloc(sizeof(struct curskey_key), (KEY_MAX - KEY_MIN)); in create_ncurses_keynames() 120 for (key = KEY_MIN; key != KEY_MAX; ++key) { in create_ncurses_keynames()
|
D | menu_widget.c | 58 menu_driver(menu, key + KEY_MAX); in menu_widget_handle_key()
|
D | bindings.c | 6 uint8_t textbox_bindings[KEY_MAX] = {
|
/third_party/libinput/test/ |
D | litest-device-keyboard-all-codes.c | 54 int events[KEY_MAX * 2 + 2]; in all_codes_create() 57 for (idx = 0, code = 0; code < KEY_MAX; code++) { in all_codes_create()
|
D | litest-int.h | 35 #define LITEST_BTN_TOOL_AUTO (KEY_MAX << 1)
|
/third_party/libevdev/test/ |
D | test-event-names.c | 14 ck_assert(libevdev_event_code_get_name(EV_KEY, KEY_MAX + 1) == NULL); in START_TEST() 89 ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, KEY_MAX), "KEY_MAX"); in START_TEST() 90 ck_assert(libevdev_event_code_get_name(EV_KEY, KEY_MAX - 1) == NULL); in START_TEST() 234 ck_assert_int_eq(libevdev_event_type_get_max(EV_KEY), KEY_MAX); in START_TEST()
|
D | test-event-codes.c | 169 ck_assert_int_eq(libevdev_event_code_from_name(EV_KEY, "KEY_MAX"), KEY_MAX); in START_TEST() 180 ck_assert_int_eq(libevdev_event_code_from_code_name("KEY_MAX"), KEY_MAX); in START_TEST()
|
/third_party/toybox/kconfig/lxdialog/ |
D | dialog.h | 91 #define ERRDISPLAYTOOSMALL (KEY_MAX + 1) 224 #define M_EVENT (KEY_MAX+1)
|
/third_party/musl/src/crypt/ |
D | crypt_sha256.c | 171 #define KEY_MAX 256 macro 197 klen = strnlen(key, KEY_MAX+1); in sha256crypt() 198 if (klen > KEY_MAX) in sha256crypt()
|
D | crypt_md5.c | 182 #define KEY_MAX 30000 macro 206 klen = strnlen(key, KEY_MAX+1); in md5crypt() 207 if (klen > KEY_MAX) in md5crypt()
|
D | crypt_sha512.c | 192 #define KEY_MAX 256 macro 218 for (i = 0; i <= KEY_MAX && key[i]; i++); in sha512crypt() 219 if (i > KEY_MAX) in sha512crypt()
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/linux/ |
D | SDL_sysjoystick_c.h | 46 Uint8 key_map[KEY_MAX - BTN_MISC];
|
D | SDL_sysjoystick.c | 89 unsigned long keybit[NBITS(KEY_MAX)] = { 0 }; in IsJoystick() 434 unsigned long keybit[NBITS(KEY_MAX)] = { 0 }; in ConfigJoystick() 444 for (i = BTN_JOYSTICK; i < KEY_MAX; ++i) { in ConfigJoystick()
|
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 777 #define KEY_MAX 0x2ff macro 778 #define KEY_CNT (KEY_MAX+1)
|
/third_party/FreeBSD/sys/dev/evdev/ |
D | input-event-codes.h | 791 #define KEY_MAX 0x2ff macro 792 #define KEY_CNT (KEY_MAX+1)
|
/third_party/libinput/include/linux/linux/ |
D | input-event-codes.h | 777 #define KEY_MAX 0x2ff macro 778 #define KEY_CNT (KEY_MAX+1)
|
/third_party/libevdev/include/linux/linux/ |
D | input-event-codes.h | 784 #define KEY_MAX 0x2ff macro 785 #define KEY_CNT (KEY_MAX+1)
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | NumberRangeFormatterSettings.java | 28 static final int KEY_MAX = 7; field in NumberRangeFormatterSettings
|
D | NumberFormatterSettings.java | 49 static final int KEY_MAX = 18; field in NumberFormatterSettings
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
D | NumberRangeFormatterSettings.java | 29 static final int KEY_MAX = 7; field in NumberRangeFormatterSettings
|
D | NumberFormatterSettings.java | 48 static final int KEY_MAX = 16; field in NumberFormatterSettings
|
/third_party/libevdev/tools/ |
D | libevdev-events.c | 65 print_code_bits(dev, EV_KEY, KEY_MAX); in print_bits()
|
/third_party/libevdev/include/ |
D | event-names.h | 85 static const char * const key_map[KEY_MAX + 1] = { 573 [KEY_MAX] = "KEY_MAX", 812 KEY_MAX, 1357 { .name = "KEY_MAX", .value = KEY_MAX },
|
/third_party/libinput/src/ |
D | evdev-debounce.c | 491 for (unsigned int code = 0; code <= KEY_MAX; code++) { in fallback_debounce_handle_state()
|