Searched refs:count (Results 51 - 75 of 3217) sorted by relevance

1234567891011>>

/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.zonename.d37 @a[zonename] = count();
42 @a[zonename] = count();
/freebsd-10.1-release/contrib/gcclibs/libgomp/config/posix/
H A Domp-lock.h11 typedef struct { pthread_mutex_t lock; int count; } omp_nest_lock_t; member in struct:__anon1253
/freebsd-10.1-release/crypto/heimdal/lib/roken/
H A Dnet_write.c48 ssize_t count; local
52 count = write (fd, cbuf, rem);
53 if (count < 0) {
57 return count;
59 cbuf += count;
60 rem -= count;
71 ssize_t count; local
80 count = _write (sock, cbuf, rem);
82 count = send (sock, cbuf, rem, 0);
85 rk_IS_SOCKET_ERROR(count)
[all...]
H A Dtest-readenv.c80 int count = 0; local
87 count = read_environment(fn, &env);
88 if(count != 3) {
89 warnx("test 1: variable count %d != 3", count);
94 count = read_environment(fn, &env);
95 if(count != 1) {
96 warnx("test 2: variable count %d != 1", count);
101 count
[all...]
/freebsd-10.1-release/sys/ofed/include/linux/
H A Dkref.h35 volatile u_int count; member in struct:kref
42 refcount_init(&kref->count, 1);
49 refcount_acquire(&kref->count);
56 if (refcount_release(&kref->count)) {
/freebsd-10.1-release/contrib/expat/tests/
H A Dchardata.c38 storage->count = -1;
49 if (storage->count < 0)
50 storage->count = 0;
51 if ((len + storage->count) > maxchars) {
52 len = (maxchars - storage->count);
54 if (len + storage->count < sizeof(storage->data)) {
55 memcpy(storage->data + storage->count, s, len);
56 storage->count += len;
68 if (storage->count < 0)
69 storage->count
87 int count; local
116 int count; local
[all...]
/freebsd-10.1-release/contrib/texinfo/info/
H A Dsession.h36 void name (WINDOW *window, int count, unsigned char key)
119 extern void info_next_line (WINDOW *window, int count, unsigned char key);
120 extern void info_prev_line (WINDOW *window, int count, unsigned char key);
121 extern void info_end_of_line (WINDOW *window, int count, unsigned char key);
122 extern void info_beginning_of_line (WINDOW *window, int count, unsigned char key);
123 extern void info_forward_char (WINDOW *window, int count, unsigned char key);
124 extern void info_backward_char (WINDOW *window, int count, unsigned char key);
125 extern void info_forward_word (WINDOW *window, int count, unsigned char key);
126 extern void info_backward_word (WINDOW *window, int count, unsigned char key);
127 extern void info_beginning_of_node (WINDOW *window, int count, unsigne
[all...]
/freebsd-10.1-release/etc/rc.d/
H A Dnetwait24 local ip rc count output link
40 count=1
41 while [ ${count} -le ${netwait_if_timeout} ]; do
53 count=$((count+1))
73 count=1
74 while [ ${count} -le ${netwait_timeout} ]; do
85 count=$((count+1))
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Bin/
H A Dmodcalls.d10 fbt:::entry { @calls[probemod] = count(); }
H A Dsyscallbyproc.d10 syscall:::entry { @num[execname] = count(); }
H A Dsyscallbysysc.d10 syscall:::entry { @num[probefunc] = count(); }
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Kernel/
H A Dmodcalls.d10 fbt:::entry { @calls[probemod] = count(); }
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Proc/
H A Dsyscallbyproc.d10 syscall:::entry { @num[execname] = count(); }
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/System/
H A Dsyscallbysysc.d10 syscall:::entry { @num[probefunc] = count(); }
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Derr.D_PDESC_ZERO.malformedoverflow.d39 @[probename] = count();
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/
H A Dtst.def.d41 @a = count();
H A Dtst.fmt.d40 @a = count();
H A Dtst.manyval.d41 @a = count();
/freebsd-10.1-release/contrib/amd/scripts/
H A Dwait4amd2die.in3 # Usage: wait4amd2die [delay [count]]
4 # If not specified, delay=5 seconds and count=6 (total 30 seconds)
28 count=$2
30 count=10
34 maxcount=`expr $count + 1`
44 echo "wait4amd2die: delay $delay sec ($i of $count)..."
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dmemcmp.c6 @deftypefn Supplemental int memcmp (const void *@var{x}, const void *@var{y}, size_t @var{count})
8 Compares the first @var{count} bytes of two areas of memory. Returns
22 memcmp (const PTR str1, const PTR str2, size_t count) argument
27 while (count-- > 0)
/freebsd-10.1-release/contrib/gcc/config/
H A Dmemcmp.c5 memcmp (const void *str1, const void *str2, size_t count) argument
10 while (count-- > 0)
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dmemcmp.c6 @deftypefn Supplemental int memcmp (const void *@var{x}, const void *@var{y}, size_t @var{count})
8 Compares the first @var{count} bytes of two areas of memory. Returns
22 memcmp (const PTR str1, const PTR str2, size_t count) argument
27 while (count-- > 0)
/freebsd-10.1-release/usr.sbin/bsdinstall/scripts/
H A Dentropy29 dd if=/dev/random of=$BSDINSTALL_CHROOT/entropy bs=4096 count=1
/freebsd-10.1-release/contrib/libreadline/
H A Dtext.c236 The first is a count: the numeric arg pased to this command.
253 rl_forward_byte (count, key)
254 int count, key;
256 if (count < 0)
257 return (rl_backward_byte (-count, key));
259 if (count > 0)
261 int end = rl_point + count;
286 rl_forward_char (count, key)
287 int count, key;
292 return (rl_forward_byte (count, ke
876 int count; local
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.count3.d31 * Test multiple count() calls.
48 @counts1[execname] = count();
49 @counts2[execname, arg0] = count();

Completed in 282 milliseconds

1234567891011>>