Home
last modified time | relevance | path

Searched refs:LOOPS (Results 1 – 25 of 29) sorted by relevance

12

/external/ltp/lib/newlib_tests/
Dtst_fuzzy_sync03.c18 #define LOOPS 0xFFFFULL macro
20 static volatile char seq[LOOPS * 2 + 1];
27 pair.exec_loops = LOOPS; in setup()
41 seq_n = (i + 1) * 2 % (int)LOOPS * 2; in worker()
44 if (i != LOOPS) { in worker()
47 i, LOOPS); in worker()
69 for (i = 0; i < LOOPS; i++) { in run()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
D2-1.c33 #define LOOPS 3 macro
56 if (value != (THREAD_NUM) * LOOPS) { in main()
58 THREAD_NUM, LOOPS); in main()
60 (THREAD_NUM) * LOOPS, value); in main()
79 for (i = 0; i < LOOPS; ++i) { in func()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
D1-1.c30 #define LOOPS 4 macro
59 if (value != (THREAD_NUM) * LOOPS) { in main()
61 THREAD_NUM, LOOPS); in main()
63 (THREAD_NUM) * LOOPS, value); in main()
83 for (i = 0; i < LOOPS; ++i) { in f1()
/external/ltp/testscripts/
Dtest_realtime.sh83 LOOPS=1
85 LOOPS=$2
88 if [[ ! $LOOPS =~ ^[0-9]+$ ]]; then
89 echo "\"$LOOPS\" doesn't appear to be a number"
96 echo " Running $LOOPS runs of $subdir "
97 for((iter=0; $iter < $LOOPS; iter++)); do
/external/ltp/testcases/realtime/
Drun.sh87 LOOPS=$(( 0 + $2 ))
88 if [ $LOOPS -eq 0 ]; then
89 LOOPS=1
94 echo " Running $LOOPS runs of $subdir "
96 while [ $iter -lt $LOOPS ]; do
/external/ltp/testcases/kernel/fs/fs_di/
Dfs_di117 LOOPS=10
134 LOOPS=$OPTARG;;
157 export TST_COUNT=$LOOPS
162 echo " Loops: $LOOPS"
188 while [ $loopcount -lt $LOOPS ]
/external/python/cpython2/Lib/test/
Dtest_imp.py19 LOOPS = 50
26 for i in range(LOOPS):
30 for i in range(LOOPS):
Dpystone.py35 LOOPS = 50000 variable
60 def main(loops=LOOPS):
67 def pystones(loops=LOOPS):
79 def Proc0(loops=LOOPS):
269 loops = LOOPS
/external/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl02.c34 #define LOOPS 20000 macro
65 for (i = 0; i < LOOPS; i++) { in do_test()
130 SAFE_FILE_PRINTF(PATH_KEY_COUNT_QUOTA, "%d", orig_maxkeys + LOOPS + 1); in setup()
/external/ltp/testcases/kernel/syscalls/signal/
Dsignal06.c58 #define LOOPS 30000 macro
72 while (D == VALUE && loop < LOOPS) { in test()
84 if (loop == LOOPS) { in test()
/external/owasp/java-encoder/core/src/test/java/org/owasp/encoder/
DBenchmarkTest.java56 static final int LOOPS = 5000; field in BenchmarkTest
79 double _denom = (double) (LOOPS * _samples.length); in suite()
98 _baseline = runBench(BASELINE, LOOPS, _samples, _output); in suite()
108 long time = runBench(bench, LOOPS, _samples, _output); in suite()
/external/ltp/tools/
Dcreate_kernel_faults_in_loops_and_probability.awk27 for (i = 1; i <= LOOPS; i++) {
35 if (i == LOOPS) {
/external/ltp/testcases/cve/
Dcve-2017-2618.c23 #define LOOPS 100 macro
36 for (i = 0; i < LOOPS; i++) { in do_test()
/external/ltp/testcases/kernel/syscalls/adjtimex/
Dadjtimex03.c37 #define LOOPS 10 macro
46 for (i = 0; i < LOOPS; i++) { in verify_adjtimex()
/external/ltp/testcases/kernel/sched/autogroup/
Dautogroup01.c23 #define LOOPS 1000 macro
47 for (i = 0; i < LOOPS; i++) in do_test()
/external/ltp/testcases/kernel/syscalls/mmap/
Dmmap16.c41 #define LOOPS 10 macro
158 for (i = 0; i < LOOPS; i++) in run()
/external/ltp/testcases/kernel/syscalls/perf_event_open/
Dperf_event_open01.c130 #define LOOPS 100000000 macro
136 for (i = 0; i < LOOPS; ++i) in do_work()
/external/liburing/test/
Dfadvise.c18 #define LOOPS 100 macro
175 for (i = 0; i < LOOPS; i++) { in main()
Dmadvise.c20 #define LOOPS 100 macro
171 for (i = 0; i < LOOPS; i++) { in main()
/external/python/cpython2/Lib/hotshot/
Dstones.py13 (test.pystone.__version__, test.pystone.LOOPS, benchtime)
/external/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages12.c79 #define LOOPS 1000 macro
166 for (i = 0; i < LOOPS; i++) { in do_test()
/external/python/cpython3/Lib/test/
Dtest_imp.py35 LOOPS = 50
42 for i in range(LOOPS):
46 for i in range(LOOPS):
/external/ltp/
Drunltp115 [ -F LOOPS,PERCENTAGE ] [ -z BIG_DEVICE ] [-Z LTP_BIG_DEV_FS_TYPE]
132 …-F LOOPS,PERCENTAGE Induce PERCENTAGE Fault in the Kernel Subsystems, and, run each test for LOOPS
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h29 #define LOOPS 100 //Iterations macro
72 int loops = LOOPS; in getEventsPerIteration()
/external/cronet/third_party/icu/source/test/perf/ustrperf/
Dstringperf.h29 #define LOOPS 100 //Iterations macro
72 int loops = LOOPS; in getEventsPerIteration()

12