Searched refs:ITER (Results 1 – 16 of 16) sorted by relevance
/freebsd/tests/sys/sys/ |
H A D | rb_test.c | 55 #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 D | arb_test.c | 56 #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 D | splay_test.c | 54 #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 D | divmod.m4 | 22 * 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 D | rollback_002_pos.ksh | 83 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 D | rollback_001_pos.ksh | 79 populate_dir $TESTDIR/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER 89 populate_dir $TESTDIR/after_file $COUNT $NUM_WRITES $BLOCKSZ ITER
|
H A D | snapshot_011_pos.ksh | 77 populate_dir $TESTDIR/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER 89 populate_dir $TESTDIR/after_file $COUNT $NUM_WRITES $BLOCKSZ ITER
|
H A D | clone_001_pos.ksh | 101 populate_dir $mtpt/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER 126 $BLOCKSZ ITER
|
H A D | snapshot_004_pos.ksh | 83 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER
|
H A D | snapshot_008_pos.ksh | 81 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPFS
|
H A D | snapshot_003_pos.ksh | 86 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPFS
|
H A D | snapshot_013_pos.ksh | 86 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER
|
H A D | snapshot_007_pos.ksh | 90 populate_dir $TESTDIR1/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPCTR
|
/freebsd/tools/test/stress2/misc/ |
H A D | pthread5.sh | 89 for (iter = 0; iter < ITER; iter++) {
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | mathbench.c | 36 #define ITER 125 macro 43 static long itercount = ITER;
|
/freebsd/tests/sys/cddl/zfs/include/ |
H A D | libtest.kshlib | 3432 ITER) d=$i ;;
|