/third_party/ltp/lib/newlib_tests/ |
H A D | tst_fuzzy_sync03.c | 17 /* LOOPS * 2 + 1 must be less than INT_MAX */ 18 #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()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/ |
H A D | 1-1.c | 30 #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()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/ |
H A D | 2-1.c | 33 #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()
|
/third_party/lame/misc/ |
H A D | scalartest.c | 7 #define LOOPS 20000 macro 41 l = LOOPS; in test() 47 l = LOOPS; in test() 53 curr = (t4-t3-t2+t1) / CLK / LOOPS / 4 * 1.e9; in test() 75 l = LOOPS; in testn() 81 l = LOOPS; in testn() 87 curr = (t4-t3-t2+t1) / CLK / LOOPS / 4 * 1.e9; in testn()
|
/third_party/ltp/testscripts/ |
H A D | test_realtime.sh | 83 LOOPS=1 85 LOOPS=$2 87 #Test if $LOOPS is a integer 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
|
/third_party/ltp/testcases/realtime/ |
H A D | run.sh | 87 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
|
/third_party/ltp/testcases/kernel/fs/fs_di/ |
H A D | fs_di | 67 usage: ./${0##*/} -d TMPDIR [-h] [-l # of LOOPS ] [-s SIZE in Mb][-S partition SIZE in Mb] 71 -l # of LOOPS The number of times to run the test. Default=10. 117 LOOPS=10 134 LOOPS=$OPTARG;; 157 export TST_COUNT=$LOOPS 162 echo " Loops: $LOOPS" 188 while [ $loopcount -lt $LOOPS ]
|
/third_party/ltp/testcases/kernel/syscalls/keyctl/ |
H A D | keyctl02.c | 34 #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()
|
/third_party/ltp/testcases/cve/ |
H A D | cve-2017-2618.c | 23 #define LOOPS 100 macro 36 for (i = 0; i < LOOPS; i++) { in do_test()
|
/third_party/ltp/testcases/kernel/sched/autogroup/ |
H A D | autogroup01.c | 23 #define LOOPS 1000 macro 47 for (i = 0; i < LOOPS; i++) in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/adjtimex/ |
H A D | adjtimex03.c | 39 #define LOOPS 10 macro 48 for (i = 0; i < LOOPS; i++) { in verify_adjtimex()
|
/third_party/ltp/testcases/kernel/syscalls/signal/ |
H A D | signal06.c | 58 #define LOOPS 30000 macro 72 while (D == VALUE && loop < LOOPS) { in test() 84 if (loop == LOOPS) { in test()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
H A D | semop04.c | 27 #define LOOPS 1000 macro 56 for (i = 0; i < LOOPS; i++) { in mainloop()
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap16.c | 41 #define LOOPS 10 macro 158 for (i = 0; i < LOOPS; i++) in run()
|
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/ |
H A D | perf_event_open01.c | 130 #define LOOPS 100000000 macro 136 for (i = 0; i < LOOPS; ++i) in do_work()
|
/third_party/ltp/testcases/kernel/syscalls/move_pages/ |
H A D | move_pages12.c | 79 #define LOOPS 1000 macro 166 for (i = 0; i < LOOPS; i++) { in do_test()
|
/third_party/python/Lib/test/ |
H A D | test_imp.py | 38 LOOPS = 50 45 for i in range(LOOPS): 49 for i in range(LOOPS):
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | FractalNoiseEffect.cpp | 207 template <unsigned LOOPS, NoiseFilter FILTER, NoiseFractal FRACTAL> 226 make_noise_effect(LOOPS, in noise_effect()
|
/third_party/icu/icu4c/source/test/perf/ustrperf/ |
H A D | stringperf.h | 29 #define LOOPS 100 //Iterations macro 30 //#define LOOPS 10 72 int loops = LOOPS; in getEventsPerIteration()
|
H A D | stringperf.cpp | 43 int loops = LOOPS; in main()
|
/third_party/ltp/ |
H A D | runltp | 115 [ -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 loop 763 awk -v LOOPS=$INJECT_FAULT_LOOPS_PER_TEST \
|