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 56 int n_fns, n_reps; local
60 n_fns = N_LOOPS / RATIO;
67 n_fns = N_LOOPS;
69 n_fns = N_LOOPS * mul;
73 printf("%d copies of f(), %d reps\n", n_fns, n_reps);
75 char* a = mmap(0, FN_SIZE * n_fns,
82 for (i = 0; i < n_fns; i++) {
87 syscall(__NR_cacheflush, a, FN_SIZE * n_fns, ICACHE);
91 for (i = 0; i < n_fns; i += 4) {
96 sum1 += f1(i+0, n_fns-i+0)
    [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 372 milliseconds