Searched refs:count (Results 76 - 100 of 3217) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/gcclibs/libgomp/config/posix95/
H A Domp-lock.h16 int count; member in struct:__anon1254
/freebsd-10.1-release/contrib/texinfo/info/
H A Dindices.h39 extern void info_index_search (WINDOW *window, int count, unsigned char key);
40 extern void info_next_index_match (WINDOW *window, int count, unsigned char key);
41 extern void info_index_apropos (WINDOW *window, int count, unsigned char key);
42 extern void do_info_index_search (WINDOW *window, int count, char *search_string);
/freebsd-10.1-release/crypto/openssh/
H A Droaming_dummy.c39 roaming_write(int fd, const void *buf, size_t count, int *cont) argument
41 return write(fd, buf, count);
45 roaming_read(int fd, void *buf, size_t count, int *cont) argument
49 return read(fd, buf, count);
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.rw.d41 @[rw_read_held((struct rwlock *)&`unp_global_rwlock)] = count();
42 @[rw_read_held((struct rwlock *)rand())] = count();
48 @[rw_write_held((struct rwlock *)&`unp_global_rwlock)] = count();
49 @[rw_write_held((struct rwlock *)rand())] = count();
55 @[rw_iswriter((struct rwlock *)&`unp_global_rwlock)] = count();
56 @[rw_iswriter((struct rwlock *)rand())] = count();
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.c31 volatile long long count = 0; variable
37 while (count != -1) {
38 count++;
/freebsd-10.1-release/contrib/ldns/
H A Dduration.c201 size_t count = 0; local
204 count++;
207 return count;
219 size_t count = 2; local
227 count = count + 1 + digits_in_number(duration->years);
230 count = count + 1 + digits_in_number(duration->months);
233 count = count
[all...]
/freebsd-10.1-release/contrib/libstdc++/libsupc++/
H A Deh_catch.cc71 int count = header->handlerCount; local
74 if (count < 0)
75 count = -count + 1;
77 count += 1;
78 header->handlerCount = count;
115 int count = header->handlerCount; local
116 if (count < 0)
119 // count and remove it from the chain when it reaches zero.
120 if (++count
[all...]
/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Dkeybound.c38 * Returns the count'th string definition which is associated with the
42 keybound(int code, int count) argument
46 T((T_CALLED("keybound(%d,%d)"), code, count));
48 result = _nc_expand_try(SP->_keytry, (unsigned) code, &count, 0);
/freebsd-10.1-release/sys/ia64/ia64/
H A Dbus_machdep.c140 bus_space_read_multi_io_1(u_long port, uint8_t *ptr, size_t count) argument
143 while (count-- > 0)
148 bus_space_read_multi_io_2(u_long port, uint16_t *ptr, size_t count) argument
151 while (count-- > 0)
156 bus_space_read_multi_io_4(u_long port, uint32_t *ptr, size_t count) argument
159 while (count-- > 0)
165 bus_space_read_multi_io_8(u_long port, uint64_t *ptr, size_t count)
171 bus_space_write_multi_io_1(u_long port, const uint8_t *ptr, size_t count) argument
174 while (count-- > 0)
179 bus_space_write_multi_io_2(u_long port, const uint16_t *ptr, size_t count) argument
187 bus_space_write_multi_io_4(u_long port, const uint32_t *ptr, size_t count) argument
202 bus_space_read_region_io_1(u_long port, uint8_t *ptr, size_t count) argument
212 bus_space_read_region_io_2(u_long port, uint16_t *ptr, size_t count) argument
222 bus_space_read_region_io_4(u_long port, uint32_t *ptr, size_t count) argument
236 bus_space_write_region_io_1(u_long port, const uint8_t *ptr, size_t count) argument
246 bus_space_write_region_io_2(u_long port, const uint16_t *ptr, size_t count) argument
256 bus_space_write_region_io_4(u_long port, const uint32_t *ptr, size_t count) argument
273 bus_space_set_region_io_1(u_long port, uint8_t val, size_t count) argument
283 bus_space_set_region_io_2(u_long port, uint16_t val, size_t count) argument
293 bus_space_set_region_io_4(u_long port, uint32_t val, size_t count) argument
310 bus_space_copy_region_io_1(u_long src, u_long dst, size_t count) argument
331 bus_space_copy_region_io_2(u_long src, u_long dst, size_t count) argument
352 bus_space_copy_region_io_4(u_long src, u_long dst, size_t count) argument
[all...]
/freebsd-10.1-release/contrib/libreadline/
H A Dkill.c201 rl_kill_word (count, key)
202 int count, key;
206 if (count < 0)
207 return (rl_backward_kill_word (-count, key));
211 rl_forward_word (count, key);
225 rl_backward_kill_word (count, ignore)
226 int count, ignore;
230 if (count < 0)
231 return (rl_kill_word (-count, ignore));
235 rl_backward_word (count, ignor
[all...]
H A Dvi_mode.c180 _rl_vi_stuff_insert (count)
181 int count;
184 while (count--)
193 rl_vi_redo (count, c)
194 int count, c;
210 _rl_vi_stuff_insert (count);
220 _rl_vi_stuff_insert (count);
233 rl_vi_undo (count, key)
234 int count, key;
236 return (rl_undo_command (count, ke
1352 int count = 1, brack, pos, tmp, pre; local
[all...]
/freebsd-10.1-release/bin/uuidgen/
H A Duuidgen.c40 (void)fprintf(stderr, "usage: uuidgen [-1] [-n count] [-o filename]\n");
50 int ch, count, i, iterate; local
52 count = -1; /* no count yet */
61 if (count > 0)
63 count = strtol(optarg, &p, 10);
64 if (*p != 0 || count < 1)
83 if (count == -1)
84 count = 1;
86 store = (uuid_t*)malloc(sizeof(uuid_t) * count);
[all...]
/freebsd-10.1-release/contrib/ncurses/ncurses/widechar/
H A Dlib_inwstr.c48 int count = 0; local
59 while (count < n && count != ERR) {
64 if (count + 1 > n) {
65 if ((count = last) == 0) {
66 count = ERR; /* error if we store nothing */
70 wstr[count++] = wch;
73 last = count;
79 if (count > 0) {
80 wstr[count]
[all...]
/freebsd-10.1-release/lib/libc/stdio/
H A Dfwrite.c49 * Write `count' objects (each size `size') from memory to the given file.
53 fwrite(const void * __restrict buf, size_t size, size_t count, FILE * __restrict fp) argument
60 * ANSI and SUSv2 require a return value of 0 if size or count are 0.
62 if ((count == 0) || (size == 0))
67 * at least one of {count, size} is at least 2^16, since if both
71 if (((count | size) > 0xFFFF) &&
72 (count > SIZE_MAX / size)) {
78 n = count * size;
93 count = (n - uio.uio_resid) / size;
95 return (count);
[all...]
/freebsd-10.1-release/usr.sbin/cron/lib/
H A Denv.c55 register int count, i; local
58 for (count = 0; envp[count] != NULL; count++)
60 p = (char **) malloc((count+1) * sizeof(char *)); /* 1 for the NULL */
65 for (i = 0; i < count; i++)
73 p[count] = NULL;
83 register int count, found; local
88 * count the number of elements, including the null pointer;
92 for (count
[all...]
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Bin/
H A Dcpudists8 # USAGE: cpudists [-ahV] [-t top] [interval [count]]
23 # count Number of occurances at least this duration (ns)
27 # seconds consumed will be a multiple of the CPU count and interval.
58 opt_all=0; opt_time=1; opt_top=0; top=0; interval=1; count=1
67 USAGE: cpudists [-ahV] [-t top] [interval [count]]
79 interval=$1; count=-1; shift
82 count=$1; shift
100 inline int COUNTER = '$count';
H A Dcputimes14 # USAGE: cputimes [-ahTV] [-t top] [interval [count]]
35 # seconds consumed will be a multiple of the CPU count and interval.
68 top=0; interval=1; count=1
78 USAGE: cputimes [-ahTV] [-t top] [interval [count]]
95 interval=$1; count=-1; shift
98 count=$1; shift
117 inline int COUNTER = '$count';
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Kernel/
H A Dcpudists8 # USAGE: cpudists [-ahV] [-t top] [interval [count]]
23 # count Number of occurances at least this duration (ns)
27 # seconds consumed will be a multiple of the CPU count and interval.
58 opt_all=0; opt_time=1; opt_top=0; top=0; interval=1; count=1
67 USAGE: cpudists [-ahV] [-t top] [interval [count]]
79 interval=$1; count=-1; shift
82 count=$1; shift
100 inline int COUNTER = '$count';
H A Dcputimes14 # USAGE: cputimes [-ahTV] [-t top] [interval [count]]
35 # seconds consumed will be a multiple of the CPU count and interval.
68 top=0; interval=1; count=1
78 USAGE: cputimes [-ahTV] [-t top] [interval [count]]
95 interval=$1; count=-1; shift
98 count=$1; shift
117 inline int COUNTER = '$count';
/freebsd-10.1-release/contrib/dialog/
H A Dargv.c44 size_t count = 0; local
53 result[count] = param;
54 ++count;
73 result[count] = param;
74 ++count;
84 if (count) {
85 result = dlg_calloc(char *, count + 1);
113 dlg_eat_argv(int *argcp, char ***argvp, int start, int count) argument
117 *argcp -= count;
119 (*argvp)[k] = (*argvp)[k + count];
[all...]
/freebsd-10.1-release/contrib/bmake/
H A Dbuf.c129 int count = bp->count; local
132 if (__predict_false(count + numBytes >= bp->size)) {
137 ptr = bp->buffer + count;
138 bp->count = count + numBytes;
161 *numBytesPtr = bp->count;
183 bp->count = 0;
212 bp->count = 0;
246 buf->count
[all...]
/freebsd-10.1-release/contrib/libreadline/examples/
H A Dmanexamp.c64 invert_case_line (count, key)
65 int count, key;
71 if (count < 0)
74 count = -count;
80 end = start + (count * direction);
/freebsd-10.1-release/contrib/xz/src/liblzma/common/
H A Dindex.h48 index_size_unpadded(lzma_vli count, lzma_vli index_list_size) argument
51 return 1 + lzma_vli_size(count) + index_list_size + 4;
57 index_size(lzma_vli count, lzma_vli index_list_size) argument
59 return vli_ceil4(index_size_unpadded(count, index_list_size));
66 lzma_vli count, lzma_vli index_list_size)
69 + index_size(count, index_list_size)
65 index_stream_size(lzma_vli blocks_size, lzma_vli count, lzma_vli index_list_size) argument
/freebsd-10.1-release/sys/boot/usb/
H A Dbsd_busspace.c42 bus_size_t offset, uint8_t *datap, bus_size_t count)
44 while (count--) {
51 bus_size_t offset, uint16_t *datap, bus_size_t count)
53 while (count--) {
60 bus_size_t offset, uint32_t *datap, bus_size_t count)
64 while (count--) {
71 bus_size_t offset, uint8_t *datap, bus_size_t count)
73 while (count--) {
82 bus_size_t offset, uint16_t *datap, bus_size_t count)
84 while (count
41 bus_space_read_multi_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint8_t *datap, bus_size_t count) argument
50 bus_space_read_multi_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint16_t *datap, bus_size_t count) argument
59 bus_space_read_multi_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint32_t *datap, bus_size_t count) argument
70 bus_space_write_multi_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint8_t *datap, bus_size_t count) argument
81 bus_space_write_multi_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint16_t *datap, bus_size_t count) argument
92 bus_space_write_multi_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint32_t *datap, bus_size_t count) argument
142 bus_space_read_region_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint8_t *datap, bus_size_t count) argument
154 bus_space_write_region_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint8_t *datap, bus_size_t count) argument
166 bus_space_read_region_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint32_t *datap, bus_size_t count) argument
188 bus_space_write_region_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint32_t *datap, bus_size_t count) argument
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.forms.d42 @a = count();
44 @c[0] = count();

Completed in 227 milliseconds

1234567891011>>