Home
last modified time | relevance | path

Searched refs:MAX_ITERATIONS (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/sched/tool/
Dtime-schedule.c69 #define MAX_ITERATIONS 1000 macro
76 static unsigned long compute_median(unsigned long values[MAX_ITERATIONS],
106 unsigned long diffs[MAX_ITERATIONS]; in main()
217 for (count = 0; count < MAX_ITERATIONS; ++count) { in main()
260 (double)total_diffs / (double)MAX_ITERATIONS / 20.0, in main()
261 (double)(total_diffs - overhead * MAX_ITERATIONS) / in main()
262 (double)MAX_ITERATIONS / 20.0); in main()
431 static unsigned long compute_median(unsigned long values[MAX_ITERATIONS], in compute_median() argument
449 for (count = 0; count < MAX_ITERATIONS; ++count) { in compute_median()
/third_party/node/test/sequential/
Dtest-worker-fshandles-open-close-on-termination.js9 const MAX_ITERATIONS = 5; constant
24 if (iter < MAX_ITERATIONS)
Dtest-worker-fshandles-error-on-termination.js9 const MAX_ITERATIONS = 5; constant
24 if (iter < MAX_ITERATIONS)
/third_party/ltp/testcases/kernel/syscalls/fork/
Dfork13.c51 #define MAX_ITERATIONS 1000000 macro
66 for (i = 0; i < MAX_ITERATIONS; i++) { in check()
/third_party/node/test/parallel/
Dtest-worker-http2-stream-terminate.js14 const MAX_ITERATIONS = 5; constant
29 if (iter < MAX_ITERATIONS)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp298 static constexpr size_t MAX_ITERATIONS = 4; member
299 using IterationArray = ConstexprVector<Iteration, MAX_ITERATIONS>;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp298 static constexpr size_t MAX_ITERATIONS = 4; member
299 using IterationArray = ConstexprVector<Iteration, MAX_ITERATIONS>;
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_gf2m.c23 # define MAX_ITERATIONS 50 macro
1080 } while (BN_is_zero(w) && (count < MAX_ITERATIONS)); in BN_GF2m_mod_solve_quad_arr()
/third_party/openssl/crypto/bn/
Dbn_gf2m.c23 # define MAX_ITERATIONS 50 macro
1074 } while (BN_is_zero(w) && (count < MAX_ITERATIONS)); in BN_GF2m_mod_solve_quad_arr()