Searched refs:nloops (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/regress/sys/kern/getcwd/
H A Dgetcwd.c168 int nloops = 100; variable
205 for (i=0; i<nloops; i++) {
214 printf("%s: %d calls in %10.3f seconds; ", name, nloops, delta_t);
215 printf("%10.6f ms/call\n", (delta_t*1000.0)/nloops);
399 for (i=0; i<nloops; i++) {
409 for (i=0; i<nloops; i++) {
419 for (i=0; i<nloops; i++) {
474 fprintf(stderr, "usage: %s [-srpvw] [-l nloops]\n", progname);
510 nloops = atoi(optarg);
511 if (nloops
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dsinu.c41 int inexact = 0, nloops = 0, underflow = 0; local
117 nloops ++;
159 if (nloops == 1)
H A Dcosu.c35 int inexact = 0, nloops = 0, underflow = 0; local
135 nloops ++;
178 if (nloops == 1)
H A Dtanu.c35 int inexact = 0, nloops = 0, underflow = 0; local
113 nloops ++;
176 if (nloops == 1)
/netbsd-current/external/bsd/openldap/dist/tests/progs/
H A Dslapd-tester.c179 static char nloops[LDAP_PVT_INTTYPE_CHARS(unsigned long)]; local
219 nloops[0] = '\0';
295 { BER_BVC( "modrdn=" ), nloops },
513 if ( nloops[0] == '\0' ) snprintf( nloops, sizeof( nloops ), "%d", loops );
633 nargs[nanum++] = nloops;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhw-doloop.c350 int nloops = 0; local
400 loop->loop_no = nloops++;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dhw-doloop.cc350 int nloops = 0; local
400 loop->loop_no = nloops++;
/netbsd-current/sys/dev/ic/
H A Dhd44780_subr.c678 int nloops = 100; local
683 while (nloops-- && (hd44780_ir_read(sc, en) & BUSY_FLAG) == BUSY_FLAG)
686 if (nloops == 0) {
/netbsd-current/sys/dist/pf/net/
H A Dpf.c934 int nloops = 0, s; local
954 if (++nloops >= pf_default_rule.timeout[PFTM_INTERVAL]) {
957 nloops = 0;

Completed in 136 milliseconds