Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/dragonfly/lib/libc/stdio/
H A Dprintf-pos.c86 types->table = types->stattable; in inittypes()
101 if (types->table != types->stattable) in freetypes()
113 if (types->nextarg >= types->tablesize) { in _ensurespace()
117 if (types->nextarg > types->tablemax) in _ensurespace()
118 types->tablemax = types->nextarg; in _ensurespace()
132 types->table[types->nextarg++] = type; in addtype()
149 types->table[types->nextarg++] = T_LLONG; in addsarg()
151 types->table[types->nextarg++] = T_LONG; in addsarg()
153 types->table[types->nextarg++] = T_INT; in addsarg()
166 types->table[types->nextarg++] = T_SIZET; in adduarg()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dopencl-lang.c102 if (TYPE_CODE (types[i]) == TYPE_CODE_ARRAY && TYPE_VECTOR (types[i]) in lookup_opencl_vector_type()
107 && TYPE_LENGTH (types[i]) == length in lookup_opencl_vector_type()
110 type = types[i]; in lookup_opencl_vector_type()
1148 struct type **types in build_opencl_types() local
1175 types[opencl_primitive_type_char] in build_opencl_types()
1187 types[opencl_primitive_type_int] in build_opencl_types()
1190 types[opencl_primitive_type_uint] in build_opencl_types()
1193 types[opencl_primitive_type_long] in build_opencl_types()
1199 types[opencl_primitive_type_half] in build_opencl_types()
1208 types[opencl_primitive_type_bool] in build_opencl_types()
[all …]
/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c3141 i.types[xchg] = i.types[0]; in build_vex_prefix()
4181 i.types[xchg2] = i.types[xchg1]; in swap_2_operands()
4330 i.types[op] in optimize_imm()
4381 i.types[op] = operand_type_and (i.types[op], mask); in optimize_imm()
5879 i.types[j - 1] = i.types[j]; in process_operands()
5895 i.types[j] = i.types[j - 1]; in process_operands()
5910 i.types[dupl] = i.types[dest]; in process_operands()
5921 i.types[dupl] = i.types[dest]; in process_operands()
5943 i.types[j - 1] = i.types[j]; in process_operands()
5970 i.types[first_reg_op + 1] = i.types[first_reg_op]; in process_operands()
[all …]
H A Dtc-i386-intel.c615 i.types[this_operand].bitfield.byte = 1; in i386_intel_operand()
620 i.types[this_operand].bitfield.word = 1; in i386_intel_operand()
633 i.types[this_operand].bitfield.dword = 1; in i386_intel_operand()
760 i386_operand_type types; in i386_intel_operand() local
775 operand_type_set (&types, ~0); in i386_intel_operand()
777 expP, types, operand_string)) in i386_intel_operand()
813 i.types[this_operand] = operand_type_or (i.types[this_operand], in i386_intel_operand()
865 i.types[0].bitfield.mem = 0; in i386_intel_operand()
866 i.types[0].bitfield.disp16 = 0; in i386_intel_operand()
867 i.types[0].bitfield.disp32 = 0; in i386_intel_operand()
[all …]
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c3521 i.types[xchg] = i.types[0]; in build_vex_prefix()
3564 i.types[xchg] = i.types[xchg + 1]; in build_vex_prefix()
5051 i.types[xchg2] = i.types[xchg1]; in swap_2_operands()
5262 i.types[op] = operand_type_and (i.types[op], mask); in optimize_imm()
6963 i.types[j - 1] = i.types[j]; in process_operands()
6980 i.types[j] = i.types[j - 1]; in process_operands()
6996 i.types[dupl] = i.types[dest]; in process_operands()
7008 i.types[dupl] = i.types[dest]; in process_operands()
7024 i.types[j - 1] = i.types[j]; in process_operands()
7070 i.types[first_reg_op + 1] = i.types[first_reg_op]; in process_operands()
[all …]
H A Dtc-i386-intel.c638 i.types[this_operand].bitfield.byte = 1; in i386_intel_operand()
643 i.types[this_operand].bitfield.word = 1; in i386_intel_operand()
651 i.types[this_operand].bitfield.dword = 1; in i386_intel_operand()
670 i.types[this_operand].bitfield.fword = 1; in i386_intel_operand()
783 i386_operand_type types; in i386_intel_operand() local
798 operand_type_set (&types, ~0); in i386_intel_operand()
800 expP, types, operand_string)) in i386_intel_operand()
839 i.types[this_operand] = operand_type_or (i.types[this_operand], in i386_intel_operand()
892 i.types[0].bitfield.disp16 = 0; in i386_intel_operand()
893 i.types[0].bitfield.disp32 = 0; in i386_intel_operand()
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Drdcoff.c111 pps = &types->slots; in coff_get_slot()
194 types, in parse_coff_type()
250 return types->basic[ntype]; in parse_coff_base_type()
331 slot = coff_get_slot (types, coff_symno); in parse_coff_base_type()
344 slot = coff_get_slot (types, coff_symno); in parse_coff_base_type()
370 types->basic[ntype] = ret; in parse_coff_base_type()
379 struct coff_types *types, int ntype, in parse_coff_struct_type() argument
631 slot = coff_get_slot (types, coff_symno); in parse_coff_symbol()
666 struct coff_types types; in parse_coff() local
682 types.slots = NULL; in parse_coff()
[all …]
/dragonfly/contrib/binutils-2.27/binutils/
H A Drdcoff.c111 pps = &types->slots; in coff_get_slot()
194 types, in parse_coff_type()
250 return types->basic[ntype]; in parse_coff_base_type()
331 slot = coff_get_slot (types, coff_symno); in parse_coff_base_type()
344 slot = coff_get_slot (types, coff_symno); in parse_coff_base_type()
370 types->basic[ntype] = ret; in parse_coff_base_type()
379 struct coff_types *types, int ntype, in parse_coff_struct_type() argument
627 slot = coff_get_slot (types, coff_symno); in parse_coff_symbol()
662 struct coff_types types; in parse_coff() local
678 types.slots = NULL; in parse_coff()
[all …]
H A Dieee.c791 xrealloc (info->types.types, in ieee_alloc_type()
794 memset (info->types.types + info->types.alloc, 0, in ieee_alloc_type()
795 (nalloc - info->types.alloc) * sizeof *info->types.types); in ieee_alloc_type()
872 info.types.types = NULL; in parse_ieee()
984 free (info->types.types); in parse_ieee_bb()
985 info->types.types = NULL; in parse_ieee_bb()
995 memcpy (info->types.types, info->global_types->types, in parse_ieee_bb()
996 info->types.alloc * sizeof (*info->types.types)); in parse_ieee_bb()
1270 memcpy (info->global_types->types, info->types.types, in parse_ieee_be()
1271 info->types.alloc * sizeof (*info->types.types)); in parse_ieee_be()
[all …]
/dragonfly/crypto/libressl/crypto/asn1/
H A Da_mbstr.c347 unsigned long types; in type_str() local
349 types = *((unsigned long *)arg); in type_str()
351 types &= ~B_ASN1_PRINTABLESTRING; in type_str()
352 if ((types & B_ASN1_IA5STRING) && (value > 127)) in type_str()
353 types &= ~B_ASN1_IA5STRING; in type_str()
354 if ((types & B_ASN1_T61STRING) && (value > 0xff)) in type_str()
355 types &= ~B_ASN1_T61STRING; in type_str()
356 if ((types & B_ASN1_BMPSTRING) && (value > 0xffff)) in type_str()
357 types &= ~B_ASN1_BMPSTRING; in type_str()
358 if (!types) in type_str()
[all …]
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dselector.c50 __sel_register_typed_name (const char *name, const char *types,
146 method->types, 0, YES); in __objc_register_selectors_from_description_list()
495 if (types == 0 || s->sel_types == 0) in __sel_register_typed_name()
497 if (s->sel_types == types) in __sel_register_typed_name()
508 else if (sel_types_match (s->sel_types, types)) in __sel_register_typed_name()
529 if ((is_const) || (types == 0)) in __sel_register_typed_name()
530 j->sel_types = types; in __sel_register_typed_name()
534 strcpy ((char *)j->sel_types, types); in __sel_register_typed_name()
557 if (is_const || (types == 0)) in __sel_register_typed_name()
558 j->sel_types = types; in __sel_register_typed_name()
[all …]
/dragonfly/libexec/talkd/
H A Dprint.c44 static const char *types[] = variable
46 #define NTYPES NELEM(types)
62 tp = types[mp->type]; in print_request()
77 tp = types[rp->type]; in print_response()
/dragonfly/contrib/xz/src/xz/
H A Dargs.c393 } types[] = { in parse_real() local
404 while (strcmp(types[i].str, optarg) != 0) in parse_real()
405 if (++i == ARRAY_SIZE(types)) in parse_real()
410 opt_format = types[i].format; in parse_real()
419 } types[] = { in parse_real() local
427 while (strcmp(types[i].str, optarg) != 0) { in parse_real()
428 if (++i == ARRAY_SIZE(types)) in parse_real()
436 if (!lzma_check_is_supported(types[i].check)) in parse_real()
440 coder_set_check(types[i].check); in parse_real()
/dragonfly/lib/libc/locale/
H A Drune.c127 uint32_t *types; in _Read_RuneMagi() local
131 types = variable; in _Read_RuneMagi()
132 variable = types + len; in _Read_RuneMagi()
192 uint32_t *types; in _Read_RuneMagi() local
199 types = variable; in _Read_RuneMagi()
200 variable = types + len; in _Read_RuneMagi()
204 rr[x].__types[len] = types[len]; in _Read_RuneMagi()
/dragonfly/etc/pam.d/
H A Dconvert.sh90 for (type in types)
91 if ((service, types[type]) in content)
92 print content[service, types[type]] >> fname
/dragonfly/lib/libc/stdtime/
H A Dlocaltime.c440 if (sp->types[i]) { in tzload()
459 if (sp->types[i]) in tzload()
560 ts->types[i]; in tzload()
571 if (typesequiv(sp, sp->types[i], sp->types[0]) && in tzload()
578 sp->types[i]) && in tzload()
590 if (sp->types[i] == 0) in tzload()
601 i = sp->types[0]; in tzload()
1083 j = sp->types[i]; in tzparse()
1092 j = sp->types[i]; in tzparse()
1109 j = sp->types[i]; in tzparse()
[all …]
/dragonfly/gnu/usr.bin/cc47/cc_prep/
H A DMakefile115 i386-builtin-types.inc:
116 /usr/bin/awk -f ${GCCDIR}/gcc/config/i386/i386-builtin-types.awk \
117 ${GCCDIR}/gcc/config/i386/i386-builtin-types.def \
145 CLEANFILES+= i386-builtin-types.inc
146 afterdepend: i386-builtin-types.inc
/dragonfly/gnu/usr.bin/cc80/cc_prep/
H A DMakefile137 i386-builtin-types.inc:
138 /usr/bin/awk -f ${GCCDIR}/gcc/config/i386/i386-builtin-types.awk \
139 ${GCCDIR}/gcc/config/i386/i386-builtin-types.def > ${.TARGET}
157 CLEANFILES+= i386-builtin-types.inc gengtype-lex.head
158 afterdepend: i386-builtin-types.inc gengtype-lex.head
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-avr.texi35 compiler, only for assembler programs (MCU types: at90s1200,
51 memory space (MCU types: at43usb355, at76c711).
54 memory space (MCU types: atmega103, at43usb320).
57 instructions (MCU types: attiny167, attiny1634, at90usb82, at90usb162,
86 program memory space (MCU types: atmega128, atmega128a, atmega1280,
91 (MCU types: atmega2560, atmega2561, atmega256rfr2, atmega2564rfr2).
94 program memory space and less than 64K data space (MCU types:
100 program memory space and greater than 64K data space (MCU types:
104 program memory space and less than 64K data space (MCU types:
109 program memory space and greater than 64K data space (MCU types:
[all …]
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-format.c2307 for (; types != 0; types = types->next) in check_format_types()
2318 arg_num = types->arg_num; in check_format_types()
2329 cur_param = types->param; in check_format_types()
2355 if (types->writing_in_flag in check_format_types()
2363 if (types->reading_from_flag in check_format_types()
2380 if (types->writing_in_flag in check_format_types()
2410 if (i < types->pointer_count) in check_format_types()
2418 if (types->char_lenient_flag) in check_format_types()
2805 diag_fci[i].types[0].type = &t; in init_dynamic_diag_info()
2820 tdiag_fci[i].types[0].type = &t; in init_dynamic_diag_info()
[all …]
/dragonfly/crypto/openssh/
H A DPROTOCOL.certkeys28 All certificate types include certification information along with the
32 Certified keys are represented using new key types:
41 Two additional types exist for RSA certificates to force use of
47 These RSA/SHA-2 types should not appear in keys at rest or transmitted
69 The certificate key types take a similar high-level format (note: data
70 types and encoding are as per RFC4251 section 5). The serialised wire
208 certificate. The valid key types for CA keys are ssh-rsa,
209 ssh-dss, ssh-ed25519 and the ECDSA types ecdsa-sha2-nistp256,
219 types, and RFC8032 for Ed25519).
266 for the U2F/FIDO security key types that
[all …]
/dragonfly/lib/i18n_module/mapper_std/
H A Dcitrus_mapper_std.c330 } types[] = { variable
333 #define NUM_OF_TYPES ((int)(sizeof(types)/sizeof(types[0])))
383 if (_bcs_strcasecmp(type, types[id].t_name) == 0) in _citrus_mapper_std_mapper_init()
390 ret = (*types[id].t_init)(ms); in _citrus_mapper_std_mapper_init()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-format.c3055 for (; types != 0; types = types->next) in check_format_types()
3066 arg_num = types->arg_num; in check_format_types()
3072 if (types->pointer_count == 0) in check_format_types()
3077 cur_param = types->param; in check_format_types()
3098 gcc_assert (types->arg_num > 0); in check_format_types()
3115 if (types->writing_in_flag in check_format_types()
3123 if (types->reading_from_flag in check_format_types()
3140 if (types->writing_in_flag in check_format_types()
3173 if (i < types->pointer_count) in check_format_types()
3180 if (types->char_lenient_flag) in check_format_types()
[all …]
/dragonfly/contrib/file/magic/Magdir/
H A Dunicode5 # These types are recognised in file_ascmagic so these encodings can be
6 # treated by text patterns. Missing types are already dealt with internally.
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dimplement-c.texi204 GCC does not support any extended integer types.
205 @c The __mode__ attribute might create types of precisions not
208 @c be used if any extended integer types are to be defined. The
209 @c __int128_t and __uint128_t typedefs are not extended integer types
224 GCC does not support any extended integer types.
453 No other types are permitted in strictly conforming mode.
454 @c Would it be better to restrict the pedwarn for other types to C90
455 @c mode and document the other types for C99 mode?
488 @c the code and one of the types accessed via mode attributes (which
489 @c are not currently considered extended integer types) may be used.
[all …]

12345678910>>...20