Searched refs:count (Results 26 - 50 of 2998) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Ddnlcstat12 # USAGE: dnlcstat [interval [count]]
49 interval=1; count=-1
54 USAGE: dnlcstat [interval [count]]
65 interval=$1; count=-1; shift
68 count=$1; shift
85 inline int COUNTER = '$count';
H A Dxvmstat11 # USAGE: xvmstat [interval [count]]
66 interval=1; count=-1
71 USAGE: xvmstat [interval [count]]
82 interval=$1; count=-1; shift
85 count=$1; shift
102 inline int COUNTER = '$count';
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Kernel/
H A Ddnlcstat12 # USAGE: dnlcstat [interval [count]]
49 interval=1; count=-1
54 USAGE: dnlcstat [interval [count]]
65 interval=$1; count=-1; shift
68 count=$1; shift
85 inline int COUNTER = '$count';
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Mem/
H A Dxvmstat11 # USAGE: xvmstat [interval [count]]
66 interval=1; count=-1
71 USAGE: xvmstat [interval [count]]
82 interval=$1; count=-1; shift
85 count=$1; shift
102 inline int COUNTER = '$count';
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dspaces.c22 @deftypefn Extension char* spaces (int @var{count})
48 spaces (int count) argument
54 if (count > maxsize)
60 buf = (char *) malloc (count + 1);
63 for (t = buf + count ; t != buf ; )
67 maxsize = count;
68 buf[count] = '\0';
70 return (const char *) (buf + maxsize - count);
H A Dbcmp.c6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
8 Compares the first @var{count} bytes of two areas of memory. Returns
10 @var{count} is zero. A nonzero result only indicates a difference,
23 bcmp (const void *s1, const void *s2, size_t count) argument
25 return memcmp (s1, s2, count);
H A Dbzero.c6 @deftypefn Supplemental void bzero (char *@var{mem}, int @var{count})
8 Zeros @var{count} bytes starting at @var{mem}. Use of this function
20 bzero (void *to, size_t count) argument
22 memset (to, 0, count);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dspaces.c22 @deftypefn Extension char* spaces (int @var{count})
48 spaces (int count) argument
54 if (count > maxsize)
60 buf = (char *) malloc (count + 1);
63 for (t = buf + count ; t != buf ; )
67 maxsize = count;
68 buf[count] = '\0';
70 return (const char *) (buf + maxsize - count);
H A Dbcmp.c6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
8 Compares the first @var{count} bytes of two areas of memory. Returns
10 @var{count} is zero. A nonzero result only indicates a difference,
23 bcmp (const void *s1, const void *s2, size_t count) argument
25 return memcmp (s1, s2, count);
H A Dbzero.c6 @deftypefn Supplemental void bzero (char *@var{mem}, int @var{count})
8 Zeros @var{count} bytes starting at @var{mem}. Use of this function
20 bzero (void *to, size_t count) argument
22 memset (to, 0, count);
/freebsd-9.3-release/sys/sys/
H A Drefcount.h41 refcount_init(volatile u_int *count, u_int value) argument
44 *count = value;
48 refcount_acquire(volatile u_int *count) argument
51 atomic_add_acq_int(count, 1);
55 refcount_release(volatile u_int *count) argument
60 old = atomic_fetchadd_int(count, -1);
61 KASSERT(old > 0, ("negative refcount %p", count));
/freebsd-9.3-release/contrib/texinfo/info/
H A Dfuns.h7 extern void info_next_line (WINDOW *window, int count, unsigned char key);
9 extern void info_prev_line (WINDOW *window, int count, unsigned char key);
11 extern void info_end_of_line (WINDOW *window, int count, unsigned char key);
13 extern void info_beginning_of_line (WINDOW *window, int count, unsigned char key);
15 extern void info_forward_char (WINDOW *window, int count, unsigned char key);
17 extern void info_backward_char (WINDOW *window, int count, unsigned char key);
19 extern void info_forward_word (WINDOW *window, int count, unsigned char key);
21 extern void info_backward_word (WINDOW *window, int count, unsigned char key);
23 extern void info_global_next_node (WINDOW *window, int count, unsigned char key);
25 extern void info_global_prev_node (WINDOW *window, int count, unsigne
[all...]
H A Decho-area.h60 extern void ea_insert (WINDOW *window, int count, unsigned char key);
61 extern void ea_quoted_insert (WINDOW *window, int count, unsigned char key);
62 extern void ea_beg_of_line (WINDOW *window, int count, unsigned char key);
63 extern void ea_backward (WINDOW *window, int count, unsigned char key);
64 extern void ea_delete (WINDOW *window, int count, unsigned char key);
65 extern void ea_end_of_line (WINDOW *window, int count, unsigned char key);
66 extern void ea_forward (WINDOW *window, int count, unsigned char key);
67 extern void ea_abort (WINDOW *window, int count, unsigned char key);
68 extern void ea_rubout (WINDOW *window, int count, unsigned char key);
69 extern void ea_complete (WINDOW *window, int count, unsigne
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dnet_read.c53 ssize_t count; local
58 count = recv (fd, cbuf, rem, 0);
60 count = read (fd, cbuf, rem);
62 if (count < 0) {
66 return count;
67 } else if (count == 0) {
68 return count;
70 cbuf += count;
71 rem -= count;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dfindprime.c37 findprime(uint_t count) argument
41 if (count <= 3)
49 if ((count & 0x1) == 0)
50 count++;
52 for (h = count, f = 2; f * f <= h; f++)
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_AGG_REDEF.redef.d39 @a = count();
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Derr.D_PDESC_ZERO.nonexistentevent.d39 @[probename] = count();
/freebsd-9.3-release/contrib/gperf/src/
H A Dpositions.cc37 unsigned int count = _size; local
40 for (; count > 0; p--, count--)
55 unsigned int count = _size; local
57 if (count == MAX_SIZE)
65 for (; count > 0; p--, count--)
85 unsigned int count = _size; local
86 if (count > 0)
102 count
133 unsigned int count = _size; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.errno.d37 @a[errno] = count();
42 @a[errno] = count();
H A Dtst.execname.d37 @a[execname] = count();
42 @a[execname] = count();
H A Dtst.gid.d37 @a[gid] = count();
42 @a[gid] = count();
H A Dtst.pid.d37 @a[pid] = count();
42 @a[pid] = count();
H A Dtst.ppid.d37 @a[ppid] = count();
42 @a[ppid] = count();
H A Dtst.ucaller.d37 @a[ucaller] = count();
42 @a[ucaller] = count();
H A Dtst.uid.d37 @a[uid] = count();
42 @a[uid] = count();

Completed in 211 milliseconds

1234567891011>>