Home
last modified time | relevance | path

Searched refs:ITER (Results 1 – 16 of 16) sorted by relevance

/freebsd/tests/sys/sys/
H A Drb_test.c55 #define ITER 150 macro
60 struct node *tmp, *ins, store[ITER]; in ATF_TC_BODY()
63 min = ITER; in ATF_TC_BODY()
69 for (i = 0; i < ITER; i++) in ATF_TC_BODY()
73 for (i = 0; i < ITER; i++) { in ATF_TC_BODY()
74 j = i + arc4random_uniform(ITER - i); in ATF_TC_BODY()
80 for (i = 0; i < ITER; i++) { in ATF_TC_BODY()
100 for (i = 0; i < ITER; i++) { in ATF_TC_BODY()
H A Darb_test.c56 #define ITER 150 macro
68 root = (struct tree *)calloc(1, ARB_ALLOCSIZE(root, ITER, tmp)); in ATF_TC_BODY()
70 ARB_INIT(tmp, next, root, ITER); in ATF_TC_BODY()
72 for (i = 0; i < ITER; i++) { in ATF_TC_BODY()
100 for (i = 0; i < ITER - 1; i++) { in ATF_TC_BODY()
H A Dsplay_test.c54 #define ITER 150 macro
68 for (i = 0; i < ITER; i++) { in ATF_TC_BODY()
96 for (i = 0; i < ITER - 1; i++) { in ATF_TC_BODY()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivmod.m422 * ITER -- number of iterations of the main division loop which will
25 * V -- the current comparand -- initially divisor*2ˆ(ITER*N-1)
39 define(ITER, `%o4') macro
138 mov 0,ITER
142 ! The total number of bits in the result here is N*ITER+SC, where
144 ! Compute ITER in an unorthodox manner: know we need to Shift V into
152 inc ITER
214 inccc ITER
216 dec ITER
225 deccc ITER
/freebsd/tests/sys/cddl/zfs/tests/snapshot/
H A Drollback_002_pos.ksh83 populate_dir $TESTDIR/original_file $COUNT $NUM_WRITES $BLOCKSZ ITER
94 populate_dir $TESTDIR/afterfirst_file $COUNT $NUM_WRITES $BLOCKSZ ITER
98 populate_dir $TESTDIR/aftersecond_file $COUNT $NUM_WRITES $BLOCKSZ ITER
H A Drollback_001_pos.ksh79 populate_dir $TESTDIR/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER
89 populate_dir $TESTDIR/after_file $COUNT $NUM_WRITES $BLOCKSZ ITER
H A Dsnapshot_011_pos.ksh77 populate_dir $TESTDIR/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER
89 populate_dir $TESTDIR/after_file $COUNT $NUM_WRITES $BLOCKSZ ITER
H A Dclone_001_pos.ksh101 populate_dir $mtpt/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER
126 $BLOCKSZ ITER
H A Dsnapshot_004_pos.ksh83 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER
H A Dsnapshot_008_pos.ksh81 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPFS
H A Dsnapshot_003_pos.ksh86 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPFS
H A Dsnapshot_013_pos.ksh86 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER
H A Dsnapshot_007_pos.ksh90 populate_dir $TESTDIR1/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPCTR
/freebsd/tools/test/stress2/misc/
H A Dpthread5.sh89 for (iter = 0; iter < ITER; iter++) {
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathbench.c36 #define ITER 125 macro
43 static long itercount = ITER;
/freebsd/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib3432 ITER) d=$i ;;