| /third_party/mbedtls/programs/x509/ |
| H A D | load_roots.c | 46 unsigned iterations; /* Number of iterations to time */ member [all...] |
| /third_party/node/deps/v8/third_party/wasm-api/example/ |
| H A D | finalize.cc | 10 const int iterations = 100000; variable
|
| H A D | finalize.c | 10 const int iterations = 100000; variable
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
| H A D | stress.c | 97 static long long iterations = 0; variable
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/ |
| H A D | stress.c | 79 static long long iterations = 0; variable
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
| H A D | stress.c | 90 static long long iterations = 0; variable
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/ |
| H A D | stress.c | 71 static long long iterations = 0; variable
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
| H A D | unroll_simple.cpp | 982 size_t iterations = 0; in TEST_F() local 1077 size_t iterations = 0; in TEST_F() local 1474 size_t iterations = 0; in TEST_F() local 1645 size_t iterations = 0; TEST_F() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
| H A D | unroll_simple.cpp | 982 size_t iterations = 0; in TEST_F() local 1077 size_t iterations = 0; in TEST_F() local 1474 size_t iterations = 0; in TEST_F() local 1645 size_t iterations = 0; TEST_F() local [all...] |
| /third_party/spirv-tools/test/opt/loop_optimizations/ |
| H A D | unroll_simple.cpp | 981 size_t iterations = 0; in TEST_F() local 1076 size_t iterations = 0; in TEST_F() local 1473 size_t iterations = 0; in TEST_F() local 1644 size_t iterations = 0; TEST_F() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | sha1-pbkdf2.c | 14 pbkdf2_sha1_f(const char *passphrase, const u8 *ssid, size_t ssid_len, int iterations, unsigned int count, u8 *digest) pbkdf2_sha1_f() argument 72 pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, int iterations, u8 *buf, size_t buflen) pbkdf2_sha1() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | sha1-pbkdf2.c | 14 pbkdf2_sha1_f(const char *passphrase, const u8 *ssid, size_t ssid_len, int iterations, unsigned int count, u8 *digest) pbkdf2_sha1_f() argument 72 pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, int iterations, u8 *buf, size_t buflen) pbkdf2_sha1() argument
|
| /third_party/benchmark/test/ |
| H A D | basic_test.cc | 8 auto iterations = state.iterations(); in BM_empty() local
|
| H A D | complexity_test.cc | 208 auto iterations = state.iterations(); in BM_ComplexityCaptureArgs() local
|
| H A D | user_counters_test.cc | 70 auto iterations = state.iterations(); in BM_Counters_WithBytesAndItemsPSec() local 122 auto iterations = state.iterations(); in BM_Counters_Rate() local 166 auto iterations = state.iterations(); BM_Invert() local 207 auto iterations = state.iterations(); BM_Counters_InvertedRate() local 336 auto iterations = state.iterations(); BM_Counters_AvgThreadsRate() local 424 auto iterations = state.iterations(); BM_Counters_kIsIterationInvariantRate() local 516 auto iterations = state.iterations(); BM_Counters_kAvgIterationsRate() local [all...] |
| /third_party/benchmark/src/ |
| H A D | thread_manager.h | 40 IterationCount iterations = 0; member
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | TestUtilities.java | 51 private void timeAndCompare(TreeSet ts1, TreeSet ts2, int iterations, boolean expected, double factorOfStandard) { in timeAndCompare() argument 62 private long timeStandardContainsAll(int iterations, Se argument 81 timeUtilityContainsAll(int iterations, Set hs1, Set hs2, boolean expected) timeUtilityContainsAll() argument [all...] |
| /third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/ |
| H A D | TestUtilities.java | 48 private void timeAndCompare(TreeSet ts1, TreeSet ts2, int iterations, boolean expected, double factorOfStandard) { in timeAndCompare() argument 59 private long timeStandardContainsAll(int iterations, Se argument 78 timeUtilityContainsAll(int iterations, Set hs1, Set hs2, boolean expected) timeUtilityContainsAll() argument [all...] |
| /third_party/libdrm/tests/exynos/ |
| H A D | exynos_fimg2d_perf.c | 38 fimg2d_perf_simple(struct exynos_bo *bo, struct g2d_context *ctx, unsigned buf_width, unsigned buf_height, unsigned iterations) fimg2d_perf_simple() argument 116 fimg2d_perf_multi(struct exynos_bo *bo, struct g2d_context *ctx, unsigned buf_width, unsigned buf_height, unsigned iterations, unsigned batch) fimg2d_perf_multi() argument
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/ |
| H A D | stress.c | 80 static long long iterations = 0; variable
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/ |
| H A D | stress.c | 78 static long long iterations = 0; variable
|
| /third_party/skia/src/sksl/analysis/ |
| H A D | SkSLGetLoopUnrollInfo.cpp | 36 double iterations = sk_ieee_double_divide(end - start, delta); in calculate_count() local 202 float iterations = sk_ieee_double_divide(loopEnd - loopInfo.fStart, loopInfo.fDelta); in get_es2_loop_unroll_info() local [all...] |
| /third_party/vixl/examples/aarch32/ |
| H A D | mandelbrot.cc | 217 uint32_t iterations = 1000; in main() local
|
| /third_party/skia/bench/ |
| H A D | BlendmodeBench.cpp | 64 int iterations = std::min(1000, loops); variable 80 int iterations = std::min(1000, loops); variable
|
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | checkasm.h | 222 int iterations; member
|