| /src/external/gpl3/gdb/dist/sim/m32c/ |
| timer_a.h | 10 } Timer_A; 12 extern Timer_A timer_a;
|
| mem.c | 41 #ifdef TIMER_A 43 #include "timer_a.h" 64 #ifdef TIMER_A 65 Timer_A timer_a; variable 240 #ifdef TIMER_A 243 timer_a.count = (timer_a.count & 0xff00) | value; 244 timer_a.reload = timer_a.count [all...] |
| /src/external/gpl3/gdb.old/dist/sim/m32c/ |
| timer_a.h | 10 } Timer_A; 12 extern Timer_A timer_a;
|
| mem.c | 41 #ifdef TIMER_A 43 #include "timer_a.h" 64 #ifdef TIMER_A 65 Timer_A timer_a; variable 240 #ifdef TIMER_A 243 timer_a.count = (timer_a.count & 0xff00) | value; 244 timer_a.reload = timer_a.count [all...] |
| /src/external/bsd/jemalloc/dist/test/include/test/ |
| bench.h | 33 timedelta_t timer_a, timer_b; local 43 time_func(&timer_a, nwarmup, niter, func_a); 46 uint64_t usec_a = timer_usec(&timer_a); 54 timer_ratio(&timer_a, &timer_b, ratio_buf, sizeof(ratio_buf));
|
| /src/external/bsd/jemalloc.old/dist/test/stress/ |
| microbench.c | 21 timedelta_t timer_a, timer_b; local 31 time_func(&timer_a, nwarmup, niter, func_a); 34 timer_ratio(&timer_a, &timer_b, ratio_buf, sizeof(ratio_buf)); 37 niter, name_a, timer_usec(&timer_a), name_b, timer_usec(&timer_b),
|