| /src/sbin/wsconsctl/ |
| 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...] |
| 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...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
| init.h | 19 u32 repeat; member in struct:nvbios_init
|
| /src/sys/arch/mips/mips/ |
| mips_mcclock_loop.S | 64 beqz v0, 1b # if zero then repeat 89 beqz v0, 1b # if zero then repeat
|
| /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...] |
| /src/usr.bin/units/ |
| units.c | 447 int repeat = 1; local 464 repeat = strtol(item + pos, NULL, 10); 466 if (repeat == 0) { 471 if (repeat < 0) { 473 repeat = -repeat; 477 for (; repeat; repeat--)
|
| /src/sys/modules/examples/luareadhappy/ |
| happy.lua | 31 -- digits, and repeat the process until the number equals 1 (where it will
|
| /src/usr.sbin/ndp/ |
| ndp.c | 136 static unsigned int repeat = 0; variable 197 repeat = atoi(optarg); 650 if (repeat) { 653 (void)sleep(repeat);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| amdgpu_ppatomctrl.c | 668 fInt fLkg_FT, repeat; local 975 repeat = fSubtract(fVDDC_base, 979 fGetSquare(repeat)), 980 fAdd(fMultiply(fMargin_RO_b, repeat), 986 fMultiply(fSM_A2, repeat)))); 987 fDC_SCLK = fDivide(fDC_SCLK, fAdd(fMultiply(fSM_A0, repeat), fSM_A1));
|
| /src/sbin/fsck_lfs/ |
| segwrite.c | 643 int repeat; local 647 repeat = 0; 655 repeat = 1; 716 return repeat;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
| nouveau_nvkm_subdev_bios_init.c | 667 u16 repeat = init->repeat; local 669 trace("REPEAT\t0x%02x\n", count); 672 init->repeat = init->offset; 675 init->offset = init->repeat; 678 trace("REPEAT\t0x%02x\n", count); 681 init->repeat = repeat; 734 if (init->repeat) {
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| i915_gem_execbuffer.c | 1288 goto repeat; 1330 repeat: 1343 goto repeat; 1695 repeat: 1765 goto repeat; 1782 goto repeat;
|
| /src/sys/kern/ |
| kern_sig.c | 902 repeat: 924 goto repeat; 1592 repeat: 1641 goto repeat; 2580 repeat: 2618 goto repeat;
|
| /src/sys/arch/mac68k/mac68k/ |
| pramasm.s | 343 dbf %d4,tagain | repeat until we've got all we want
|
| /src/sys/dev/usb/ |
| usbdi.c | 224 USBHIST_LOG(usbdebug, " intrxfer = %#jx, repeat = %jd, " 1114 int repeat = pipe->up_repeat; local 1147 if (!repeat) { 1162 USBHIST_LOG(usbdebug, "xfer %#jx: repeat %jd new head = %#jx", 1163 (uintptr_t)xfer, repeat, (uintptr_t)SIMPLEQ_FIRST(&pipe->up_queue), 1223 if (repeat) {
|
| /src/sys/arch/arm/imx/ |
| imx51_ipuv3.c | 333 uint32_t reg_gen0, uint32_t reg_gen1, uint32_t repeat) 343 reg |= __SHIFTIN(repeat, DI_STP_REP(no));
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
| svga3d_types.h | 858 uint16 repeat; member in struct:__anon5701::__anon5702
|
| /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| vchiq_arm.c | 2111 int repeat = -1; local 2172 /* Repeat timeout once if in progress */ 2173 if (repeat < 0) { 2174 repeat = 1; 2184 } while (0 < (repeat--));
|
| /src/lib/libc/regex/ |
| regcomp.c | 162 static void repeat(struct parse *p, sopno start, int from, int to); 667 repeat(p, pos, count, count2); 1062 repeat(p, pos, count, count2); 1571 - repeat - generate code for a bounded repetition, recursively if needed 1572 == static void repeat(struct parse *p, sopno start, int from, int to); 1575 repeat(struct parse *p, function 1603 repeat(p, start+1, 1, to); 1623 repeat(p, copy, 1, to-1); 1631 repeat(p, copy, from-1, to-1); 1635 repeat(p, copy, from-1, to) [all...] |
| /src/sys/ufs/lfs/ |
| lfs_segment.c | 1833 int repeat = 0; /* return value */ local 1846 repeat = 1; 1931 return (repeat);
|
| /src/sys/arch/mac68k/obio/ |
| iwm.s | 1426 bpl shReadSy | No char at IWM, repeat read 1445 bpl shLI1 | No char at IWM, repeat read
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_bios.c | 50 bool repeat; member in struct:init_exec
|
| /src/sys/dev/ic/ |
| sl811hs.c | 53 * The hard interrupt is the main entry point. Start, callbacks, and repeat 1487 repeat: 1494 goto repeat; 2938 * End of element: Repeat same element with next
|
| /src/sys/dev/pci/ |
| if_iwmreg.h | 2611 /* Repeat the time event endlessly (until removed) */ 2671 * @repeat: how many repetitions to do, can be IWM_TE_REPEAT_ENDLESS 2693 uint32_t repeat; member in struct:iwm_time_event_cmd_v1 2758 /* Repeat the time event endlessly (until removed) */ 2828 * @repeat: how many repetitions to do, can be IWM_TE_REPEAT_ENDLESS 2847 uint8_t repeat; member in struct:iwm_time_event_cmd
|
| /src/usr.bin/make/unit-tests/ |
| directive-include-guard.mk | 631 # generate a 'Skipping' line, the others repeat the 'Parse_PushInput' line.
|