Home
last modified time | relevance | path

Searched refs:COUNT (Results 1 – 25 of 63) sorted by relevance

123

/freebsd/contrib/ntp/
H A Dflock-build84 COUNT=0
88 COUNT=\`expr \$COUNT + 1\`
89 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
90 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait
96 COUNT=\`expr \$COUNT + 1\`
97 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
98 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait
102 COUNT=\`expr \$COUNT + 1\`
103 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
104 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait
[all …]
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_barrier.c42 #define COUNT 5 macro
76 pthread_t new[COUNT]; in ATF_TC_BODY()
80 PTHREAD_REQUIRE(pthread_barrier_init(&barrier, NULL, COUNT)); in ATF_TC_BODY()
82 for (i = 0; i < COUNT; i++) { in ATF_TC_BODY()
91 for (i = 0; i < COUNT; i++) { in ATF_TC_BODY()
100 ATF_REQUIRE_EQ(after_barrier_count, COUNT); in ATF_TC_BODY()
/freebsd/sys/crypto/
H A Dsha1.c73 COUNT++; \
74 COUNT %= 64; \
82 COUNT++; \
83 COUNT %= 64; \
193 padstart = COUNT % 64; in sha1_pad()
197 COUNT += padlen; in sha1_pad()
198 COUNT %= 64; in sha1_pad()
205 COUNT %= 64; in sha1_pad()
235 COUNT += copysiz; in sha1_loop()
236 COUNT %= 64; in sha1_loop()
[all …]
/freebsd/tests/sys/cddl/zfs/tests/snapshot/
H A Drollback_001_pos.ksh76 typeset -i COUNT=10
79 populate_dir $TESTDIR/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER
83 if [[ $FILE_COUNT -ne $COUNT ]]; then
89 populate_dir $TESTDIR/after_file $COUNT $NUM_WRITES $BLOCKSZ ITER
104 if [[ $FILE_COUNT -ne $COUNT ]]; then
H A Dsnapshot_011_pos.ksh74 typeset -i COUNT=10
77 populate_dir $TESTDIR/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER
82 if (( FILE_COUNT != COUNT )); then
89 populate_dir $TESTDIR/after_file $COUNT $NUM_WRITES $BLOCKSZ ITER
104 if (( FILE_COUNT != $COUNT )); then
H A Drollback_002_pos.ksh80 typeset -i COUNT=10
83 populate_dir $TESTDIR/original_file $COUNT $NUM_WRITES $BLOCKSZ ITER
88 if [[ $FILE_COUNT -ne $COUNT ]]; then
94 populate_dir $TESTDIR/afterfirst_file $COUNT $NUM_WRITES $BLOCKSZ ITER
98 populate_dir $TESTDIR/aftersecond_file $COUNT $NUM_WRITES $BLOCKSZ ITER
H A Dclone_001_pos.ksh97 typeset -i COUNT=10
101 populate_dir $mtpt/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER
119 if [[ $FILE_COUNT -ne $COUNT ]]; then
125 populate_dir ${args[i+3]}/after_file $COUNT $NUM_WRITES \
129 if [[ $FILE_COUNT -ne $COUNT ]]; then
H A Dsnapshot_008_pos.ksh57 while [[ $i -lt $COUNT ]]; do
76 typeset -i COUNT=10
81 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPFS
84 while [[ $i -lt $COUNT ]]; do
H A Dsnapshot_003_pos.ksh58 while [ $i -lt $COUNT ]; do
83 typeset -i COUNT=10
86 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPFS
93 while [[ $i -lt $COUNT ]]; do
H A Dsnapshot_007_pos.ksh58 while [ $i -lt $COUNT ]; do
87 typeset -i COUNT=10
90 populate_dir $TESTDIR1/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPCTR
97 while [[ $i -lt $COUNT ]]; do
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Drollback_001_pos.ksh66 typeset -i COUNT=10
70 while [[ $i -le $COUNT ]]; do
80 if [[ $FILE_COUNT -ne $COUNT ]]; then
87 while [[ $i -le $COUNT ]]; do
107 if [[ $FILE_COUNT -ne $COUNT ]]; then
H A Dsnapshot_011_pos.ksh64 typeset -i COUNT=10
68 while (( i < COUNT )); do
78 if (( FILE_COUNT != COUNT )); then
85 while (( i < COUNT )); do
104 if (( FILE_COUNT != $COUNT )); then
H A Drollback_002_pos.ksh69 typeset -i COUNT=10
73 while [[ $i -le $COUNT ]]; do
83 if [[ $FILE_COUNT -ne $COUNT ]]; then
90 while [[ $i -le $COUNT ]]; do
101 while [[ $i -le $COUNT ]]; do
H A Dsnapshot_003_pos.ksh51 while [ $i -lt $COUNT ]; do
72 typeset -i COUNT=10
76 while [[ $i -lt $COUNT ]]; do
88 while [[ $i -lt $COUNT ]]; do
H A Dsnapshot_008_pos.ksh50 while [[ $i -lt $COUNT ]]; do
66 typeset -i COUNT=10
72 while [[ $i -lt $COUNT ]]; do
81 while [[ $i -lt $COUNT ]]; do
H A Dclone_001_pos.ksh118 typeset -i COUNT=10
124 while [[ $j -le $COUNT ]]; do
146 if [[ $FILE_COUNT -ne $COUNT ]]; then
153 while [[ $j -le $COUNT ]]; do
160 if [[ $FILE_COUNT -ne $COUNT ]]; then
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh90 COUNT=0
91 while [ $COUNT -le 1025 ]
94 COUNT=$(( $COUNT + 1 ))
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_004_neg.ksh65 COUNT=0
66 while [ $COUNT -le 1025 ]
69 COUNT=$(( $COUNT + 1 ))
/freebsd/tests/sys/cddl/zfs/tests/xattr/
H A Dsetup.ksh40 COUNT=0
44 ZFS_USER="${ZFS_USER}${COUNT}"
45 COUNT=$(( $COUNT + 1 ))
/freebsd/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs_004_neg.ksh83 COUNT=0
84 while [ $COUNT -le 1025 ]
87 COUNT=$(( $COUNT + 1 ))
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh105 COUNT=0
106 while [ $COUNT -le 1025 ]
109 COUNT=$(( $COUNT + 1 ))
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade_001_pos.ksh62 COUNT=$( $WC -l $TMPDIR/zpool-versions.${TESTCASE_ID} | $AWK '{print $1}' )
63 COUNT=$(( $COUNT - 1 ))
64 $TAIL -${COUNT} $TMPDIR/zpool-versions.${TESTCASE_ID} > $TMPDIR/zpool-versions-desc.${TESTCASE_ID}
H A Dzpool_upgrade.kshlib54 COUNT=0
55 while [ "$COUNT" -lt 1024 ]; do
56 $DD if=/dev/urandom of=/$POOL_NAME/random.$COUNT \
58 COUNT=$(( $COUNT + 1 ))
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/
H A Dzfs_upgrade_001_pos.ksh72 typeset -i COUNT OLDCOUNT
103 COUNT=$(wc -l < $output)
111 if (( i != COUNT - OLDCOUNT )); then
128 COUNT=$(wc -l < $output)
130 if (( COUNT != OLDCOUNT )); then
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_upgrade/
H A Dzfs_upgrade_001_pos.ksh83 typeset -i COUNT OLDCOUNT
114 COUNT=$( $WC -l $output | $AWK '{print $1}' )
122 if (( i != COUNT - OLDCOUNT )); then
141 COUNT=$( $WC -l $output | $AWK '{print $1}' )
143 if (( COUNT != OLDCOUNT )); then

123