Home
last modified time | relevance | path

Searched refs:KEY_COUNT (Results 1 – 25 of 118) sorted by relevance

12345

/dports/games/flare-engine/flare-engine-1.12/src/
H A DInputState.h90 static const int KEY_COUNT = 31; variable
91 static const int KEY_COUNT_USER = KEY_COUNT - 4; // exclude CTRL, SHIFT, etc from keybinding menu
92 int binding[KEY_COUNT];
93 int binding_alt[KEY_COUNT];
94 int binding_joy[KEY_COUNT];
132 bool pressing[KEY_COUNT];
133 bool lock[KEY_COUNT];
136 bool slow_repeat[KEY_COUNT];
137 Timer repeat_cooldown[KEY_COUNT];
164 bool un_press[KEY_COUNT];
H A DSDLInputState.cpp57 for (int key=0; key<KEY_COUNT; key++) { in SDLInputState()
166 for (int key=0; key<KEY_COUNT; key++) { in defaultQwertyKeyBindings()
198 for (int i = 0; i < KEY_COUNT; ++i) { in validateFixedKeyBinding()
253 for (int key=0; key<KEY_COUNT; key++) { in handle()
264 for (int key=0; key<KEY_COUNT; key++) { in handle()
364 for (int key=0; key<KEY_COUNT; key++) { in handle()
378 for (int key=0; key<KEY_COUNT; key++) { in handle()
486 for (int key=0; key<KEY_COUNT; key++) { in handle()
581 for (int key=0; key<KEY_COUNT; key++) { in handle()
608 for (int i = 0; i < KEY_COUNT; i++) { in handle()
[all …]
/dports/devel/cc65/cc65-2.19/libsrc/pet/
H A Dcgetc.s12 _cgetc: lda KEY_COUNT ; Get number of characters
21 L1: lda KEY_COUNT
38 cpx KEY_COUNT
40 dec KEY_COUNT
/dports/databases/p5-Redis-Fast/Redis-Fast-0.31/deps/hiredis/examples/
H A Dexample-push.c36 #define KEY_COUNT 5 macro
140 for (j = 0; j < KEY_COUNT; j++) { in main()
149 for (j = 0; j < KEY_COUNT; j++) { in main()
156 printf("\nTotal detected invalidations: %d, expected: %d\n", invalidations, KEY_COUNT); in main()
/dports/databases/redis-devel/redis-0e5b813/deps/hiredis/examples/
H A Dexample-push.c36 #define KEY_COUNT 5 macro
140 for (j = 0; j < KEY_COUNT; j++) { in main()
149 for (j = 0; j < KEY_COUNT; j++) { in main()
156 printf("\nTotal detected invalidations: %d, expected: %d\n", invalidations, KEY_COUNT); in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/talos/talos/
H A Dmainthreadio.py25 KEY_COUNT = 'Count' variable
73 KEY_COUNT: 1,
80 data[key_tuple][KEY_COUNT] += 1
101 key[0], key[1], key[2], key[3], value[KEY_COUNT],
/dports/www/firefox/firefox-99.0/testing/talos/talos/
H A Dmainthreadio.py28 KEY_COUNT = "Count" variable
95 KEY_COUNT: 1,
102 data[key_tuple][KEY_COUNT] += 1
128 value[KEY_COUNT],
/dports/lang/spidermonkey60/firefox-60.9.0/testing/talos/talos/
H A Dmainthreadio.py29 KEY_COUNT = 'Count' variable
89 KEY_COUNT: 1,
96 data[key_tuple][KEY_COUNT] += 1
117 key[0], key[1], key[2], key[3], value[KEY_COUNT],
/dports/www/firefox-esr/firefox-91.8.0/testing/talos/talos/
H A Dmainthreadio.py30 KEY_COUNT = "Count" variable
97 KEY_COUNT: 1,
104 data[key_tuple][KEY_COUNT] += 1
130 value[KEY_COUNT],
/dports/mail/thunderbird/thunderbird-91.8.0/testing/talos/talos/
H A Dmainthreadio.py30 KEY_COUNT = "Count" variable
97 KEY_COUNT: 1,
104 data[key_tuple][KEY_COUNT] += 1
130 value[KEY_COUNT],
/dports/lang/spidermonkey78/firefox-78.9.0/testing/talos/talos/
H A Dmainthreadio.py29 KEY_COUNT = 'Count' variable
89 KEY_COUNT: 1,
96 data[key_tuple][KEY_COUNT] += 1
117 key[0], key[1], key[2], key[3], value[KEY_COUNT],
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dcodetab.inc16 #define KEY_COUNT (1 << LOG_KEY_SIZE)
25 NODE_HEADER_SIZE + KEY_COUNT pointers.
43 Then there are KEY_COUNT "key" pointers for the content of the
44 node. Note that KEY_COUNT is smaller than the number of bits
124 long sz = (KEY_COUNT + NODE_HEADER_SIZE) * sizeof(void *);
322 for (j = 0; j < KEY_COUNT; j++) {
326 if (j == KEY_COUNT) {
363 for (i = 0; i < KEY_COUNT; i++) {
371 for (j = 0; j < KEY_COUNT; j++) {
375 if (j == KEY_COUNT) {
[all …]
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dcodetab.inc16 #define KEY_COUNT (1 << LOG_KEY_SIZE)
25 NODE_HEADER_SIZE + KEY_COUNT pointers.
43 Then there are KEY_COUNT "key" pointers for the content of the
44 node. Note that KEY_COUNT is smaller than the number of bits
124 long sz = (KEY_COUNT + NODE_HEADER_SIZE) * sizeof(void *);
322 for (j = 0; j < KEY_COUNT; j++) {
326 if (j == KEY_COUNT) {
363 for (i = 0; i < KEY_COUNT; i++) {
371 for (j = 0; j < KEY_COUNT; j++) {
375 if (j == KEY_COUNT) {
[all …]
/dports/devel/cc65/cc65-2.19/libsrc/cx16/
H A Dkbhit.s14 ldy VIA1::PRA ; (KEY_COUNT is in RAM bank 0)
16 lda KEY_COUNT ; Get number of characters
/dports/comms/linrad/linrad-04.02/
H A Drxin.c53 #define KEY_COUNT (ui.rx_ad_speed*0.0008) in internal_generator() macro
54 if(internal_generator_key > KEY_COUNT) in internal_generator()
70 if(internal_generator_key < KEY_COUNT/4) in internal_generator()
130 if(internal_generator_key < 0.2*KEY_COUNT) in internal_generator()
139 dt4=60*internal_generator_key/KEY_COUNT; in internal_generator()
199 if(internal_generator_key > KEY_COUNT) in internal_generator()
215 if(internal_generator_key < KEY_COUNT/4) in internal_generator()
324 #define KEY_COUNT (5000000.0/ui.rx_ad_speed) in internal_generator() macro
330 if(internal_generator_key > KEY_COUNT) in internal_generator()
347 if(internal_generator_key < KEY_COUNT/4) in internal_generator()
[all …]
/dports/audio/bristol/bristol-0.60.10/brighton/
H A DbrightonKeys.h31 #define KEY_COUNT 61 macro
39 #define KEY_COUNT_5OCTAVE KEY_COUNT
/dports/devel/cc65/cc65-2.19/libsrc/c128/mou/
H A Dcallback.inc13 cpx KEY_COUNT
27 stx KEY_COUNT ; set old keyboard buffer fill level
/dports/devel/cc65/cc65-2.19/libsrc/c64/
H A Dsoft80mono_cgetc.s20 lda KEY_COUNT ; Get number of characters
25 @L1: lda KEY_COUNT ; wait for key
H A Dcgetc.s13 _cgetc: lda KEY_COUNT ; Get number of characters
22 L1: lda KEY_COUNT
H A Dsoft80_cgetc.s19 lda KEY_COUNT ; Get number of characters
25 @L1: lda KEY_COUNT ; wait for key
/dports/devel/cc65/cc65-2.19/libsrc/vic20/
H A Dcgetc.s13 _cgetc: lda KEY_COUNT ; Get number of characters
22 L1: lda KEY_COUNT
/dports/devel/cc65/cc65-2.19/libsrc/c128/
H A Dcgetc.s18 _cgetc: lda KEY_COUNT ; Get number of characters
32 L1: lda KEY_COUNT ; Check characters again
/dports/games/vavoom/vavoom-1.33/source/
H A Dinput.h131 KEY_COUNT, enumerator
132 SCANCODECOUNT = KEY_COUNT - 0x80
/dports/devel/cc65/cc65-2.19/libsrc/c16/
H A Dcgetc.s16 _cgetc: lda KEY_COUNT ; Get number of characters
39 L1: lda KEY_COUNT
/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Dsettings.h134 KEY_COUNT enumerator
177 MyKey keys[KEY_COUNT];

12345