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

<<11121314151617181920>>

/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.h24 FSE_repeat* repeatMode, unsigned const* count, unsigned const max,
34 unsigned* count, U32 max,
49 unsigned const* count,
53 unsigned const* count, unsigned const max);
/freebsd-current/tools/test/stress2/misc/
H A Dmdconfig3.sh37 dd if=/dev/zero of=$diskimage bs=1m count=5 status=none
39 dd if=/dev/random of=/dev/md$mdstart bs=1m count=5 status=none
/freebsd-current/sys/cddl/compat/opensolaris/sys/
H A Ddnlc.h35 #define dnlc_purge_vfsp(vfsp, count) (0)
/freebsd-current/sbin/fdisk/
H A Druntest.sh13 dd if=/dev/zero of=tmp count=1 > /dev/null 2>&1
17 c=`dd if=/dev/${MD} count=1 2>/dev/null | md5`
/freebsd-current/lib/libgssapi/
H A Dgss_add_oid_set_member.c54 new_elements = malloc((set->count + 1) * sizeof(gss_OID_desc));
60 new_oid = &new_elements[set->count];
71 set->count * sizeof(gss_OID_desc));
75 set->count++;
H A Dgss_test_oid_set_member.c42 for (i = 0; i < set->count; i++)
H A Dgss_create_empty_oid_set.c48 set->count = 0;
/freebsd-current/sys/ddb/
H A Ddb_break.h48 int count; /* current count */ member in struct:db_breakpoint
/freebsd-current/sys/opencrypto/
H A Drmd160.h31 uint64_t count; /* number of bits, modulo 2^64 */ member in struct:RMD160Context
/freebsd-current/sys/sys/
H A Dcfictl.h41 unsigned long count; member in struct:cfiocqry
H A Dmd4.h33 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:MD4Context
H A Dblist.h36 * blkno = blist_alloc(blist, &count, maxcount)
37 * (void) blist_free(blist, blkno, count)
38 * nblks = blist_fill(blist, blkno, count)
39 * (void) blist_resize(&blist, count, freeextra, flags)
92 daddr_t blist_alloc(blist_t blist, int *count, int maxcount);
96 daddr_t blist_fill(blist_t bl, daddr_t blkno, daddr_t count);
97 void blist_free(blist_t blist, daddr_t blkno, daddr_t count);
99 void blist_resize(blist_t *pblist, daddr_t count, int freenew, int flags);
/freebsd-current/tools/regression/netinet/ip_id_period/
H A Dip_id_period.py51 count = 0 variable
55 period = count - id_lastseen[id]
58 id_lastseen[id] = count
59 count += 1
/freebsd-current/tests/sys/cddl/zfs/tests/devices/
H A Ddevices_002_neg.ksh70 log_mustnot $DD if=$TESTDIR/$TESTFILE1 of=$TESTDIR/$TESTFILE1.out count=1
72 log_mustnot $DD if=$TESTDIR/$TESTFILE2 of=$TESTDIR/$TESTFILE2.out count=1
H A Ddevices_001_pos.ksh70 log_must $DD if=$TESTDIR/$TESTFILE1 of=$TESTDIR/$TESTFILE1.out count=1
72 log_must $DD if=$TESTDIR/$TESTFILE2 of=$TESTDIR/$TESTFILE2.out count=1
/freebsd-current/tests/sys/cddl/zfs/tests/zvol/zvol_swap/
H A Dzvol_swap_006_pos.ksh61 while ((count > 0)); do
65 ((count -= 1))
94 typeset -i i=0 count=0
104 ((count += 1))
/freebsd-current/sys/kgssapi/
H A Dgss_add_oid_set_member.c58 new_elements = malloc((set->count + 1) * sizeof(gss_OID_desc),
61 new_oid = &new_elements[set->count];
68 set->count * sizeof(gss_OID_desc));
72 set->count++;
/freebsd-current/lib/libc/stdlib/
H A Dradixsort.c126 static int count[256], nc, bmin; local
149 if (++count[c] == 1 && c != endch) {
166 if (nc == 1 && count[bmin] == n) {
168 nc = count[bmin] = 0;
175 * count[] = counts of elements in bins.
176 * Before permuting: top[c-1] + count[c] = top[c];
182 top[0] = ak = a + count[0];
187 for (cp = count + bmin; nc > 0; cp++) {
197 top[cp-count] = ak += *cp;
211 * aj<-aj + count[
225 static int count[256], nc, bmin; local
[all...]
/freebsd-current/sys/xen/
H A Dgnttab.h54 uint16_t count; member in struct:gnttab_free_callback
84 void gnttab_end_foreign_access_references(u_int count, grant_ref_t *refs);
96 int gnttab_alloc_grant_references(uint16_t count, grant_ref_t *pprivate_head);
110 void (*fn)(void *), void *arg, uint16_t count);
/freebsd-current/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-current/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-current/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-current/tests/sys/cddl/zfs/tests/mv_files/
H A Dmv_files_common.kshlib124 typeset -i count
128 count=1
130 count=$MVNUMFILES+1
133 while (( count <= $2 ))
135 $CP /etc/passwd $1/file_$count \
147 (( count = count + 1 ))
/freebsd-current/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...]

Completed in 250 milliseconds

<<11121314151617181920>>