Searched refs:num (Results 151 - 175 of 1331) sorted by relevance

1234567891011>>

/openbsd-current/usr.sbin/unbound/util/
H A Dtimehist.c77 for(i=0; i<hist->num; i++) {
91 hist->num = NUM_BUCKETS_HIST;
92 hist->buckets = (struct th_buck*)calloc(hist->num,
114 for(i=0; i<hist->num; i++)
121 for(i=0; i<hist->num; i++) {
128 hist->buckets[hist->num-1].count++;
135 for(i=0; i<hist->num; i++) {
158 for(i=0; i<hist->num; i++) {
176 for(i=0; i<hist->num; i++)
187 if(!hist || hist->num
[all...]
/openbsd-current/sbin/unwind/libunbound/util/
H A Dtimehist.c77 for(i=0; i<hist->num; i++) {
91 hist->num = NUM_BUCKETS_HIST;
92 hist->buckets = (struct th_buck*)calloc(hist->num,
114 for(i=0; i<hist->num; i++)
121 for(i=0; i<hist->num; i++) {
128 hist->buckets[hist->num-1].count++;
135 for(i=0; i<hist->num; i++) {
158 for(i=0; i<hist->num; i++) {
176 for(i=0; i<hist->num; i++)
187 if(!hist || hist->num
[all...]
/openbsd-current/lib/libcrypto/bio/
H A Dbss_conn.c89 /* int socket; this will be kept in bio->num so that it is
98 static int conn_write(BIO *h, const char *buf, int num);
206 b->num = ret;
212 if (!BIO_socket_nbio(b->num, 1)) {
223 i = setsockopt(b->num, SOL_SOCKET, SO_KEEPALIVE, &i, sizeof(i));
236 ret = connect(b->num,
257 i = BIO_sock_error(b->num);
335 bi->num = -1;
349 if (bio->num != -1) {
352 shutdown(bio->num, SHUT_RDW
426 conn_ctrl(BIO *b, int cmd, long num, void *ptr) argument
[all...]
H A Dbio_cb.c99 bio->num, (unsigned long)argi,
100 bio->method->name, bio->num);
103 bio->num, (unsigned long)argi, bio->method->name);
109 bio->num, (unsigned long)argi,
110 bio->method->name, bio->num);
113 bio->num, (unsigned long)argi, bio->method->name);
H A Dbss_file.c95 static int file_write(BIO *h, const char *buf, int num);
166 bi->num = 0;
215 file_ctrl(BIO *b, int cmd, long num, void *ptr) argument
225 ret = (long)fseek(fp, num, 0);
236 b->shutdown = (int)num&BIO_CLOSE;
242 b->shutdown = (int)num&BIO_CLOSE;
243 if (num & BIO_FP_APPEND) {
244 if (num & BIO_FP_READ)
247 } else if ((num & BIO_FP_READ) && (num
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-hppa.c1578 int cmpltr, nullif, flag, cond, num; local
1698 num = pa_number;
1699 CHECK_FIELD (num, 31, 0, 0);
1700 INSERT_FIELD_AND_CONTINUE (opcode, num, 21);
1725 num = pa_number;
1726 CHECK_FIELD (num, 31, 0, 0);
1727 INSERT_FIELD_AND_CONTINUE (opcode, num, 16);
1733 num = pa_number;
1734 CHECK_FIELD (num, 31, 0, 0);
1735 INSERT_FIELD_AND_CONTINUE (opcode, num,
4689 int num; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-hppa.c1589 int cmpltr, nullif, flag, cond, num; local
1698 num = pa_number;
1699 CHECK_FIELD (num, 31, 0, 0);
1700 INSERT_FIELD_AND_CONTINUE (opcode, num, 21);
1725 num = pa_number;
1726 CHECK_FIELD (num, 31, 0, 0);
1727 INSERT_FIELD_AND_CONTINUE (opcode, num, 16);
1733 num = pa_number;
1734 CHECK_FIELD (num, 31, 0, 0);
1735 INSERT_FIELD_AND_CONTINUE (opcode, num,
4706 int num; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dmemattr.c342 mem_enable (int num)
347 if (m->number == num)
352 printf_unfiltered ("No memory region number %d.\n", num);
360 int num;
379 num = atoi (p);
380 mem_enable (num);
393 mem_disable (int num)
398 if (m->number == num)
403 printf_unfiltered ("No memory region number %d.\n", num);
411 int num;
339 mem_enable(int num) argument
357 int num; local
389 mem_disable(int num) argument
407 int num; local
452 mem_delete(int num) argument
486 int num; local
[all...]
H A Dthread.c57 static struct thread_info *find_thread_id (int num);
130 tp->num = ++highest_thread_num;
159 find_thread_id (int num) argument
164 if (tp->num == num)
211 valid_thread_id (int num) argument
216 if (tp->num == num)
229 return tp->num;
235 thread_id_to_pid (int num) argument
262 int num = 0; local
643 int num; local
[all...]
H A Dannotate.c83 annotate_breakpoint (int num)
86 printf_filtered ("\n\032\032breakpoint %d\n", num);
90 annotate_catchpoint (int num)
93 printf_filtered ("\n\032\032catchpoint %d\n", num);
97 annotate_watchpoint (int num)
100 printf_filtered ("\n\032\032watchpoint %d\n", num);
204 annotate_field (int num)
207 printf_filtered ("\n\032\032field %d\n", num);
81 annotate_breakpoint(int num) argument
88 annotate_catchpoint(int num) argument
95 annotate_watchpoint(int num) argument
201 annotate_field(int num) argument
/openbsd-current/lib/libcrypto/modes/
H A Dctr128.c107 * 128bit block we have used is contained in *num, and the
108 * encrypted counter is kept in ecount_buf. Both *num and
122 unsigned int *num, block128_f block)
127 assert(*num < 16);
129 n = *num;
165 *num = n;
180 *num = n;
205 unsigned int *num, ctr128_f func)
209 assert(*num < 16);
211 n = *num;
119 CRYPTO_ctr128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], unsigned char ecount_buf[16], unsigned int *num, block128_f block) argument
202 CRYPTO_ctr128_encrypt_ctr32(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], unsigned char ecount_buf[16], unsigned int *num, ctr128_f func) argument
[all...]
/openbsd-current/lib/libcrypto/evp/
H A Devp_encode.c144 ctx->num = 0;
160 if (ctx->length - ctx->num > inl) {
161 memcpy(&(ctx->enc_data[ctx->num]), in, inl);
162 ctx->num += inl;
165 if (ctx->num != 0) {
166 i = ctx->length - ctx->num;
167 memcpy(&(ctx->enc_data[ctx->num]), in, i);
171 ctx->num = 0;
193 ctx->num = inl;
205 if (ctx->num !
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Doverload.t21 q{==} => sub { $_[0]->{num} == $_[1] },
23 q{0+} => sub { $_[0]->{numify}++; $_[0]->{num} }
30 num => shift,
/openbsd-current/lib/libcrypto/bn/arch/amd64/
H A Dbn_arch.c65 bn_mul_add_words(BN_ULONG *rd, const BN_ULONG *ad, int num, BN_ULONG w) argument
67 return bignum_cmadd(num, (uint64_t *)rd, w, num, (uint64_t *)ad);
73 bn_mul_words(BN_ULONG *rd, const BN_ULONG *ad, int num, BN_ULONG w) argument
75 return bignum_cmul(num, (uint64_t *)rd, w, num, (uint64_t *)ad);
/openbsd-current/usr.bin/openssl/
H A Drand.c98 "usage: rand [-base64 | -hex] [-out file] num\n");
108 int num = -1; local
125 r = sscanf(num_bytes, "%d", &num);
126 if (r == 0 || num < 0)
155 while (num > 0) {
159 chunk = num;
168 num -= chunk;
/openbsd-current/usr.bin/finger/
H A Dutil.c327 prphone(char *num) argument
334 for (p = num; *p; ++p)
336 return (num);
337 len = p - num;
342 *p++ = *num++;
346 *p++ = *num++;
347 *p++ = *num++;
348 *p++ = *num++;
352 *p++ = *num++;
353 *p++ = *num
[all...]
/openbsd-current/sys/arch/m88k/m88k/
H A Dm88k_machdep.c397 u_int num; local
411 for (num = 0; (vec = vector_init_list[num]) != 0; num++)
412 SET_VECTOR_88110(num, vec);
415 SET_VECTOR_88110(0x03, vector_init_list[num + 1]);
417 for (; num < 512; num++)
418 SET_VECTOR_88110(num, m88110_sigsys);
441 for (num
[all...]
/openbsd-current/lib/libc/net/
H A Drcmd.c188 char num[8]; local
196 (void)snprintf(num, sizeof(num), "%d", lport);
197 if (write(s, num, strlen(num)+1) != strlen(num)+1) {
240 NULL, 0, num, sizeof(num), NI_NUMERICSERV) == 0 &&
241 atoi(num) != 20) {
256 NULL, 0, num, sizeo
[all...]
/openbsd-current/lib/libcrypto/asn1/
H A Da_type.c68 ASN1_INTEGER *num; member in struct:__anon1
74 .offset = offsetof(ASN1_int_octetstring, num),
75 .field_name = "num",
229 int ret, num; local
240 num = ret;
242 num = max_len;
243 memcpy(data, p, num);
249 ASN1_TYPE_set_int_octetstring(ASN1_TYPE *at, long num, const unsigned char *data, argument
259 if (!ASN1_INTEGER_set(ios->num, num))
281 ASN1_TYPE_get_int_octetstring(const ASN1_TYPE *at, long *num, unsigned char *data, int max_len) argument
[all...]
/openbsd-current/sys/dev/rasops/
H A Drasops.c592 rasops_copyrows(void *cookie, int src, int dst, int num) argument
605 num += src;
609 if ((src + num) > ri->ri_rows)
610 num = ri->ri_rows - src;
613 num += dst;
617 if ((dst + num) > ri->ri_rows)
618 num = ri->ri_rows - dst;
620 if (num <= 0)
624 num *= ri->ri_font->fontheight;
633 src = ri->ri_font->fontheight * src + num
673 rasops_copycols(void *cookie, int row, int src, int dst, int num) argument
885 rasops_eraserows(void *cookie, int row, int num, uint32_t attr) argument
1033 rasops_erasecols(void *cookie, int row, int col, int num, uint32_t attr) argument
1272 rasops_erasecols_rotated(void *cookie, int row, int col, int num, uint32_t attr) argument
1288 rasops_copyrows_rotated(void *cookie, int src, int dst, int num) argument
1309 rasops_copycols_rotated(void *cookie, int row, int src, int dst, int num) argument
1327 rasops_eraserows_rotated(void *cookie, int row, int num, uint32_t attr) argument
1546 rasops_vcons_copycols(void *cookie, int row, int src, int dst, int num) argument
1576 rasops_vcons_erasecols(void *cookie, int row, int col, int num, uint32_t attr) argument
1596 rasops_vcons_copyrows(void *cookie, int src, int dst, int num) argument
1648 rasops_vcons_eraserows(void *cookie, int row, int num, uint32_t attr) argument
1697 rasops_wronly_copycols(void *cookie, int row, int src, int dst, int num) argument
1719 rasops_wronly_erasecols(void *cookie, int row, int col, int num, uint32_t attr) argument
1736 rasops_wronly_copyrows(void *cookie, int src, int dst, int num) argument
1760 rasops_wronly_eraserows(void *cookie, int row, int num, uint32_t attr) argument
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-unswitch.c86 int i, num; local
91 num = loops->num;
93 for (i = 1; i < num; i++)
180 tree_unswitch_single_loop (struct loops *loops, struct loop *loop, int num) argument
189 if (num > PARAM_VALUE (PARAM_MAX_UNSWITCH_LEVEL))
268 tree_unswitch_single_loop (loops, nloop, num + 1);
269 tree_unswitch_single_loop (loops, loop, num + 1);
/openbsd-current/sys/sys/
H A Dioccom.h60 #define _IOC(inout,group,num,len) \
61 (inout | ((len & IOCPARM_MASK) << 16) | ((group) << 8) | (num))
/openbsd-current/lib/libsndio/
H A Ddebug.c58 _sndio_parsenum(const char *str, unsigned int *num, unsigned int max) argument
81 *num = val;
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DRegisterNumber.h22 uint32_t num);
31 uint32_t num);
/openbsd-current/lib/libcrypto/cast/
H A Dcast.h94 int *num, int enc);
97 int *num);

Completed in 320 milliseconds

1234567891011>>