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

  /external/valgrind/none/tests/arm/
v8crypto_a.c 67 static UInt nCalls = 0, nIters = 0;
69 nCalls++;
79 if (0 == (nCalls & 0xFF))
80 printf("randV128: %u calls, %u iters\n", nCalls, nIters);
v8crypto_t.c 67 static UInt nCalls = 0, nIters = 0;
69 nCalls++;
79 if (0 == (nCalls & 0xFF))
80 printf("randV128: %u calls, %u iters\n", nCalls, nIters);
v8fpsimd_a.c 70 static UInt nCalls = 0, nIters = 0;
72 nCalls++;
113 if (0 == (nCalls & 0xFF))
114 printf("randV128: %u calls, %u iters\n", nCalls, nIters);
v8fpsimd_t.c 70 static UInt nCalls = 0, nIters = 0;
72 nCalls++;
113 if (0 == (nCalls & 0xFF))
114 printf("randV128: %u calls, %u iters\n", nCalls, nIters);
  /art/tools/dmtracedump/
tracedump.cc     [all...]
  /external/valgrind/none/tests/arm64/
fp_and_simd.c 62 static UInt nCalls = 0, nIters = 0;
64 nCalls++;
74 if (0 == (nCalls & 0xFF))
75 printf("randV128: %u calls, %u iters\n", nCalls, nIters);
    [all...]

Completed in 289 milliseconds