HomeSort by relevance Sort by last modified time
    Searched full:n_fns (Results 1 - 2 of 2) sorted by null

  /external/valgrind/perf/
bigcode.c 58 int n_fns, n_reps; local
62 n_fns = N_LOOPS / RATIO;
69 n_fns = N_LOOPS;
71 n_fns = N_LOOPS * mul;
75 printf("%d copies of f(), %d reps\n", n_fns, n_reps);
77 char* a = mmap(0, FN_SIZE * n_fns,
84 for (i = 0; i < n_fns; i++) {
89 syscall(__NR_cacheflush, a, FN_SIZE * n_fns, ICACHE);
91 cacheflush(a, FN_SIZE * n_fns, ICACHE);
95 for (i = 0; i < n_fns; i += 4)
    [all...]
  /external/valgrind/auxprogs/
ppc64shifts.c 429 void do_unary ( char* name, void** fns, int n_fns )
434 for (i = 0; i < n_fns; i++) { /* shift */

Completed in 60 milliseconds