Searched refs:repeat (Results 1 - 25 of 83) sorted by relevance

1234

/freebsd-11-stable/contrib/libbegemot/
H A Drpoll.h45 int poll_start_timer(u_int msecs, int repeat, timer_f func, void *arg);
46 int poll_start_utimer(unsigned long long usecs, int repeat, timer_f func,
H A Drpoll.c174 int repeat; /* one shot or repeat? */ member in struct:__anon1918
374 poll_start_timer(u_int msecs, int repeat, timer_f func, void *arg) argument
377 repeat, func, arg));
381 poll_start_utimer(unsigned long long usecs, int repeat, timer_f func, void *arg) argument
403 p->repeat = repeat;
414 usecs, repeat, (void *)func, (void *)arg, p - tims);
635 if(tims[tfd[i]].repeat)
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsysinfo.y27 static char * repeat;
187 printf("\tprintf(\"repeat %%d\\n\", %s);\n",$3);
189 printf("\tprintf(\"repeat %%d\\n\", %s[n]);\n",$3);
205 oldrepeat = repeat;
206 repeat = $3;
212 repeat = oldrepeat;
292 repeat,
302 repeat,
327 if (repeat)
328 printf("\t/* repeat
[all...]
/freebsd-11-stable/sbin/ddb/
H A Dddb_script.c67 repeat:
82 goto repeat;
H A Dddb_capture.c131 repeat:
146 goto repeat;
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.h30 struct uni_ie_repeat repeat; member in union:uni_ieall
H A Dunimsglib.h77 struct uni_ie_repeat repeat; /* repeat IE during decoding */ member in struct:unicx
78 enum uni_ietype ielast; /* last IE seen for repeat handling */
H A Dprivmsg.c123 cx->repeat.h.present = 0;
221 cx->repeat.h.present = 0;
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DICF.cpp65 std::atomic<bool> repeat = {false}; member in class:lld::coff::ICF
122 repeat = true;
293 repeat = false;
296 } while (repeat);
/freebsd-11-stable/contrib/unbound/compat/
H A Dgetentropy_solaris.c256 int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat; local
273 repeat = 2;
277 repeat = REPEAT;
282 for (j = 0; j < repeat; j++) {
H A Dgetentropy_linux.c336 int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat; local
352 repeat = 2;
356 repeat = REPEAT;
361 for (j = 0; j < repeat; j++) {
H A Dgetentropy_osx.c208 int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat; local
232 repeat = 2;
236 repeat = REPEAT;
241 for (j = 0; j < repeat; j++) {
/freebsd-11-stable/contrib/gcc/
H A Dloop-unswitch.c269 int repeat; local
322 repeat = 0;
356 repeat = 1;
364 repeat = 1;
366 } while (repeat);
/freebsd-11-stable/usr.bin/tr/
H A Dstr.c146 goto repeat;
156 goto repeat;
161 repeat:
/freebsd-11-stable/contrib/gdb/gdb/
H A Devent-top.c612 int repeat = (instream == stdin);
751 to repeat the previous command, return the value in the
753 if (repeat && p == linebuffer && *p != '\\')
761 if (repeat && !*p1)
785 if (repeat)
610 int repeat = (instream == stdin); local
H A Dtop.c900 won't repeat here in any case. */
1169 command_line_input (char *prompt_arg, int repeat, char *annotation_suffix)
1332 return command_line_input (prompt_arg, repeat, annotation_suffix);
1346 to repeat the previous command, return the value in the
1348 if (repeat && p == linebuffer)
1351 if (repeat && !*p1)
1371 if (repeat)
1792 add_com ("dont-repeat", class_support, dont_repeat_command, "Don't repeat this command.\n\
1161 command_line_input(char *prompt_arg, int repeat, char *annotation_suffix) argument
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DICF.cpp49 // different equivalence classes. Therefore, we repeat step 2 until a
125 // We repeat the main loop while `Repeat` is true.
126 std::atomic<bool> repeat; member in class:lld::elf::__anon1129::ICF
227 repeat = true;
493 repeat = false;
496 } while (repeat);
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dcond1.mk39 # repeat the above to check we get the same result
/freebsd-11-stable/contrib/dma/
H A Ddns.c161 repeat:
226 goto repeat;
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_time_event.c206 time_cmd.repeat = 1;
/freebsd-11-stable/usr.bin/units/
H A Dunits.c400 int repeat = 1; local
404 repeat = item[strlen(item) - 1] - '0';
407 for (; repeat; repeat--) {
/freebsd-11-stable/share/mk/
H A Dauto.obj.mk22 # We repeat the mkdir -p a number of times to try and work around this.
/freebsd-11-stable/contrib/libreadline/
H A Dvi_mode.c153 _rl_vi_set_last (key, repeat, sign)
154 int key, repeat, sign;
157 _rl_vi_last_repeat = repeat;
164 rl_vi_start_inserting (key, repeat, sign)
165 int key, repeat, sign;
167 _rl_vi_set_last (key, repeat, sign);
/freebsd-11-stable/sys/dev/gpio/
H A Dgpiokeys.c107 int repeat; member in struct:gpiokey
208 callout_reset(&key->repeat_callout, key->repeat,
287 key->repeat = (hz * AUTOREPEAT_REPEAT) / 1000;
288 if (key->repeat == 0)
289 key->repeat = 1;
344 "repeat=%d, repeat_delay=%d\n", key_name, key->keycode,
345 key->autorepeat, key->repeat, key->repeat_delay);
819 case KDSETREPEAT: /* set keyboard repeat rate (new
844 case KDSETRAD: /* set keyboard repeat rate (old
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c222 static void repeat(struct parse *, sopno, int, int);
588 repeat(p, pos, count, count2);
759 repeat(p, pos, count, count2);
1108 - repeat - generate code for a bounded repetition, recursively if needed
1111 repeat(struct parse *p, function
1137 repeat(p, start+1, 1, to);
1157 repeat(p, copy, 1, to-1);
1165 repeat(p, copy, from-1, to-1);
1169 repeat(p, copy, from-1, to);

Completed in 297 milliseconds

1234