Searched refs:count (Results 251 - 275 of 3879) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/sys/
H A Dmd4.h34 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:MD4Context
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Ddnlc.h37 #define dnlc_purge_vfsp(vfsp, count) (0)
/freebsd-13-stable/crypto/heimdal/lib/wind/
H A Dgen-bidi.py81 count = 0
88 count += 1
94 count += 1
96 file.write("const size_t %s_size = %u;\n\n" % (variable, count))
/freebsd-13-stable/sys/opencrypto/
H A Drmd160.h32 uint64_t count; /* number of bits, modulo 2^64 */ member in struct:RMD160Context
/freebsd-13-stable/sys/xen/
H A Dgnttab.h52 uint16_t count; member in struct:gnttab_free_callback
82 void gnttab_end_foreign_access_references(u_int count, grant_ref_t *refs);
94 int gnttab_alloc_grant_references(uint16_t count, grant_ref_t *pprivate_head);
108 void (*fn)(void *), void *arg, uint16_t count);
/freebsd-13-stable/tests/sys/cddl/zfs/tests/devices/
H A Ddevices_001_pos.ksh75 log_must $DD if=$TESTDIR/$TESTFILE1 of=$TESTDIR/$TESTFILE1.out count=1
77 log_must $DD if=$TESTDIR/$TESTFILE2 of=$TESTDIR/$TESTFILE2.out count=1
H A Ddevices_002_neg.ksh75 log_mustnot $DD if=$TESTDIR/$TESTFILE1 of=$TESTDIR/$TESTFILE1.out count=1
77 log_mustnot $DD if=$TESTDIR/$TESTFILE2 of=$TESTDIR/$TESTFILE2.out count=1
/freebsd-13-stable/tests/sys/cddl/zfs/tests/zvol/zvol_swap/
H A Dzvol_swap_006_pos.ksh66 while ((count > 0)); do
70 ((count -= 1))
99 typeset -i i=0 count=0
109 ((count += 1))
/freebsd-13-stable/tests/sys/geom/class/eli/
H A Dsetkey_test.sh19 atf_check dd if=/dev/random of=rnd bs=512 count=${sectors} status=none
20 hash1=`dd if=rnd bs=512 count=${sectors} status=none | md5`
22 atf_check dd if=/dev/random of=keyfile1 bs=512 count=16 status=none
23 atf_check dd if=/dev/random of=keyfile2 bs=512 count=16 status=none
24 atf_check dd if=/dev/random of=keyfile3 bs=512 count=16 status=none
25 atf_check dd if=/dev/random of=keyfile4 bs=512 count=16 status=none
26 atf_check dd if=/dev/random of=keyfile5 bs=512 count=16 status=none
32 dd if=rnd of=/dev/${md}.eli bs=512 count=${sectors} status=none
33 hash2=`dd if=/dev/${md}.eli bs=512 count=${sectors} 2>/dev/null | md5`
46 hash3=`dd if=/dev/${md}.eli bs=512 count
[all...]
/freebsd-13-stable/tools/regression/netinet/ip_id_period/
H A Dip_id_period.py52 count = 0 variable
56 period = count - id_lastseen[id]
59 id_lastseen[id] = count
60 count += 1
/freebsd-13-stable/contrib/sendmail/src/
H A Dbf.c347 ssize_t count = 0; /* Number of bytes put in buf so far */ local
356 count = nbytes;
357 if ((bfp->bf_offset + count) > bfp->bf_buffilled)
358 count = bfp->bf_buffilled - bfp->bf_offset;
360 memcpy(buf, bfp->bf_buf + bfp->bf_offset, count);
383 bfp->bf_offset + count, SEEK_SET) < 0)
398 while (count < nbytes)
401 buf + count,
402 nbytes - count);
411 count
492 ssize_t count = 0; /* Number of bytes written so far */ local
[all...]
/freebsd-13-stable/contrib/smbfs/smbutil/
H A Dprint.c66 int error, opt, i, file, count; local
120 count = read(file, buf, sizeof(buf));
121 if (count == 0)
123 if (count < 0) {
128 i = smb_write(ctx, fh, offset, count, buf);
134 if (i != count) {
139 offset += count;
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_missing_001_pos.ksh118 typeset -i count=0
137 count=0
161 (( count = count + 1 ))
164 'mirror') (( count == $GROUP_NUM )) && \
167 'raidz') (( count > 1 )) && \
170 'draid') (( count > 1 )) && \
H A Dzpool_import_missing_002_pos.ksh132 typeset -i count=0
155 count=0
181 (( count = count + 1 ))
185 'mirror') (( count < $GROUP_NUM )) && \
188 'raidz') (( count == 1 )) && \
191 'draid') (( count == 1 )) && \
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mv_files/
H A Dmv_files_common.kshlib120 typeset -i count
124 count=1
126 count=$MVNUMFILES+1
129 while (( count <= $2 ))
131 cp /etc/passwd $1/file_$count \
141 (( count = count + 1 ))
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_insch.c59 int count; local
70 for (count = (tabsize - (win->_curx % tabsize)); count > 0; count--) {
121 count = _nc_build_wch(win, &wch);
122 if (count > 0) {
124 } else if (count == -1) {
/freebsd-13-stable/sys/amd64/amd64/
H A Dprof_machdep.c206 u_int count; local
219 count = (u_int)rdtsc() & ~1u;
220 delta = (int)(count - prev_count) >> 1;
221 prev_count = count;
231 count = ((high << 8) | low) << CPUTIME_CLOCK_I8254_SHIFT;
238 * has occurred iff the current count is larger than the previous
239 * count. This allows counter underflow to be detected faster
242 delta = prev_count - count;
243 prev_count = count;
/freebsd-13-stable/tests/sys/cddl/zfs/tests/mv_files/
H A Dmv_files_common.kshlib129 typeset -i count
133 count=1
135 count=$MVNUMFILES+1
138 while (( count <= $2 ))
140 $CP /etc/passwd $1/file_$count \
152 (( count = count + 1 ))
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A Dm_sha1.c25 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) argument
27 return SHA1_Update(EVP_MD_CTX_md_data(ctx), data, count);
119 static int update224(EVP_MD_CTX *ctx, const void *data, size_t count) argument
121 return SHA224_Update(EVP_MD_CTX_md_data(ctx), data, count);
134 static int update256(EVP_MD_CTX *ctx, const void *data, size_t count) argument
136 return SHA256_Update(EVP_MD_CTX_md_data(ctx), data, count);
197 static int update384(EVP_MD_CTX *ctx, const void *data, size_t count) argument
199 return SHA384_Update(EVP_MD_CTX_md_data(ctx), data, count);
213 static int update512(EVP_MD_CTX *ctx, const void *data, size_t count) argument
215 return SHA512_Update(EVP_MD_CTX_md_data(ctx), data, count);
[all...]
/freebsd-13-stable/contrib/subversion/subversion/svnfsfs/
H A Dstats-cmd.c80 svn__ui64toa_sep(stats->total.count, ',', pool),
82 svn__ui64toa_sep(stats->shared.count, ',', pool),
86 svn__ui64toa_sep(stats->references - stats->total.count, ',', pool),
87 stats->chain_len / MAX(1.0, (double)stats->total.count));
97 for (i = 0; i < changes->count && changes->changes[i]->size; ++i)
116 while (last > 0 && histogram->lines[last].count == 0)
119 while (first <= last && histogram->lines[first].count == 0)
128 svn__ui64toa_sep(histogram->lines[i].count, ',', pool),
129 (int)(histogram->lines[i].count * 100 / histogram->total.count));
192 int count = MIN(sorted->nelts, 16); local
211 int i, k, count; local
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh54 @total = count();
55 @stacks[ustack(4)] = count();
100 \$count = \$1;
101 die "too few samples (\$count)\n" unless \$count >= 1000;
/freebsd-13-stable/tests/sys/geom/class/mirror/
H A D12_test.sh17 dd if=/dev/zero of=$m1 bs=$ddbs count=1024 >/dev/null 2>&1
18 dd if=/dev/zero of=$m2 bs=$ddbs count=1024 >/dev/null 2>&1
28 dd if=/dev/random of=$tmp1 bs=$ddbs count=1 >/dev/null 2>&1
33 dd if=$tmp1 of=/dev/mirror/$name bs=$ddbs count=1 >/dev/null 2>&1
34 dd if=/dev/mirror/$name of=$tmp2 bs=$ddbs count=1 >/dev/null 2>&1
H A D6_test.sh15 dd if=/dev/random of=${src} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
24 dd if=${src} of=/dev/mirror/${name} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
25 dd if=/dev/zero of=/dev/${us2} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
27 dd if=/dev/mirror/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
38 dd if=/dev/${us2} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
H A D9_test.sh15 dd if=/dev/zero of=$m1 bs=$ddbs count=1024 >/dev/null 2>&1
16 dd if=/dev/zero of=$m2 bs=$ddbs count=1024 >/dev/null 2>&1
17 dd if=/dev/zero of=$m3 bs=$ddbs count=1024 >/dev/null 2>&1
30 dd if=/dev/random of=/dev/mirror/$name bs=$ddbs count=1 >/dev/null 2>&1
43 dd if=/dev/random of=/dev/mirror/$name bs=$ddbs count=1 >/dev/null 2>&1
/freebsd-13-stable/tests/sys/geom/class/raid3/
H A D7_test.sh18 dd if=/dev/random of=${src} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
23 dd if=${src} of=/dev/raid3/${name} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
29 dd if=/dev/zero of=/dev/${us2} bs=512 count=`expr $nblocks1 + 1` >/dev/null 2>&1
34 dd if=/dev/zero of=/dev/${us1} bs=512 count=`expr $nblocks1 + 1` >/dev/null 2>&1
36 dd if=/dev/raid3/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1

Completed in 305 milliseconds

<<11121314151617181920>>