HomeSort by relevance Sort by last modified time
    Searched defs:trials (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/cachegrind/
cg-x86-amd64.c 69 Int i, j, trials; local
93 trials = info[0] - 1; /* AL register - bits 0..7 of %eax */
96 if (0 != trials) {
97 VG_(dmsg)("warning: non-zero CPUID trials for Intel processor (%d)\n",
98 trials);
  /system/core/libcutils/tests/memset_mips/
test_memset.c 82 testone(char *tag, void (*fn)(), int trials, int minbytes, int maxbytes, int size, int threshold)
95 for (i = 0; i < trials; i++) {
187 int trials; member in struct:__anon43949
229 testone(tag, fp->fn, pp->trials, pp->minbytes, pp->maxbytes, fp->size, threshold);
  /external/openssh/
ssh-keygen.c 1924 u_int32_t memory = 0, generator_wanted = 0, trials = 100; local
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 3698 int trials = atoi(argv[2]); local
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 315 milliseconds