Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 1131) sorted by relevance

12345678910>>...46

/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dlibtommath.c228 if (a->used > b->used) { in s_mp_add()
933 if (a->used > b->used) { in mp_cmp_mag()
937 if (a->used < b->used) { in mp_cmp_mag()
1169 b->used = a->used; in mp_copy()
1347 b->used = a->used; in mp_div_2()
1717 q.used = a->used + 2; in mp_div()
2613 t.used = a->used + b->used + 1; in s_mp_mul_high_digs()
2834 x->used = n->used + 1; in fast_mp_montgomery_reduce()
2860 b->used = a->used; in mp_mul_2()
3323 b->used = a->used+a->used; in fast_s_mp_sqr()
[all …]
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_rpm.c164 size_t used, n; in rpm_filter_read() local
172 used = 0; in rpm_filter_read()
188 used += avail_in; in rpm_filter_read()
191 used += n; in rpm_filter_read()
202 n = avail_in - used; in rpm_filter_read()
205 used += n; in rpm_filter_read()
236 n = avail_in - used; in rpm_filter_read()
238 used += n; in rpm_filter_read()
253 used++; in rpm_filter_read()
259 used = avail_in; in rpm_filter_read()
[all …]
H A Darchive_write_open_memory.c36 size_t used; member
52 archive_write_open_memory(struct archive *a, void *buff, size_t buffSize, size_t *used) in archive_write_open_memory() argument
63 mine->client_size = used; in archive_write_open_memory()
73 mine->used = 0; in memory_write_open()
75 *mine->client_size = mine->used; in memory_write_open()
94 if (mine->used + length > mine->size) { in memory_write()
98 memcpy(mine->buff + mine->used, buff, length); in memory_write()
99 mine->used += length; in memory_write()
101 *mine->client_size = mine->used; in memory_write()
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_tgoto.c77 size_t used = 0; in tgoto_internal() local
90 if ((used + need) > length) { in tgoto_internal()
91 length += (used + need); in tgoto_internal()
139 result[used++] = (char) *value++; in tgoto_internal()
142 result[used++] = *string; in tgoto_internal()
170 _nc_SPRINTF(result + used, _nc_SLIMIT(length - used) in tgoto_internal()
172 used += strlen(result + used); in tgoto_internal()
180 result[used++] = *string; in tgoto_internal()
186 _nc_STRCPY(result + used, BC, length - used); in tgoto_internal()
187 used += strlen(BC); in tgoto_internal()
[all …]
/dragonfly/contrib/ncurses/ncurses/trace/
H A Dvarargs.c86 ARGTYPE used = atUnknown; in _nc_varargs() local
114 used = atInteger; in _nc_varargs()
122 used = atFloat; in _nc_varargs()
126 used = atInteger; in _nc_varargs()
130 used = atString; in _nc_varargs()
134 used = atPoint; in _nc_varargs()
138 used = atPoint; in _nc_varargs()
147 parm[parms++] = used; in _nc_varargs()
149 used = parm[n]; in _nc_varargs()
151 switch (used) { in _nc_varargs()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dvaltrack.c237 debug->used = used; in dead_debug_global_init()
239 if (used) in dead_debug_global_init()
250 if (!used && global && global->used) in dead_debug_local_init()
255 debug->used = used; in dead_debug_local_init()
258 if (used) in dead_debug_local_init()
261 bitmap_copy (used, global->used); in dead_debug_local_init()
263 bitmap_clear (used); in dead_debug_local_init()
490 if (debug->used != used) in dead_debug_local_finish()
516 if (global->used != used) in dead_debug_global_finish()
540 if (!debug->used) in dead_debug_add()
[all …]
H A Dgenemit.c102 if (used) in gen_exp()
104 if (used[XINT (x, 0)]) in gen_exp()
109 used[XINT (x, 0)] = 1; in gen_exp()
436 XDELETEVEC (used); in gen_insn()
446 char *used; in gen_expand() local
538 XDELETEVEC (used); in gen_expand()
559 char *used; in gen_split() local
629 free (used); in gen_split()
689 used = 0; in output_added_clobbers_hard_reg_p()
695 used++; in output_added_clobbers_hard_reg_p()
[all …]
H A Dcfg-flags.def77 Only used in cfgcleanup.c. */
81 Only used for jump threading. */
120 This flag is only used for the RTL CFG. */
130 This flag is only used for the RTL CFG. */
146 This is only used for the GIMPLE CFG. */
150 This is only used for the GIMPLE CFG. */
154 This is only used for the GIMPLE CFG. */
158 This flag is only used for the RTL CFG. */
163 This flag is only used for the RTL CFG. */
167 This flag is only used for the RTL CFG. */
[all …]
H A Dweb.c172 unsigned int *used, web_entry *use_entry, in union_defs() argument
219 if (used[regno]) in union_defs()
222 used[regno] = DF_REF_ID (use) + 2; in union_defs()
267 if (used[REGNO (reg)] != 1) in entry_register()
268 newreg = reg, used[REGNO (reg)] = 1; in entry_register()
337 unsigned int *used; in execute() local
367 used = XCNEWVEC (unsigned, max); in execute()
406 use, used)); in execute()
410 use, used)); in execute()
414 def, used)); in execute()
[all …]
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_ctx.c106 unsigned used, size; member
148 unsigned int used; member
217 ctx->used = 0; in BN_CTX_init()
235 ret->used = 0; in BN_CTX_new()
296 if (fp < ctx->used) in BN_CTX_end()
298 ctx->used = fp; in BN_CTX_end()
323 ctx->used++; in BN_CTX_get()
428 p->used = 0; in BN_POOL_reset()
456 p->used++; in BN_POOL_get()
460 if (!p->used) in BN_POOL_get()
[all …]
/dragonfly/contrib/libedit/src/
H A Dchartype.c96 ssize_t used; in ct_encode_string() local
108 dst = conv->cbuff + used; in ct_encode_string()
116 dst += used; in ct_encode_string()
216 ssize_t used; in ct_visual_string() local
224 used = 0; in ct_visual_string()
229 if (used != -1) { in ct_visual_string()
231 dst += used; in ct_visual_string()
236 used = dst - conv->wbuff; in ct_visual_string()
239 dst = conv->wbuff + used; in ct_visual_string()
243 used = dst - conv->wbuff; in ct_visual_string()
[all …]
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dwpabuf.c69 if (buf->used + add_len > buf->size) { in wpabuf_resize()
72 nbuf = os_realloc(buf->buf, buf->used + add_len); in wpabuf_resize()
75 os_memset(nbuf + buf->used, 0, add_len); in wpabuf_resize()
81 buf->used + add_len); in wpabuf_resize()
87 sizeof(struct wpabuf) + buf->used, 0, in wpabuf_resize()
91 buf->used + add_len); in wpabuf_resize()
101 buf->size = buf->used + add_len; in wpabuf_resize()
152 buf->used = len; in wpabuf_alloc_ext_data()
220 buf->used += len; in wpabuf_put()
221 if (buf->used > buf->size) { in wpabuf_put()
[all …]
/dragonfly/bin/df/
H A Ddf.c71 int used; member
323 prthumanval(used * vsfsp->f_bsize); in prthuman()
382 int64_t used, availblks, inodes; in prtstat() local
394 mwp->used = imax(mwp->used, strlen("Used")); in prtstat()
415 used = vsfsp->f_blocks - vsfsp->f_bfree; in prtstat()
416 availblks = vsfsp->f_bavail + used; in prtstat()
418 prthuman(vsfsp, used); in prtstat()
422 mwp->used, fsbtoblk(used, vsfsp->f_bsize, blocksize), in prtstat()
430 used = inodes - vsfsp->f_ffree; in prtstat()
433 prthumanvalinode(used); in prtstat()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dweb.c141 unsigned int *used, struct web_entry *use_entry, in union_defs() argument
205 if (used[regno]) in union_defs()
206 (*fun) (use_entry + DF_REF_ID (use), use_entry + used[regno] - 2); in union_defs()
208 used[regno] = DF_REF_ID (use) + 2; in union_defs()
262 if (used[REGNO (reg)] != 1) in entry_register()
263 newreg = reg, used[REGNO (reg)] = 1; in entry_register()
312 unsigned int *used; in web_main() local
347 used = XCNEWVEC (unsigned, max); in web_main()
363 union_defs (use, def_entry, used, use_entry, unionfind_union); in web_main()
369 union_defs (use, def_entry, used, use_entry, unionfind_union); in web_main()
[all …]
H A Dgenemit.c111 if (used) in gen_exp()
113 if (used[XINT (x, 0)]) in gen_exp()
118 used[XINT (x, 0)] = 1; in gen_exp()
403 char *used; in gen_expand() local
525 XDELETEVEC (used); in gen_expand()
545 char *used; in gen_split() local
648 free (used); in gen_split()
699 int clobber_p, used; in output_added_clobbers_hard_reg_p() local
708 used = 0; in output_added_clobbers_hard_reg_p()
714 used++; in output_added_clobbers_hard_reg_p()
[all …]
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-tilepro.texi104 canonical names that must be used instead:
169 This modifier is used to load the high 16 bits of the symbol's
187 This modifier is used to load the offset of the GOT entry
192 This modifier is used to load the sign-extended low 16 bits of the
207 This modifier is used for function symbols. It causes a
220 This modifier is used to load the offset of the GOT entry of the
243 the offset of the symbol's address from the TCB, to be used for
250 be used for initial-exec TLS accesses.
256 to be used for initial-exec TLS accesses.
266 the TCB, to be used for local-exec TLS accesses.
[all …]
H A Dc-tilegx.texi120 canonical names that must be used instead:
178 This modifier is used to load bits 0-15 of the symbol's address.
182 This modifier is used to load bits 16-31 of the symbol's address.
186 This modifier is used to load bits 32-47 of the symbol's address.
190 This modifier is used to load bits 48-63 of the symbol's address.
233 This modifier is used for function symbols. It causes a
277 This modifier is used to load bits 16-31 of the offset of the GOT
294 This modifier is used to load bits 16-31 of the offset of the GOT
302 address from the TCB, to be used for local-exec TLS accesses.
312 address from the TCB, to be used for local-exec TLS accesses. It
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dcrtstuff.c257 __attribute__ ((used, section(JCR_SECTION_NAME), aligned(sizeof(void*))))
355 static void __attribute__((used))
426 static void __attribute__((used))
441 static void __attribute__((used))
511 static void __attribute__((used))
617 __attribute__ ((used,
626 __attribute__ ((used, aligned(sizeof(func_ptr))))
630 __attribute__((used, section(".dtors"), aligned(sizeof(func_ptr))))
648 __attribute__ ((used, section(EH_FRAME_SECTION_NAME),
656 __attribute__ ((used, section(JCR_SECTION_NAME),
[all …]
/dragonfly/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_inftrees.c45 unsigned used; /* code entries in table used */ in inflate_table() local
205 used = 1U << root; /* use root table entries */ in inflate_table()
206 mask = used - 1; /* mask for comparing low */ in inflate_table()
209 if ((type == LENS && used > ENOUGH_LENS) || in inflate_table()
210 (type == DISTS && used > ENOUGH_DISTS)) in inflate_table()
277 used += 1U << curr; in inflate_table()
278 if ((type == LENS && used > ENOUGH_LENS) || in inflate_table()
279 (type == DISTS && used > ENOUGH_DISTS)) in inflate_table()
301 *table += used; in inflate_table()
/dragonfly/contrib/zlib-1.2/
H A Dinftrees.c47 unsigned used; /* code entries in table used */ local
205 used = 1U << root; /* use root table entries */
206 mask = used - 1; /* mask for comparing low */
209 if ((type == LENS && used > ENOUGH_LENS) ||
210 (type == DISTS && used > ENOUGH_DISTS))
277 used += 1U << curr;
278 if ((type == LENS && used > ENOUGH_LENS) ||
279 (type == DISTS && used > ENOUGH_DISTS))
301 *table += used;
/dragonfly/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_inftrees.c45 unsigned used; /* code entries in table used */ in inflate_table() local
205 used = 1U << root; /* use root table entries */ in inflate_table()
206 mask = used - 1; /* mask for comparing low */ in inflate_table()
209 if ((type == LENS && used > ENOUGH_LENS) || in inflate_table()
210 (type == DISTS && used > ENOUGH_DISTS)) in inflate_table()
277 used += 1U << curr; in inflate_table()
278 if ((type == LENS && used > ENOUGH_LENS) || in inflate_table()
279 (type == DISTS && used > ENOUGH_DISTS)) in inflate_table()
301 *table += used; in inflate_table()
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib_inftrees.c45 unsigned used; /* code entries in table used */ in inflate_table() local
205 used = 1U << root; /* use root table entries */ in inflate_table()
206 mask = used - 1; /* mask for comparing low */ in inflate_table()
209 if ((type == LENS && used > ENOUGH_LENS) || in inflate_table()
210 (type == DISTS && used > ENOUGH_DISTS)) in inflate_table()
277 used += 1U << curr; in inflate_table()
278 if ((type == LENS && used > ENOUGH_LENS) || in inflate_table()
279 (type == DISTS && used > ENOUGH_DISTS)) in inflate_table()
301 *table += used; in inflate_table()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DREADME-HS207 GUI or Wi-Fi framework) is used to manage this functionality.
13 Hotspot 2.0 is the name of the Wi-Fi Alliance specification that is used
108 # interworking_select and interworking_connect commands are used.
134 # where client certificate/private key is used for authentication
135 # (EAP-TLS). Full path to the file should be used since working
159 # (Computer account) is used when running wpasvc as a service.
220 # This optional field is used with like the 'eap' parameter.
223 # This optional field is used with like the 'eap' parameter.
273 # network connection. This policy is not used in home networks.
275 # Multiple entries can be used to list multiple requirements.
[all …]
/dragonfly/lib/libc/gen/
H A Dttyname.c65 size_t used; in ttyname_r() local
83 used = strlen(buf); in ttyname_r()
84 fa.len = len - used; in ttyname_r()
85 fa.name = buf + used; in ttyname_r()
89 devname_r(sb.st_rdev, S_IFCHR, buf + used, len - used); in ttyname_r()
/dragonfly/contrib/ncurses/ncurses/base/
H A Dsafe_sprintf.c83 int used = 0; in _nc_printf_length() local
144 used = 'i'; in _nc_printf_length()
152 used = 'f'; in _nc_printf_length()
156 used = 'i'; in _nc_printf_length()
170 used = 'p'; in _nc_printf_length()
174 used = 'p'; in _nc_printf_length()
178 used = 0; in _nc_printf_length()
187 used = 'p'; in _nc_printf_length()
191 switch (used) { in _nc_printf_length()

12345678910>>...46