Home
last modified time | relevance | path

Searched defs:iterations (Results 26 - 50 of 178) sorted by relevance

12345678

/third_party/mbedtls/programs/x509/
H A Dload_roots.c46 unsigned iterations; /* Number of iterations to time */ member
[all...]
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dfinalize.cc10 const int iterations = 100000; variable
H A Dfinalize.c10 const int iterations = 100000; variable
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A Dstress.c97 static long long iterations = 0; variable
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
H A Dstress.c79 static long long iterations = 0; variable
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dstress.c90 static long long iterations = 0; variable
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
H A Dstress.c71 static long long iterations = 0; variable
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dunroll_simple.cpp982 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 Dunroll_simple.cpp982 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 Dunroll_simple.cpp981 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 Dsha1-pbkdf2.c14 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 Dsha1-pbkdf2.c14 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 Dbasic_test.cc8 auto iterations = state.iterations(); in BM_empty() local
H A Dcomplexity_test.cc208 auto iterations = state.iterations(); in BM_ComplexityCaptureArgs() local
H A Duser_counters_test.cc70 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 Dthread_manager.h40 IterationCount iterations = 0; member
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTestUtilities.java51 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 DTestUtilities.java48 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 Dexynos_fimg2d_perf.c38 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 Dstress.c80 static long long iterations = 0; variable
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
H A Dstress.c78 static long long iterations = 0; variable
/third_party/skia/src/sksl/analysis/
H A DSkSLGetLoopUnrollInfo.cpp36 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 Dmandelbrot.cc217 uint32_t iterations = 1000; in main() local
/third_party/skia/bench/
H A DBlendmodeBench.cpp64 int iterations = std::min(1000, loops); variable
80 int iterations = std::min(1000, loops); variable
/third_party/ffmpeg/tests/checkasm/
H A Dcheckasm.h222 int iterations; member

Completed in 13 milliseconds

12345678