Home
last modified time | relevance | path

Searched refs:count (Results 1 – 25 of 1153) sorted by relevance

12345678910>>...47

/mirbsd/src/gnu/usr.bin/texinfo/info/
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, unsigned char key);
[all …]
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, unsigned char key);
[all …]
/mirbsd/src/kern/c/
Doptu8to16.c34 uint8_t count; in optu8to16() local
39 if (__predict_false((count = ps->count) == 3)) { in optu8to16()
42 ps->count = 0; in optu8to16()
47 if (__predict_true(count == 0)) in optu8to16()
54 ps->count = 0; in optu8to16()
58 if (__predict_false(count)) { in optu8to16()
72 count = 1; /* one byte follows */ in optu8to16()
75 count = 2; /* two bytes follow */ in optu8to16()
80 while (__predict_false(count)) { in optu8to16()
83 ps->count = count; in optu8to16()
[all …]
Doptu16to8.c57 uint8_t count, *src = (uint8_t *)s; in _optu16to8() local
64 if ((count = ps->count) == 3) { in _optu16to8()
72 ps->count = 0; in _optu16to8()
73 return (count + 1); in _optu16to8()
76 while (__predict_false(count)) { in _optu16to8()
78 *s++ = ((ps->value >> (6 * --count)) & 0x3F) | 0x80; in _optu16to8()
90 count = 1; in _optu16to8()
93 count = 2; in _optu16to8()
97 while (__predict_false(count)) { in _optu16to8()
98 *s++ = ((wc >> (6 * --count)) & 0x3F) | 0x80; in _optu16to8()
[all …]
/mirbsd/src/lib/libssl/src/crypto/des/
Dspeed.c177 long count; in main() local
199 count=10; in main()
204 count*=2; in main()
206 for (i=count; i; i--) in main()
210 ca=count; in main()
211 cb=count*3; in main()
212 cc=count*3*8/BUFSIZE+1; in main()
213 cd=count*8/BUFSIZE+1; in main()
214 ce=count/20+1; in main()
216 #define COND(d) (count != (d)) in main()
[all …]
/mirbsd/src/sys/ddb/
Ddb_command.c163 db_expr_t addr, count; local
173 count = 1;
246 if (!db_expression(&count)) {
254 count = -1;
266 (*cmd->fcn)(addr, have_addr, count, modif);
292 db_map_print_cmd(addr, have_addr, count, modif) in db_map_print_cmd() argument
295 db_expr_t count;
307 db_malloc_print_cmd(addr, have_addr, count, modif) in db_malloc_print_cmd() argument
310 db_expr_t count;
327 db_object_print_cmd(addr, have_addr, count, modif) in db_object_print_cmd() argument
[all …]
Ddb_examine.c61 db_examine_cmd(addr, have_addr, count, modif) in db_examine_cmd() argument
64 db_expr_t count;
70 if (count == -1)
71 count = 1;
73 db_examine((db_addr_t)addr, db_examine_format, count);
77 db_examine(addr, fmt, count) in db_examine() argument
80 int count; /* repeat count */
88 while (--count >= 0) {
192 db_print_cmd(addr, have_addr, count, modif) in db_print_cmd() argument
195 db_expr_t count;
[all …]
/mirbsd/src/lib/libncurses/src/ncurses/tty/
Dlib_twait.c111 last = ev + evl->count; in _nc_eventlist_timeout()
150 int count; in _nc_timed_wait() local
187 count = 0; in _nc_timed_wait()
199 fds = typeMalloc(struct pollfd, 2 + evl->count); in _nc_timed_wait()
203 fds[count].fd = SP->_ifd; in _nc_timed_wait()
204 fds[count].events = POLLIN; in _nc_timed_wait()
205 count++; in _nc_timed_wait()
209 fds[count].fd = fd; in _nc_timed_wait()
210 fds[count].events = POLLIN; in _nc_timed_wait()
211 count++; in _nc_timed_wait()
[all …]
/mirbsd/src/lib/libssl/src/crypto/idea/
Didea_spd.c173 long count; in main() local
193 count=10; in main()
198 count*=2; in main()
200 for (i=count; i; i--) in main()
204 ca=count/4; in main()
205 cca=count/200; in main()
206 cb=count; in main()
207 cc=count*8/BUFSIZE+1; in main()
209 #define COND(d) (count <= (d)) in main()
213 #define COUNT(d) (count) in main()
[all …]
/mirbsd/src/lib/libssl/src/apps/
Dspeed.c225 static void print_result(int alg,int run_no,int count,double time_used);
382 long count=0,save_count=0; in MAIN() local
986 count=10; in MAIN()
989 count*=2; in MAIN()
991 for (i=count; i; i--) in MAIN()
996 save_count=count; in MAIN()
997 c[D_MD2][0]=count/10; in MAIN()
998 c[D_MDC2][0]=count/10; in MAIN()
999 c[D_MD4][0]=count; in MAIN()
1000 c[D_MD5][0]=count; in MAIN()
[all …]
/mirbsd/src/usr.bin/telnet/
Dring.c84 ring_init(ring, buffer, count) in ring_init() argument
87 int count;
91 ring->size = count;
147 ring_supplied(ring, count) in ring_supplied() argument
149 int count;
151 ring->supply = ring_increment(ring, ring->supply, count);
159 ring_consumed(ring, count) in ring_consumed() argument
161 int count;
163 if (count == 0) /* don't update anything */
167 (ring_subtract(ring, ring->mark, ring->consume) < count)) {
[all …]
/mirbsd/src/lib/libssl/src/crypto/bf/
Dbfspeed.c173 long count; in main() local
193 count=10; in main()
198 count*=2; in main()
200 for (i=count; i; i--) in main()
204 ca=count/512; in main()
205 cb=count; in main()
206 cc=count*8/BUFSIZE+1; in main()
208 #define COND(d) (count != (d)) in main()
212 #define COUNT(d) (count) in main()
219 for (count=0,run=1; COND(ca); count+=4) in main()
[all …]
/mirbsd/src/lib/libssl/src/crypto/rc5/
Drc5speed.c173 long count; in main() local
193 count=10; in main()
198 count*=2; in main()
200 for (i=count; i; i--) in main()
204 ca=count/512; in main()
205 cb=count; in main()
206 cc=count*8/BUFSIZE+1; in main()
208 #define COND(d) (count != (d)) in main()
212 #define COUNT(d) (count) in main()
219 for (count=0,run=1; COND(ca); count+=4) in main()
[all …]
/mirbsd/src/lib/libssl/src/crypto/rc2/
Drc2speed.c173 long count; in main() local
193 count=10; in main()
198 count*=2; in main()
200 for (i=count; i; i--) in main()
204 ca=count/512; in main()
205 cb=count; in main()
206 cc=count*8/BUFSIZE+1; in main()
208 #define COND(d) (count != (d)) in main()
212 #define COUNT(d) (count) in main()
219 for (count=0,run=1; COND(ca); count+=4) in main()
[all …]
/mirbsd/src/lib/libssl/src/crypto/cast/
Dcast_spd.c173 long count; in main() local
193 count=10; in main()
198 count*=2; in main()
200 for (i=count; i; i--) in main()
204 ca=count/512; in main()
205 cb=count; in main()
206 cc=count*8/BUFSIZE+1; in main()
208 #define COND(d) (count != (d)) in main()
212 #define COUNT(d) (count) in main()
219 for (count=0,run=1; COND(ca); count+=4) in main()
[all …]
/mirbsd/src/usr.sbin/cron/
Denv.c50 int count, i, save_errno; in env_copy() local
53 for (count = 0; envp[count] != NULL; count++) in env_copy()
55 p = (char **) malloc((count+1) * sizeof(char *)); /* 1 for the NULL */ in env_copy()
57 for (i = 0; i < count; i++) in env_copy()
66 p[count] = NULL; in env_copy()
73 int count, found; in env_set() local
81 for (count = 0; envp[count] != NULL; count++) { in env_set()
82 if (!strcmp_until(envp[count], envstr, '=')) in env_set()
83 found = count; in env_set()
85 count++; /* for the NULL */ in env_set()
[all …]
/mirbsd/src/sys/arch/sparc/include/
Dbus.h164 bus_addr_t offset, u_int8_t *dest, size_t count) in bus_space_read_multi_1() argument
166 while ((int)--count >= 0) in bus_space_read_multi_1()
175 bus_addr_t offset, u_int16_t *dest, size_t count) in bus_space_read_multi_2() argument
177 while ((int)--count >= 0) in bus_space_read_multi_2()
186 bus_addr_t offset, u_int32_t *dest, size_t count) in bus_space_read_multi_4() argument
188 while ((int)--count >= 0) in bus_space_read_multi_4()
240 bus_addr_t offset, u_int8_t *dest, size_t count) in bus_space_write_multi_1() argument
242 while ((int)--count >= 0) in bus_space_write_multi_1()
251 bus_addr_t offset, u_int16_t *dest, size_t count) in bus_space_write_multi_2() argument
253 while ((int)--count >= 0) in bus_space_write_multi_2()
[all …]
/mirbsd/src/usr.bin/ssh/
Droaming_common.c116 buf_append(const char *buf, size_t count) in buf_append() argument
118 if (count > out_buf_size) { in buf_append()
119 buf += count - out_buf_size; in buf_append()
120 count = out_buf_size; in buf_append()
122 if (count < out_buf_size - out_last) { in buf_append()
123 memcpy(out_buf + out_last, buf, count); in buf_append()
125 out_start += count; in buf_append()
126 out_last += count; in buf_append()
131 memcpy(out_buf, buf + chunk, count - chunk); in buf_append()
132 out_last = count - chunk; in buf_append()
[all …]
/mirbsd/src/sys/kern/
Dtty_subr.c135 q_to_b(clp, cp, count) in q_to_b() argument
138 int count;
146 while (count > 0 && clp->c_cc > 0) {
150 if (cc > count)
151 cc = count;
153 count -= cc;
175 int count = 0; local
185 count = clp->c_cl - clp->c_cf;
186 if (count <= 0)
187 count = clp->c_ce - clp->c_cf;
[all …]
/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dpex-common.c65 obj->count = 0; in pex_init_common()
282 ++obj->count; in pex_run()
283 obj->children = XRESIZEVEC (long, obj->children, obj->count); in pex_run()
284 obj->children[obj->count - 1] = pid; in pex_run()
352 if (obj->number_waited == obj->count) in pex_get_status_and_time()
355 obj->status = XRESIZEVEC (int, obj->status, obj->count); in pex_get_status_and_time()
357 obj->time = XRESIZEVEC (struct pex_time, obj->time, obj->count); in pex_get_status_and_time()
360 for (i = obj->number_waited; i < obj->count; ++i) in pex_get_status_and_time()
375 pex_get_status (struct pex_obj *obj, int count, int *vector) in pex_get_status() argument
386 if (count > obj->count) in pex_get_status()
[all …]
/mirbsd/src/lib/libncurses/src/ncurses/widechar/
Dlib_inwstr.c48 int count = 0; in NCURSES_EXPORT() local
59 while (count < n && count != ERR) { in NCURSES_EXPORT()
64 if (count + 1 > n) { in NCURSES_EXPORT()
65 if ((count = last) == 0) { in NCURSES_EXPORT()
66 count = ERR; /* error if we store nothing */ in NCURSES_EXPORT()
70 wstr[count++] = wch; in NCURSES_EXPORT()
73 last = count; in NCURSES_EXPORT()
79 if (count > 0) { in NCURSES_EXPORT()
80 wstr[count] = '\0'; in NCURSES_EXPORT()
84 returnCode(count); in NCURSES_EXPORT()
/mirbsd/src/sys/crypto/
Dcriov.c45 unsigned count; in cuio_copydata() local
63 count = min(iov->iov_len - off, len); in cuio_copydata()
64 bcopy(((caddr_t)iov->iov_base) + off, cp, count); in cuio_copydata()
65 len -= count; in cuio_copydata()
66 cp += count; in cuio_copydata()
78 unsigned count; in cuio_copyback() local
96 count = min(iov->iov_len - off, len); in cuio_copyback()
97 bcopy(cp, ((caddr_t)iov->iov_base) + off, count); in cuio_copyback()
98 len -= count; in cuio_copyback()
99 cp += count; in cuio_copyback()
[all …]
/mirbsd/src/usr.sbin/rmt/
Drmt.c66 char count[STRSIZE], mode[STRSIZE], pos[STRSIZE], op[STRSIZE]; variable
122 getstring(count, sizeof(count)); in main()
124 DEBUG2("rmtd: L %s %s\n", count, pos); in main()
125 orval = lseek(tape, strtoq(count, NULL, 0), atoi(pos)); in main()
131 getstring(count, sizeof(count)); in main()
132 n = atoi(count); in main()
133 DEBUG1("rmtd: W %s\n", count); in main()
148 getstring(count, sizeof(count)); in main()
149 DEBUG1("rmtd: R %s\n", count); in main()
150 n = atoi(count); in main()
[all …]
/mirbsd/src/lib/libssl/src/crypto/rc4/
Drc4speed.c173 long count; in main() local
193 count=10; in main()
198 count*=2; in main()
200 for (i=count; i; i--) in main()
204 ca=count/512; in main()
205 cc=count*8/BUFSIZE+1; in main()
207 #define COND(d) (count != (d)) in main()
211 #define COUNT(d) (count) in main()
218 for (count=0,run=1; COND(ca); count+=4) in main()
226 printf("%ld RC4_set_key's in %.2f seconds\n",count,d); in main()
[all …]
/mirbsd/src/sys/dev/ic/
Dbt485.c269 u_int count, index; local
279 count = cmapp->count;
281 if (index >= 256 || count > 256 - index)
286 if ((error = copyin(cmapp->red, &data->cmap_r[index], count)) != 0) {
290 if ((error = copyin(cmapp->green, &data->cmap_g[index], count)) != 0) {
294 if ((error = copyin(cmapp->blue, &data->cmap_b[index], count)) != 0) {
316 u_int count, index; local
319 if (cmapp->index >= 256 || cmapp->count > 256 - cmapp->index)
322 count = cmapp->count;
325 error = copyout(&data->cmap_r[index], cmapp->red, count);
[all …]

12345678910>>...47