| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
| init.h | 19 u32 repeat; member in struct:nvbios_init
|
| /src/external/bsd/tmux/dist/ |
| cmd-bind-key.c | 61 int repeat; local 77 repeat = args_has(args, 'r'); 80 key_bindings_add(tablename, key, note, repeat, NULL); 86 key_bindings_add(tablename, key, note, repeat, value->cmdlist); 105 key_bindings_add(tablename, key, note, repeat, pr->cmdlist);
|
| cmd-list-keys.c | 157 int repeat, width, tablewidth, keywidth, found = 0; local 213 repeat = 0; 230 repeat = 1; 263 if (!repeat)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| wchar.c | 35 wchar_t repeat[128]; local 36 wchar_t *repeat_p = repeat; 38 repeat[0] = 0; 39 wcscat (repeat, L"A"); 41 wcscat (repeat, cent); 42 wcscat (repeat, L"B");
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| wchar.c | 35 wchar_t repeat[128]; local 36 wchar_t *repeat_p = repeat; 38 repeat[0] = 0; 39 wcscat (repeat, L"A"); 41 wcscat (repeat, cent); 42 wcscat (repeat, L"B");
|
| /src/external/bsd/atf/dist/tools/ |
| ui_test.cpp | 45 bool repeat; member in struct:test 372 << (t->repeat ? "repeat" : "no repeat") << "', col " 378 t->repeat, t->col);
|
| /src/external/mpl/bind/dist/tests/bench/ |
| compress.c | 69 unsigned int repeat = 100; local 74 for (unsigned int n = 0; n < repeat; n++) { 99 printf("time %f / %u\n", (double)microseconds / 1000000.0, repeat);
|
| /src/sbin/wsconsctl/ |
| keyboard.c | 55 static struct wskbd_keyrepeat_data repeat; variable in typeref:struct:wskbd_keyrepeat_data 74 { "repeat.del1", &repeat.del1, FMT_UINT, FLG_MODIFY }, 75 { "repeat.deln", &repeat.delN, FMT_UINT, FLG_MODIFY }, 76 { "repeat.del1.default", &dfrepeat.del1, FMT_UINT, FLG_MODIFY }, 77 { "repeat.deln.default", &dfrepeat.delN, FMT_UINT, FLG_MODIFY }, 152 repeat.which = 0; 153 if (field_by_value(&repeat.del1)->flags & FLG_GET) 154 repeat.which |= WSKBD_KEYREPEAT_DODEL1 [all...] |
| mouse.c | 53 static struct wsmouse_repeat repeat; variable in typeref:struct:wsmouse_repeat 81 { "repeat.buttons", &repeat.wr_buttons, 83 { "repeat.delay.first", &repeat.wr_delay_first, 85 { "repeat.delay.decrement", &repeat.wr_delay_decrement, 87 { "repeat.delay.minimum", &repeat.wr_delay_minimum, 109 if (field_by_value(&repeat.wr_buttons)->flags & FLG_GET | [all...] |
| /src/external/bsd/zstd/dist/lib/compress/ |
| zstd_compress_literals.c | 162 { HUF_repeat repeat = prevHuf->repeatMode; local 171 if (repeat == HUF_repeat_valid && lhSize == 3) singleStream = 1; 178 &repeat, flags); 180 if (repeat != HUF_repeat_none) {
|
| /src/external/gpl3/gcc/dist/gcc/config/v850/ |
| v850-c.cc | 121 int repeat = 0; 134 if (type == CPP_EOF && !repeat) 143 repeat = 0; 154 repeat = 1; 182 while (repeat); 118 int repeat = 0; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/v850/ |
| v850-c.cc | 121 int repeat = 0; 134 if (type == CPP_EOF && !repeat) 143 repeat = 0; 154 repeat = 1; 182 while (repeat); 118 int repeat = 0; local
|
| /src/external/mpl/bind/dist/lib/isc/ |
| timer.c | 48 uint64_t repeat; member in struct:isc_timer 138 timer->repeat = 0; 141 timer->timeout = timer->repeat = isc_interval_ms(interval); 149 timer->repeat);
|
| /src/external/bsd/unbound/dist/compat/ |
| getentropy_linux.c | 73 #define REPEAT 5 336 int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat; local 352 repeat = 2; 356 repeat = REPEAT; 361 for (j = 0; j < repeat; j++) {
|
| getentropy_osx.c | 68 #define REPEAT 5 208 int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat; local 232 repeat = 2; 236 repeat = REPEAT; 241 for (j = 0; j < repeat; j++) {
|
| getentropy_solaris.c | 57 #define REPEAT 5 256 int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat; local 273 repeat = 2; 277 repeat = REPEAT; 282 for (j = 0; j < repeat; j++) {
|
| /src/external/gpl3/gcc/dist/gcc/ |
| rtlanal.h | 219 void repeat (AddFn add); 241 growing_rtx_properties<Base>::repeat (AddFn add) function in class:growing_rtx_properties 260 repeat ([&]() { this->try_to_add_dest (x, flags); }); 267 repeat ([&]() { this->try_to_add_src (x, flags); }); 274 repeat ([&]() { this->try_to_add_pattern (pat); }); 281 repeat ([&]() { this->try_to_add_note (x); }); 288 repeat ([&]() { this->try_to_add_insn (insn, include_notes); });
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| format.c | 239 f->repeat = -1; 616 int repeat; local 637 tail->repeat = -2; /* Signifies unlimited format. */ 650 repeat = fmt->value; 657 tail->repeat = repeat; 667 tail->repeat = repeat; 672 tail->repeat = 1; 685 tail->repeat = 1 [all...] |
| format.h | 37 int repeat; member in struct:fnode
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| rtlanal.h | 219 void repeat (AddFn add); 241 growing_rtx_properties<Base>::repeat (AddFn add) function in class:growing_rtx_properties 260 repeat ([&]() { this->try_to_add_dest (x, flags); }); 267 repeat ([&]() { this->try_to_add_src (x, flags); }); 274 repeat ([&]() { this->try_to_add_pattern (pat); }); 281 repeat ([&]() { this->try_to_add_note (x); }); 288 repeat ([&]() { this->try_to_add_insn (insn, include_notes); });
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| format.c | 238 f->repeat = -1; 616 int repeat; local 637 tail->repeat = -2; /* Signifies unlimited format. */ 650 repeat = fmt->value; 657 tail->repeat = repeat; 667 tail->repeat = repeat; 672 tail->repeat = 1; 685 tail->repeat = 1 [all...] |
| format.h | 36 int repeat; member in struct:fnode
|
| /src/external/mit/libuv/dist/src/win/ |
| core.c | 433 int repeat; local 450 for (repeat = 0; ; repeat++) { 519 timeout += repeat ? (1 << (repeat - 1)) : 0;
|
| /src/external/mit/libuv/dist/test/ |
| test-timer.c | 118 uv_timer_t repeat, never; local 135 r = uv_timer_init(uv_default_loop(), &repeat); 137 r = uv_timer_start(&repeat, repeat_cb, 100, 100);
|
| /src/games/snake/snake/ |
| snake.c | 263 int repeat = 1; local 273 repeat = c - '0'; 275 repeat = 10 * repeat + (c - '0'); 278 repeat = 1; 309 repeat = you.col; 314 repeat = you.col - money.col; 318 repeat = you.line; 323 repeat = you.line - money.line; 327 repeat = ccnt - 1 - you.col [all...] |