Searched defs:UNROLL_NEXT (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/bench/mem_latency/
H A Dmemlatency.c86 #define UNROLL_NEXT(_e) NEXT_100(_e) macro
88 #define UNROLL_NEXT(_e) NEXT_500(_e) macro
90 #define UNROLL_NEXT(_e) NEXT_100(_e) macro
92 #define UNROLL_NEXT(_e) NEXT_50(_e) macro
94 #define UNROLL_NEXT(_e) NEXT_10(_e) macro
96 #define UNROLL_NEXT(_e) NEXT_5(_e) macro
98 #define UNROLL_NEXT(_e) NEXT(_e) macro
[all...]
/barrelfish-master/usr/drivers/xeon_phi/
H A Dsysmem_caps.c95 #define UNROLL_NEXT(_e) NEXT_100(_e) macro
97 #define UNROLL_NEXT(_e) NEXT_500(_e) macro
99 #define UNROLL_NEXT(_e) NEXT_100(_e) macro
101 #define UNROLL_NEXT(_e) NEXT_50(_e) macro
103 #define UNROLL_NEXT(_e) NEXT_10(_e) macro
105 #define UNROLL_NEXT(_e) NEXT_5(_e) macro
107 #define UNROLL_NEXT(_e) NEXT(_e) macro
[all...]

Completed in 38 milliseconds