Searched defs:times (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/os2/
H A DassertA-r0drv-os2.asm42 times 2048 db 0 label
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector-empty.asm42 times 3ah db 0 label
58 times 510 - (padding - start) db 0 label
H A Dbootsector-shutdown.asm33 times 3ah db 0 label
74 times 510 - (padding - start) db 0 label
H A Dbootsector-pae.asm42 times 3ah db 0 label
160 times 510 - (padding - start) db 0 label
/vbox/src/VBox/Main/testcase/
H A DtstCollector.cpp122 int times; local
123 for (times = 0; times < 100; times++)
138 printf("\n%u VMs -- %.2f%% of CPU time\n", cVMs, (RTTimeNanoTS() - start) / 10000000. / times);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dalarm.c201 PRUint32 rate, late, times; member in struct:AlarmData
214 ad->times += 1;
219 resetAlarm = ((ad->times % 31) == 0) ? PR_TRUE : PR_FALSE;
241 ad->late = ad->times = 0;
270 ad.times = loops;
271 ad.late = ad.times = 0;
309 ad->times += 1;
345 ad.times = loops;
346 ad.late = ad.times = 0;
400 ad[i].times
[all...]
H A Dranfile.c254 ** argv[1] - the number of times to execute the major loop
285 int limit = 0, loops = 0, threads = 0, times; local
348 for (times = 0; times < loops; ++times)
350 if (debug_mode) printf("%s: Setting concurrency level to %d\n", programName, times + 1);
351 PR_SetConcurrency(times + 1);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_os2.h180 PRIntn times; /* and the number of times notified */ member in struct:_MDNotified::__anon17180
H A D_win95.h168 PRIntn times; /* and the number of times notified */ member in struct:_MDNotified::__anon17182
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h177 PRIntn times; /* and the number of times notified */ member in struct:_PT_Notified::__anon17194
1494 PRUint32 entryCount; /* # of times re-entered */
1739 * > 0: # times the file is locked */

Completed in 115 milliseconds