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

  /external/valgrind/memcheck/tests/
vcpu_fbench.c 298 static char outarr[8][80]; /* Computed output of program goes here */ variable
815 sprintf(outarr[0], "%15s %21.11f %14.11f",
817 sprintf(outarr[1], "%15s %21.11f %14.11f",
819 sprintf(outarr[2],
822 sprintf(outarr[3],
825 sprintf(outarr[4],
828 sprintf(outarr[5],
831 sprintf(outarr[6],
834 sprintf(outarr[7],
843 if (strcmp(outarr[i], refarr[i]) != 0)
    [all...]
  /external/valgrind/perf/
fbench.c 294 static char outarr[8][80]; /* Computed output of program goes here */ variable
811 sprintf(outarr[0], "%15s %21.11f %14.11f",
813 sprintf(outarr[1], "%15s %21.11f %14.11f",
815 sprintf(outarr[2],
818 sprintf(outarr[3],
821 sprintf(outarr[4],
824 sprintf(outarr[5],
827 sprintf(outarr[6],
830 sprintf(outarr[7],
839 if (strcmp(outarr[i], refarr[i]) != 0)
    [all...]

Completed in 246 milliseconds