Searched refs:dcount (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.c++/
H A Dctor-1.C9 static int dcount; member in struct:B
20 int B::dcount; member in class:B
32 dcount++;
62 assert (B::dcount == nthreads+1);
H A Dctor-7.C11 static int dcount; member in struct:B
22 int B::dcount; member in class:B
34 dcount++;
64 assert (B::dcount == (nthreads+1)*N);
H A Dctor-2.C9 static int dcount; member in struct:B
22 int B::dcount; member in class:B
41 dcount++;
73 assert (B::dcount == nthreads+1);
H A Dctor-3.C9 static int dcount; member in struct:B
23 int B::dcount; member in class:B
42 dcount++;
86 assert (B::dcount == nthreads+1);
H A Dctor-4.C9 static int dcount; member in struct:B
23 int B::dcount; member in class:B
43 dcount++;
87 assert (B::dcount == nthreads+1);
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-vqp.c65 u_char dcount; member in struct:vqp_hdr
217 u_int dcount; local
231 printf(" dcount:%u", p->dcount);
234 dcount = p->dcount;
235 while (vflag && dcount > 0) {
246 dcount--;
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Djoliet.c890 int dcount = 0; local
900 dcount++;
908 e_malloc(sizeof(struct directory_entry *) * dcount);
910 dcount = 0;
916 sortlist[dcount] = s_entry;
917 dcount++;
924 qsort(sortlist, dcount, sizeof(struct directory_entry *),
927 qsort(sortlist, dcount, sizeof(struct directory_entry *),
934 for(i=0; i<dcount-1; i++)
939 sortlist[dcount
[all...]
H A Dwrite.c453 int dcount = 0; local
466 dcount++;
470 if( dcount == 0 )
479 e_malloc(sizeof(struct directory_entry *) * dcount);
481 j = dcount - 1;
482 dcount = 0;
493 sortlist[dcount] = s_entry;
494 dcount++;
504 if( dcount < 2 )
514 qsort(sortlist, dcount, sizeo
[all...]
/openbsd-current/sys/ddb/
H A Ddb_examine.c327 db_search_cmd(db_expr_t daddr, int have_addr, db_expr_t dcount, char *modif) argument
/openbsd-current/sys/kern/
H A Dvfs_subr.c1804 int iter, nbusy, dcount, s; local
1812 dcount = 10000;
1834 if (dcount-- <= 0) {

Completed in 102 milliseconds