Searched refs:count (Results 126 - 150 of 2998) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.count2.d31 * Positive count() test
47 @counts["tick-count"] = count();
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Derr.resize2.d45 @a[probeprov] = count();
H A Dtst.resize2.d50 @a[probeprov] = count();
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Dtst.genericevent.d41 @[probename] = count();
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.bigstack.d32 @[ustackdepth] = count();
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.circstack.d32 @[ustackdepth] = count();
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.d32 @[ustackdepth] = count();
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dmutexblock.h32 isc_mutexblock_init(isc_mutex_t *block, unsigned int count);
41 *\li count > 0
50 isc_mutexblock_destroy(isc_mutex_t *block, unsigned int count);
58 *\li count > 0
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A Dsections.c36 gomp_sections_init (struct gomp_work_share *ws, unsigned count) argument
40 ws->end = count + 1;
56 GOMP_sections_start (unsigned count) argument
62 gomp_sections_init (thr->ts.work_share, count);
104 unsigned num_threads, unsigned count)
109 if (gomp_dyn_var && num_threads > count)
110 num_threads = count;
113 gomp_sections_init (ws, count);
103 GOMP_parallel_sections_start(void (*fn) (void *), void *data, unsigned num_threads, unsigned count) argument
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dvfprintf.c31 int count = 0; local
41 count++;
91 count += fprintf(fp, fmt, va_arg(ap, char *));
99 count += fprintf(fp, fmt, va_arg(ap, long));
101 count += fprintf(fp, fmt, va_arg(ap, int));
106 count += fprintf(fp, fmt, va_arg(ap, double));
110 count++;
115 return (count);
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dsha1-pbkdf2.c23 size_t ssid_len, int iterations, unsigned int count,
44 count_buf[0] = (count >> 24) & 0xff;
45 count_buf[1] = (count >> 16) & 0xff;
46 count_buf[2] = (count >> 8) & 0xff;
47 count_buf[3] = count & 0xff;
83 unsigned int count = 0; local
89 count++;
91 count, digest))
22 pbkdf2_sha1_f(const char *passphrase, const char *ssid, size_t ssid_len, int iterations, unsigned int count, u8 *digest) argument
/freebsd-9.3-release/lib/libc/stdio/
H A Dfread.c53 fread(void * __restrict buf, size_t size, size_t count, FILE * __restrict fp) argument
58 ret = __fread(buf, size, count, fp);
64 __fread(void * __restrict buf, size_t size, size_t count, FILE * __restrict fp) argument
72 * ANSI and SUSv2 require a return value of 0 if size or count are 0.
74 if ((count == 0) || (size == 0))
79 * at least one of {count, size} is at least 2^16, since if both
83 if (((count | size) > 0xFFFF) &&
84 (count > SIZE_MAX / size)) {
94 resid = count * size;
114 return (count);
[all...]
/freebsd-9.3-release/sys/dev/random/
H A Dharvest.c86 random_harvest(void *entropy, u_int count, u_int bits, u_int frac, argument
90 (*reap_func)(get_cyclecount(), entropy, count, bits, frac,
96 read_random(void *buf, int count) argument
98 return ((*read_func)(buf, count));
106 read_random_phony(void *buf, int count) argument
114 for (i = 0; i < count; i+= (int)sizeof(u_long)) {
116 size = MIN(count - i, sizeof(u_long));
120 return (count);
/freebsd-9.3-release/tools/tools/mid/
H A Dmid-master7 $count = $ARGV[0]; shift @ARGV;
13 for($i = 0; $i < $count; $i ++) {
23 $o = 'OUT' . ($n % $count);
29 for($i = 0; $i < $count; $i ++) {
H A Dmid-master-index8 count=$1; shift
11 filelistmid=`perl -e "for(0 .. $count -1) {print qq{$file.temp.\\$_.mid }}"`
12 filelistirt=`perl -e "for(0 .. $count -1) {print qq{$file.temp.\\$_.irt }}"`
14 if mid-master $count $command $file.temp; then
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dmutexblock.h32 isc_mutexblock_init(isc_mutex_t *block, unsigned int count);
41 *\li count > 0
50 isc_mutexblock_destroy(isc_mutex_t *block, unsigned int count);
58 *\li count > 0
/freebsd-9.3-release/crypto/openssl/crypto/
H A Debcdic.h16 void *ebcdic2ascii(void *dest, const void *srce, size_t count);
17 void *ascii2ebcdic(void *dest, const void *srce, size_t count);
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dkeyok.c51 int count = 0; local
58 while ((s = _nc_expand_try(SP->_key_ok, ch, &count, 0)) != 0
62 count = 0;
67 while ((s = _nc_expand_try(SP->_keytry, ch, &count, 0)) != 0
71 count = 0;
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dring.h76 ring_init(Ring *ring, unsigned char *buffer, int count);
80 ring_supply_data(Ring *ring, unsigned char *buffer, int count);
83 ring_consume_data(Ring *ring, unsigned char *buffer, int count);
88 ring_supplied(Ring *ring, int count),
89 ring_consumed(Ring *ring, int count);
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dring.h67 ring_init (Ring *ring, unsigned char *buffer, int count);
71 ring_supply_data (Ring *ring, unsigned char *buffer, int count);
74 ring_consume_data (Ring *ring, unsigned char *buffer, int count);
79 ring_supplied (Ring *ring, int count),
80 ring_consumed (Ring *ring, int count);
/freebsd-9.3-release/etc/rc.d/
H A Dgeli64 count=1
65 while [ ${count} -le ${geli_tries} ]; do
70 echo "Attach failed; attempt ${count} of ${geli_tries}."
71 count=$((count+1))
/freebsd-9.3-release/sys/kern/
H A Dsubr_bufring.c40 buf_ring_alloc(int count, struct malloc_type *type, int flags, struct mtx *lock) argument
44 KASSERT(powerof2(count), ("buf ring must be size power of 2"));
46 br = malloc(sizeof(struct buf_ring) + count*sizeof(caddr_t),
53 br->br_prod_size = br->br_cons_size = count;
54 br->br_prod_mask = br->br_cons_mask = count-1;
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbfspeed.c164 long count; local
184 count = 10;
189 count *= 2;
191 for (i = count; i; i--)
195 ca = count / 512;
196 cb = count;
197 cc = count * 8 / BUFSIZE + 1;
199 # define COND(d) (count != (d))
203 # define COUNT(d) (count)
210 for (count
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/rc5/
H A Drc5speed.c164 long count; local
184 count = 10;
189 count *= 2;
191 for (i = count; i; i--)
195 ca = count / 512;
196 cb = count;
197 cc = count * 8 / BUFSIZE + 1;
199 # define COND(d) (count != (d))
203 # define COUNT(d) (count)
210 for (count
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dcast_spd.c164 long count; local
184 count = 10;
189 count *= 2;
191 for (i = count; i; i--)
195 ca = count / 512;
196 cb = count;
197 cc = count * 8 / BUFSIZE + 1;
199 # define COND(d) (count != (d))
203 # define COUNT(d) (count)
210 for (count
[all...]

Completed in 246 milliseconds

1234567891011>>