OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nloops
(Results
1 - 3
of
3
) sorted by relevancy
/src/regress/sys/kern/getcwd/
getcwd.c
168
int
nloops
= 100;
variable in typeref:typename:int
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
== 0
[
all
...]
/src/sys/dev/ic/
hd44780_subr.c
678
int
nloops
= 100;
local in function:hd44780_busy_wait
683
while (
nloops
-- && (hd44780_ir_read(sc, en) & BUSY_FLAG) == BUSY_FLAG)
686
if (
nloops
== 0) {
/src/sys/dist/pf/net/
pf.c
934
int
nloops
= 0, s;
local in function:pf_purge_thread
954
if (++
nloops
>= pf_default_rule.timeout[PFTM_INTERVAL]) {
957
nloops
= 0;
Completed in 33 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025