HomeSort by: relevance | last modified time | path
    Searched defs:repeat (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
init.h 19 u32 repeat; member in struct:nvbios_init
  /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/games/snake/snake/
snake.c 263 int repeat = 1; local in function:mainloop
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/sbin/fsck_lfs/
segwrite.c 643 int repeat; local in function:lfs_initseg
647 repeat = 0;
655 repeat = 1;
717 return repeat;
  /src/usr.bin/units/
units.c 447 int repeat = 1; local in function:addunit
464 repeat = strtol(item + pos, NULL, 10);
466 if (repeat == 0) {
471 if (repeat < 0) {
473 repeat = -repeat;
477 for (; repeat; repeat--)
  /src/usr.sbin/ndp/
ndp.c 136 static unsigned int repeat = 0; variable in typeref:typename:unsigned int
197 repeat = atoi(optarg);
650 if (repeat) {
653 (void)sleep(repeat);
  /src/sys/dev/usb/
usbdi.c 221 USBHIST_LOG(usbdebug, " intrxfer = %#jx, repeat = %jd, "
1111 int repeat = pipe->up_repeat; local in function:usb_transfer_complete
1144 if (!repeat) {
1159 USBHIST_LOG(usbdebug, "xfer %#jx: repeat %jd new head = %#jx",
1160 (uintptr_t)xfer, repeat, (uintptr_t)SIMPLEQ_FIRST(&pipe->up_queue),
1220 if (repeat) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bios.c 50 bool repeat; member in struct:init_exec
  /src/sys/ufs/lfs/
lfs_segment.c 1846 int repeat = 0; /* return value */ local in function:lfs_initseg
1860 repeat = 1;
1946 return (repeat);
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_ppatomctrl.c 668 fInt fLkg_FT, repeat; local in function:atomctrl_calculate_voltage_evv_on_sclk
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/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_init.c 667 u16 repeat = init->repeat; local in function:init_repeat
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/vchiq/dist/interface/vchiq_arm/
vchiq_arm.c 2111 int repeat = -1; local in function:vchiq_arm_force_suspend
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 in typeref:typename:void
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/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_types.h 858 uint16 repeat; member in struct:__anon2cde12300e0a::__anon2cde12300f08
  /src/sys/dev/pci/
if_iwmreg.h 2432 /* Repeat the time event endlessly (until removed) */
2492 * @repeat: how many repetitions to do, can be IWM_TE_REPEAT_ENDLESS
2514 uint32_t repeat; member in struct:iwm_time_event_cmd_v1
2579 /* Repeat the time event endlessly (until removed) */
2649 * @repeat: how many repetitions to do, can be IWM_TE_REPEAT_ENDLESS
2668 uint8_t repeat; member in struct:iwm_time_event_cmd_v2

Completed in 40 milliseconds