Home
last modified time | relevance | path

Searched refs:types (Results 51 – 75 of 478) sorted by relevance

12345678910>>...20

/dragonfly/contrib/libpcap/
H A DCHANGES136 Report a warning for unknown ARPHRD types
139 Add support for DSA data link types
491 added many new DLT types
555 Add some new link-layer header types.
670 Add link-layer types for Fibre Channel FC-2
671 Add link-layer types for Wireless HART
672 Add link-layer types for AOS
673 Add link-layer types for DECT
742 Add support for filtering on MTP2 frame types
759 Add support for new DAG ERF types.
[all …]
/dragonfly/contrib/ldns/
H A Ddnssec.c820 ldns_rr_type types[65536]; in ldns_dnssec_create_nsec() local
850 types[type_count] = cur_rrsets->type; in ldns_dnssec_create_nsec()
856 types[type_count] = LDNS_RR_TYPE_RRSIG; in ldns_dnssec_create_nsec()
858 types[type_count] = LDNS_RR_TYPE_NSEC; in ldns_dnssec_create_nsec()
861 ldns_rr_push_rdf(nsec_rr, ldns_dnssec_create_nsec_bitmap(types, in ldns_dnssec_create_nsec()
879 ldns_rr_type types[65536]; in ldns_dnssec_create_nsec3() local
926 types[type_count] = cur_rrsets->type; in ldns_dnssec_create_nsec3()
935 !(type_count == 1 && types[0] == LDNS_RR_TYPE_NS)) { in ldns_dnssec_create_nsec3()
936 types[type_count] = LDNS_RR_TYPE_RRSIG; in ldns_dnssec_create_nsec3()
950 ldns_dnssec_create_nsec_bitmap(types, in ldns_dnssec_create_nsec3()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgeneric.texi373 of the types are equal, the types are equivalent; otherwise, the types
392 other types require structural equality, use
399 miscomparing types, pass @code{--param verify-canonical-types=1} to
403 the canonical types miscompare.
495 Used to represent pointer types, and pointer to data member types. The
829 @node Adding new DECL node types
830 @subsubsection Adding new DECL node types
1422 arithmetic operand that can operate on pointer types.
2562 C++, enumerations are @emph{not} integral types.
2593 language-dependent info about GENERIC types.
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-deps.c711 sd_list_types_def types = *types_ptr; in sd_next_list() local
713 if (types & SD_LIST_HARD_BACK) in sd_next_list()
719 else if (types & SD_LIST_SPEC_BACK) in sd_next_list()
725 else if (types & SD_LIST_FORW) in sd_next_list()
729 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
731 else if (types & SD_LIST_RES_BACK) in sd_next_list()
737 else if (types & SD_LIST_RES_FORW) in sd_next_list()
1492 dump_lists (stderr, insn, types, 1); in sd_debug_lists()
3672 sd_list_types_def types; in delete_dep_nodes_in_back_deps() local
3675 types = SD_LIST_RES_BACK; in delete_dep_nodes_in_back_deps()
[all …]
/dragonfly/usr.sbin/ppp/
H A Dradius.c129 radius_typesname(int types) in radius_typesname() argument
131 switch(types) { in radius_typesname()
139 return NumStr(types, NULL, 0); in radius_typesname()
479 r->mppe.types = rad_cvt_int(data); in radius_Process()
481 radius_typesname(r->mppe.types)); in radius_Process()
633 r->mppe.types = 0; in radius_Init()
1040 radius_typesname(r->mppe.types)); in radius_Show()
H A Dradius.h57 int types; /* MPPE_TYPE_*BIT bitmask */ member
/dragonfly/contrib/elftoolchain/libelf/
H A Dlibelf_msize.m446 * ELF types whose memory representations have a variable size.
55 * Unimplemented types.
/dragonfly/contrib/gcc-4.7/libdecnumber/
H A Dconfig.in36 /* Define to 1 if you have the <sys/types.h> header file. */
93 /* Define to `long int' if <sys/types.h> does not define. */
/dragonfly/gnu/usr.bin/grep/libgreputils/sys/
H A Dtypes.h28 #include_next <sys/types.h>
/dragonfly/contrib/gcc-8.0/gcc/
H A Dbuiltin-types.def19 /* This header provides a declarative way of describing the types that
34 These macros describe function types. ENUM is as above. The
36 etc, give the types of the arguments, similarly.
43 Similar, but for function types that take variable arguments.
76 DEF_PRIMITIVE_TYPE (BT_WORD, (*lang_hooks.types.type_for_mode) (word_mode, 1))
77 DEF_PRIMITIVE_TYPE (BT_UNWINDWORD, (*lang_hooks.types.type_for_mode)
123 DEF_PRIMITIVE_TYPE (BT_PTRMODE, (*lang_hooks.types.type_for_mode)(ptr_mode, 0))
181 distinguish it from two types in sequence, "long" followed by
H A Dsched-deps.c712 sd_list_types_def types = *types_ptr; in sd_next_list() local
714 if (types & SD_LIST_HARD_BACK) in sd_next_list()
720 else if (types & SD_LIST_SPEC_BACK) in sd_next_list()
726 else if (types & SD_LIST_FORW) in sd_next_list()
730 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
732 else if (types & SD_LIST_RES_BACK) in sd_next_list()
738 else if (types & SD_LIST_RES_FORW) in sd_next_list()
1501 dump_lists (stderr, insn, types, 1); in sd_debug_lists()
3858 sd_list_types_def types; in delete_dep_nodes_in_back_deps() local
3861 types = SD_LIST_RES_BACK; in delete_dep_nodes_in_back_deps()
[all …]
H A Dipa-param-manipulation.c68 vec<tree> types; in ipa_get_vector_of_formal_parm_types() local
75 types.create (count); in ipa_get_vector_of_formal_parm_types()
77 types.quick_push (TREE_VALUE (t)); in ipa_get_vector_of_formal_parm_types()
79 return types; in ipa_get_vector_of_formal_parm_types()
H A Dconvert.c90 lang_hooks.types.type_for_size (pprec, 0), in convert_to_pointer_1()
434 typex = lang_hooks.types.type_for_size (TYPE_PRECISION (typex), in do_narrow()
692 lang_hooks.types.type_for_size in convert_to_integer_1()
745 = convert_to_integer_1 (lang_hooks.types.type_for_mode in convert_to_integer_1()
917 = lang_hooks.types.type_for_size (TYPE_PRECISION (typex), in convert_to_integer_1()
H A Dcoverage.c148 return lang_hooks.types.type_for_mode (mode, false); in get_gcov_type()
157 return lang_hooks.types.type_for_mode (mode, true); in get_gcov_unsigned_t()
794 tree ctr_info = lang_hooks.types.make_type (RECORD_TYPE); in build_fn_info_type()
1154 gcov_info_type = lang_hooks.types.make_type (RECORD_TYPE); in coverage_obj_init()
1155 gcov_fn_info_type = lang_hooks.types.make_type (RECORD_TYPE); in coverage_obj_init()
1157 gcov_info_type = lang_hooks.types.make_type (RECORD_TYPE); in coverage_obj_init()
/dragonfly/games/mille/
H A DMakefile7 roll.c save.c types.c varpush.c
/dragonfly/sys/dev/video/fb/
H A Dfb.c632 } types[] = { in fb_type() local
642 for (i = 0; i < NELEM(types); ++i) { in fb_type()
643 if (types[i].va_type == adp_type) in fb_type()
644 return types[i].fb_type; in fb_type()
/dragonfly/usr.sbin/ngctl/
H A DMakefile7 msg.c debug.c shutdown.c rmhook.c status.c types.c write.c
/dragonfly/bin/sh/
H A Dnodetypes37 # lines specify the fields of the structure. Several node types can share
42 # by a type. The currently implemented types are:
49 # The last two types should be followed by the text of a C declaration for
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dtype_traits74 // Meta programming helper types.
597 // types and abstract types, see LWG 2049. This implementation
598 // describes function types as trivially nothrow destructible and
599 // abstract types as destructible, iff the explicit destructor
621 // Special implementation for abstract types
691 // restriction, which does not allow for array types to occur in
755 // Implementation for non-reference types. To meet the proper
846 // types that are not functions
872 // here a functional cast, because array types are excluded anyway
1377 // Utility for constructing identically cv-qualified types.
[all …]
/dragonfly/sys/dev/drm/
H A Ddrm_sysctl.c168 const char *types[] = { "FB", "REG", "SHM", "AGP", "SG", "PCI" }; variable
183 type = types[map->type];
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_acl.c1148 int type, types, tag, permset, id; in archive_acl_from_text_w() local
1153 types = 0; in archive_acl_from_text_w()
1384 types |= type; in archive_acl_from_text_w()
1388 archive_acl_reset(acl, types); in archive_acl_from_text_w()
1631 int type, types, tag, permset, id; in archive_acl_from_text_l() local
1651 types = 0; in archive_acl_from_text_l()
1874 types |= type; in archive_acl_from_text_l()
1878 archive_acl_reset(acl, types); in archive_acl_from_text_l()
/dragonfly/gnu/usr.bin/binutils234/block1/libctf/
H A DMakefile8 ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/dragonfly/contrib/binutils-2.34/bfd/
H A Dpeicode.h772 unsigned int types) in pe_ILF_build_a_bfd() argument
784 import_type = types & 0x3; in pe_ILF_build_a_bfd()
785 import_name_type = (types & 0x1c) >> 2; in pe_ILF_build_a_bfd()
1155 unsigned int types; in pe_ILF_object_p() local
1272 types = H_GET_16 (abfd, ptr); in pe_ILF_object_p()
1303 source_dll, ordinal, types)) in pe_ILF_object_p()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dpeicode.h751 unsigned int types) in pe_ILF_build_a_bfd() argument
763 import_type = types & 0x3; in pe_ILF_build_a_bfd()
764 import_name_type = (types & 0x1c) >> 2; in pe_ILF_build_a_bfd()
1131 unsigned int types; in pe_ILF_object_p() local
1252 types = H_GET_16 (abfd, ptr); in pe_ILF_object_p()
1282 source_dll, ordinal, types)) in pe_ILF_object_p()
/dragonfly/include/rpc/
H A DMakefile14 svc.h svc_auth.h svc_soc.h svc_dg.h types.h xdr.h

12345678910>>...20