Searched refs:PERIOD (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/usr/bench/bomp_progress/
H A Dcpu_bound.c17 #define PERIOD 2500000000UL macro
55 if(rdtsc() >= last + PERIOD) {
67 glast += PERIOD;
H A Dsync.c25 #define PERIOD 2500000000UL macro
42 /* while(rdtsc() < last + PERIOD) { */
75 if(rdtsc() >= last + PERIOD) {
90 last += PERIOD;
/barrelfish-master/usr/tests/bomptest/
H A Dsync_progress.c21 #define PERIOD 2500000000UL macro
58 && rdtsc() >= start + PERIOD) {
89 /* sprintf(buf, "iterations in %lu ticks: ", PERIOD); */
H A Dprogress.c22 #define PERIOD 2500000000UL macro
88 if(rdtsc() >= last + PERIOD) {
94 last += PERIOD;
/barrelfish-master/usr/gups/
H A DRandomAccess.h19 #define PERIOD 1317624576693539401L macro
22 #define PERIOD 1317624576693539401LL macro
H A Dcore_single_cpu.c64 n += PERIOD;
65 while (n > PERIOD)
66 n -= PERIOD;
/barrelfish-master/lib/libc/resolv/
H A Dres_comp.c139 #define PERIOD 0x2e macro
143 #define periodchar(c) ((c) == PERIOD)
159 int pch = PERIOD, ch = *dn++;

Completed in 93 milliseconds