HomeSort by: relevance | last modified time | path
    Searched defs:timer_a (Results 1 - 4 of 4) sorted by relevancy

  /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),
  /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/gpl3/gdb/dist/sim/m32c/
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/
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...]

Completed in 25 milliseconds