Home
last modified time | relevance | path

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

123

/freebsd-13-stable/contrib/ntp/
HDflock-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-13-stable/contrib/netbsd-tests/lib/libpthread/
HDt_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-13-stable/sys/crypto/
HDsha1.c68 #define COUNT (ctxt->count) macro
73 ctxt->m.b8[(COUNT % 64)] = (x); \
74 COUNT++; \
75 COUNT %= 64; \
77 if (COUNT % 64 == 0) \
82 ctxt->m.b8[(COUNT % 64)] = (x); \
83 COUNT++; \
84 COUNT %= 64; \
85 if (COUNT % 64 == 0) \
194 padstart = COUNT % 64; in sha1_pad()
[all …]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/snapshot/
HDsnapshot_011_pos.ksh77 typeset -i COUNT=10
80 populate_dir $TESTDIR/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER
85 if (( FILE_COUNT != COUNT )); then
92 populate_dir $TESTDIR/after_file $COUNT $NUM_WRITES $BLOCKSZ ITER
107 if (( FILE_COUNT != $COUNT )); then
HDrollback_001_pos.ksh79 typeset -i COUNT=10
82 populate_dir $TESTDIR/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER
86 if [[ $FILE_COUNT -ne $COUNT ]]; then
92 populate_dir $TESTDIR/after_file $COUNT $NUM_WRITES $BLOCKSZ ITER
107 if [[ $FILE_COUNT -ne $COUNT ]]; then
HDrollback_002_pos.ksh83 typeset -i COUNT=10
86 populate_dir $TESTDIR/original_file $COUNT $NUM_WRITES $BLOCKSZ ITER
91 if [[ $FILE_COUNT -ne $COUNT ]]; then
97 populate_dir $TESTDIR/afterfirst_file $COUNT $NUM_WRITES $BLOCKSZ ITER
101 populate_dir $TESTDIR/aftersecond_file $COUNT $NUM_WRITES $BLOCKSZ ITER
HDclone_001_pos.ksh100 typeset -i COUNT=10
104 populate_dir $mtpt/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER
122 if [[ $FILE_COUNT -ne $COUNT ]]; then
128 populate_dir ${args[i+3]}/after_file $COUNT $NUM_WRITES \
132 if [[ $FILE_COUNT -ne $COUNT ]]; then
HDsnapshot_008_pos.ksh60 while [[ $i -lt $COUNT ]]; do
79 typeset -i COUNT=10
84 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPFS
87 while [[ $i -lt $COUNT ]]; do
HDsnapshot_003_pos.ksh61 while [ $i -lt $COUNT ]; do
86 typeset -i COUNT=10
89 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPFS
96 while [[ $i -lt $COUNT ]]; do
HDsnapshot_007_pos.ksh61 while [ $i -lt $COUNT ]; do
90 typeset -i COUNT=10
93 populate_dir $TESTDIR1/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPCTR
100 while [[ $i -lt $COUNT ]]; do
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
HDsnapshot_011_pos.ksh66 typeset -i COUNT=10
70 while (( i < COUNT )); do
80 if (( FILE_COUNT != COUNT )); then
87 while (( i < COUNT )); do
107 if (( FILE_COUNT != $COUNT )); then
HDrollback_001_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
110 if [[ $FILE_COUNT -ne $COUNT ]]; then
HDrollback_002_pos.ksh73 typeset -i COUNT=10
77 while [[ $i -le $COUNT ]]; do
87 if [[ $FILE_COUNT -ne $COUNT ]]; then
94 while [[ $i -le $COUNT ]]; do
105 while [[ $i -le $COUNT ]]; do
HDsnapshot_008_pos.ksh50 while [[ $i -lt $COUNT ]]; do
69 typeset -i COUNT=10
75 while [[ $i -lt $COUNT ]]; do
84 while [[ $i -lt $COUNT ]]; do
HDclone_001_pos.ksh119 typeset -i COUNT=10
125 while [[ $j -le $COUNT ]]; do
148 if [[ $FILE_COUNT -ne $COUNT ]]; then
155 while [[ $j -le $COUNT ]]; do
162 if [[ $FILE_COUNT -ne $COUNT ]]; then
HDsnapshot_013_pos.ksh73 typeset -i COUNT=10
77 while (( i < COUNT )); do
93 (( FILE_COUNT != COUNT )) && log_fail "Got $FILE_COUNT expected $COUNT"
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/
HDzpool_set_002_neg.ksh90 COUNT=0
91 while [ $COUNT -le 1025 ]
94 COUNT=$(( $COUNT + 1 ))
/freebsd-13-stable/tests/sys/cddl/zfs/tests/xattr/
HDsetup.ksh43 COUNT=0
47 ZFS_USER="${ZFS_USER}${COUNT}"
48 COUNT=$(( $COUNT + 1 ))
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
HDbootfs_004_neg.ksh71 COUNT=0
72 while [ $COUNT -le 1025 ]
75 COUNT=$(( $COUNT + 1 ))
/freebsd-13-stable/tests/sys/cddl/zfs/tests/bootfs/
HDbootfs_004_neg.ksh86 COUNT=0
87 while [ $COUNT -le 1025 ]
90 COUNT=$(( $COUNT + 1 ))
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_set/
HDzpool_set_002_neg.ksh108 COUNT=0
109 while [ $COUNT -le 1025 ]
112 COUNT=$(( $COUNT + 1 ))
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
HDzpool_upgrade_001_pos.ksh66 COUNT=$( $WC -l $TMPDIR/zpool-versions.${TESTCASE_ID} | $AWK '{print $1}' )
67 COUNT=$(( $COUNT - 1 ))
68 $TAIL -${COUNT} $TMPDIR/zpool-versions.${TESTCASE_ID} > $TMPDIR/zpool-versions-desc.${TESTCASE_ID}
HDzpool_upgrade.kshlib57 COUNT=0
58 while [ "$COUNT" -lt 1024 ]; do
59 $DD if=/dev/urandom of=/$POOL_NAME/random.$COUNT \
61 COUNT=$(( $COUNT + 1 ))
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_upgrade/
HDzfs_upgrade_001_pos.ksh87 typeset -i COUNT OLDCOUNT
118 COUNT=$( $WC -l $output | $AWK '{print $1}' )
126 if (( i != COUNT - OLDCOUNT )); then
145 COUNT=$( $WC -l $output | $AWK '{print $1}' )
147 if (( COUNT != OLDCOUNT )); then
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/
HDzfs_upgrade_001_pos.ksh72 typeset -i COUNT OLDCOUNT
103 COUNT=$( wc -l $output | awk '{print $1}' )
111 if (( i != COUNT - OLDCOUNT )); then
128 COUNT=$( wc -l $output | awk '{print $1}' )
130 if (( COUNT != OLDCOUNT )); then

123