Home
last modified time | relevance | path

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

12345678910>>...148

/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dtest_ldnsrr.c32 types-signed.wb.sidnlabs.nl. 86400 IN SOA nsd.sidnlabs.nl. hostmaster.sidnlabs.nl. 2013090401 3600 …
4 types-signed.wb.sidnlabs.nl. 86400 IN RRSIG SOA 8 4 86400 20140201000000 20130930114324 62298 types
6 types-signed.wb.sidnlabs.nl. 60 IN NS nsd.sidnlabs.nl.
8 types-signed.wb.sidnlabs.nl. 60 IN NS knot.sidnlabs.nl.
10 types-signed.wb.sidnlabs.nl. 60 IN NS nsd4.sidnlabs.nl.
12 types-signed.wb.sidnlabs.nl. 60 IN NS bind9.sidnlabs.nl.
14 types-signed.wb.sidnlabs.nl. 60 IN NS bind10.sidnlabs.nl.
16 types-signed.wb.sidnlabs.nl. 60 IN NS powerdns.sidnlabs.nl.
18 types-signed.wb.sidnlabs.nl. 60 IN RRSIG NS 8 4 60 20140201000000 20130930114324 62298 types-signed…
20 types-signed.wb.sidnlabs.nl. 86400 IN DNSKEY 256 3 8 AwEAAde1PJyYjnR2R0RmzDuiYKRh/ldkv0znVOYwfjsHZN…
[all …]
H A Dtest_ldnsrr.31 types-signed.wb.sidnlabs.nl. 86400 IN SOA nsd.sidnlabs.nl. hostmaster.sidnlabs.nl. 2013090401 3600 …
2 types-signed.wb.sidnlabs.nl. 86400 IN RRSIG SOA 8 4 86400 20140201000000 20130930114324 62298 types
3 types-signed.wb.sidnlabs.nl. 60 IN NS nsd.sidnlabs.nl.
4 types-signed.wb.sidnlabs.nl. 60 IN NS knot.sidnlabs.nl.
5 types-signed.wb.sidnlabs.nl. 60 IN NS nsd4.sidnlabs.nl.
6 types-signed.wb.sidnlabs.nl. 60 IN NS bind9.sidnlabs.nl.
7 types-signed.wb.sidnlabs.nl. 60 IN NS bind10.sidnlabs.nl.
8 types-signed.wb.sidnlabs.nl. 60 IN NS powerdns.sidnlabs.nl.
9 types-signed.wb.sidnlabs.nl. 60 IN RRSIG NS 8 4 60 20140201000000 20130930114324 62298 types-signed…
10 types-signed.wb.sidnlabs.nl. 86400 IN DNSKEY 256 3 8 AwEAAde1PJyYjnR2R0RmzDuiYKRh/ldkv0znVOYwfjsHZN…
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DTypes.cpp21 using namespace clang::driver::types;
52 const char *types::getTypeName(ID Id) { in getTypeName()
56 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType()
68 types::ID types::getPrecompiledType(ID Id) { in getPrecompiledType()
76 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix()
93 bool types::onlyPrecompileType(ID Id) { in onlyPrecompileType()
98 bool types::canTypeBeUserSpecified(ID Id) { in canTypeBeUserSpecified()
99 static const clang::driver::types::ID kStaticLangageTypes[] = { in canTypeBeUserSpecified()
110 bool types::appendSuffixForType(ID Id) { in appendSuffixForType()
115 bool types::canLipoType(ID Id) { in canLipoType()
[all …]
H A DAction.cpp168 InputAction::InputAction(const Arg &_Input, types::ID _Type, StringRef _Id) in InputAction()
186 OffloadAction::OffloadAction(const DeviceDependences &DDeps, types::ID Ty) in OffloadAction()
311 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) in JobAction()
314 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction()
319 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction()
324 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction()
328 types::ID OutputType) in PrecompileJobAction()
336 Action *Input, types::ID OutputType, const char *ModuleName) in HeaderModulePrecompileJobAction()
342 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction()
347 MigrateJobAction::MigrateJobAction(Action *Input, types::ID OutputType) in MigrateJobAction()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp65 namespace types = clang::driver::types;
92 types::ID guessType(StringRef Filename, bool *Certain = nullptr) { in guessType()
95 types::lookupTypeForExtension(path::extension(Filename).substr(1)); in guessType()
97 *Certain = Lang != types::TY_CHeader && Lang != types::TY_INVALID; in guessType()
103 static types::ID foldType(types::ID Lang) { in foldType()
105 case types::TY_C: in foldType()
106 case types::TY_CHeader: in foldType()
107 return types::TY_C; in foldType()
108 case types::TY_ObjC: in foldType()
109 case types::TY_ObjCHeader: in foldType()
[all …]
/netbsd-src/usr.bin/mklocale/
H A Dyacc.y71 rune_map types = { { 0, }, }; variable
185 { set_map(&types, $2, $1); }
191 { set_digitmap(&types, $2); }
437 list->types = xlalloc(run); in add_map()
439 list->types[i] = flag; in add_map()
454 list->types = xlalloc(run); in add_map()
456 list->types[i] = flag; in add_map()
469 list->types = xlalloc(run); in add_map()
471 list->types[i] = flag; in add_map()
511 r->types[i - r->min] |= flag; in add_map()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DOpaquePointers.rst8 Traditionally, LLVM IR pointer types have contained a pointee type. For example,
11 types, there is a desire to remove pointee types from pointers.
13 The opaque pointer type project aims to replace all pointer types containing
14 pointee types in LLVM with an opaque pointer type. The new pointer type is
19 Issues with explicit pointee types
23 pointee types. The pointee type does not necessarily actually represent the
50 There is no distinction between signed and unsigned integer types, rather the
52 LLVM IR distinguished between unsigned and signed integer types. The transition
53 from manifesting signedness in types to instructions happened early on in LLVM's
61 LLVM pointer pointee types to keep track of pointee types. The frontend needs to
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Drdcoff.c71 debug_type types[COFF_SLOTS]; member
87 coff_get_slot (void *dhandle, struct coff_types **types, long indx) in coff_get_slot() argument
94 while (*types && (*types)->base_index < base_index) in coff_get_slot()
95 types = &(*types)->next; in coff_get_slot()
97 if (*types == NULL || (*types)->base_index != base_index) in coff_get_slot()
100 n->next = *types; in coff_get_slot()
102 *types = n; in coff_get_slot()
105 return (*types)->types + indx; in coff_get_slot()
112 struct coff_types **types, long coff_symno, int ntype, in parse_coff_type() argument
126 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
[all …]
/netbsd-src/external/bsd/openldap/lib/liblber/
H A DMakefile20 lber-types.3
48 MLINKS+= lber-types.3 ber_bvarray_add.3 \
49 lber-types.3 ber_bvarray_free.3 \
50 lber-types.3 ber_bvdup.3 \
51 lber-types.3 ber_bvecadd.3 \
52 lber-types.3 ber_bvecfree.3 \
53 lber-types.3 ber_bvfree.3 \
54 lber-types.3 ber_bvstr.3 \
55 lber-types.3 ber_bvstrdup.3 \
56 lber-types.3 ber_dupbv.3 \
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_event.c31 nvkm_event_put(struct nvkm_event *event, u32 types, int index) in nvkm_event_put() argument
34 while (types) { in nvkm_event_put()
35 int type = __ffs(types); types &= ~(1 << type); in nvkm_event_put()
44 nvkm_event_get(struct nvkm_event *event, u32 types, int index) in nvkm_event_get() argument
47 while (types) { in nvkm_event_get()
48 int type = __ffs(types); types &= ~(1 << type); in nvkm_event_get()
57 nvkm_event_send(struct nvkm_event *event, u32 types, int index, in nvkm_event_send() argument
68 if (notify->index == index && (notify->types & types)) { in nvkm_event_send()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Drdcoff.c107 coff_get_slot (struct coff_types *types, long indx) in coff_get_slot() argument
111 pps = &types->slots; in coff_get_slot()
142 struct coff_types *types, long coff_symno, int ntype, in parse_coff_type() argument
156 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
162 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
190 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
194 types, in parse_coff_type()
215 slot = coff_get_slot (types, pauxent->x_sym.x_tagndx.l); in parse_coff_type()
231 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype, in parse_coff_type()
239 struct coff_types *types, long coff_symno, int ntype, in parse_coff_base_type() argument
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dvgpu.c133 gvt->types = kcalloc(num_types, sizeof(struct intel_vgpu_type), in intel_gvt_init_vgpu_types()
135 if (!gvt->types) in intel_gvt_init_vgpu_types()
143 gvt->types[i].low_gm_size = vgpu_types[i].low_mm; in intel_gvt_init_vgpu_types()
144 gvt->types[i].high_gm_size = vgpu_types[i].high_mm; in intel_gvt_init_vgpu_types()
145 gvt->types[i].fence = vgpu_types[i].fence; in intel_gvt_init_vgpu_types()
151 gvt->types[i].weight = vgpu_types[i].weight; in intel_gvt_init_vgpu_types()
152 gvt->types[i].resolution = vgpu_types[i].edid; in intel_gvt_init_vgpu_types()
153 gvt->types[i].avail_instance = min(low_avail / vgpu_types[i].low_mm, in intel_gvt_init_vgpu_types()
157 sprintf(gvt->types[i].name, "GVTg_V4_%s", in intel_gvt_init_vgpu_types()
160 sprintf(gvt->types[i].name, "GVTg_V5_%s", in intel_gvt_init_vgpu_types()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h103 types::ID Type;
129 Action(ActionClass Kind, types::ID Type) : Action(Kind, ActionList(), Type) {} in Action()
130 Action(ActionClass Kind, Action *Input, types::ID Type) in Action()
134 Action(ActionClass Kind, const ActionList &Inputs, types::ID Type) in Action()
143 types::ID getType() const { return Type; } in getType()
221 InputAction(const llvm::opt::Arg &Input, types::ID Type,
342 OffloadAction(const DeviceDependences &DDeps, types::ID Ty);
384 JobAction(ActionClass Kind, Action *Input, types::ID Type);
385 JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type);
398 PreprocessJobAction(Action *Input, types::ID OutputType);
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/pyzfs/common/
H A Duserspace.py54 if isgroup and "posixgroup" not in options.types and \
55 "smbgroup" not in options.types:
57 if not isgroup and "posixuser" not in options.types and \
58 "smbuser" not in options.types:
77 if typename.lower().replace(" ", "") not in options.types:
154 types = ("all", "posixuser", "smbuser", "posixgroup", "smbgroup")
193 options.types = options.types.split(",")
194 for t in options.types:
195 if t not in types:
201 if "all" in options.types:
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-i386.c275 i386_operand_type types[MAX_OPERANDS]; member
1968 return !((i.types[given].bitfield.byte in match_operand_size()
1970 || (i.types[given].bitfield.word in match_operand_size()
1972 || (i.types[given].bitfield.dword in match_operand_size()
1974 || (i.types[given].bitfield.qword in match_operand_size()
1976 || (i.types[given].bitfield.tbyte in match_operand_size()
1987 return !((i.types[given].bitfield.xmmword in match_simd_size()
1989 || (i.types[given].bitfield.ymmword in match_simd_size()
1991 || (i.types[given].bitfield.zmmword in match_simd_size()
1993 || (i.types[given].bitfield.tmmword in match_simd_size()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dssu.c48 unsigned int ntypes; /*%< number of data types covered */
49 dns_ssuruletype_t *types; /*%< the data types. Can include */
51 /* types except SIG, SOA, and NS */
97 if (rule->types != NULL) { in destroy()
98 isc_mem_cput(mctx, rule->types, rule->ntypes, in destroy()
99 sizeof(*rule->types)); in destroy()
138 dns_ssuruletype_t *types) { in dns_ssutable_addrule()
150 REQUIRE(types != NULL); in dns_ssutable_addrule()
158 rule->types in dns_ssutable_addrule()
50 dns_ssuruletype_t *types; /*%< the data types. Can include */ global() member
139 dns_ssutable_addrule(dns_ssutable_t * table,bool grant,const dns_name_t * identity,dns_ssumatchtype_t matchtype,const dns_name_t * name,unsigned int ntypes,dns_ssuruletype_t * types) dns_ssutable_addrule() argument
602 dns_ssurule_types(const dns_ssurule_t * rule,dns_ssuruletype_t ** types) dns_ssurule_types() argument
[all...]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DFlang.cpp74 if (JA.getType() == types::TY_Nothing) { in ConstructJob()
76 } else if (JA.getType() == types::TY_AST) { in ConstructJob()
78 } else if (JA.getType() == types::TY_LLVM_IR || in ConstructJob()
79 JA.getType() == types::TY_LTO_IR) { in ConstructJob()
81 } else if (JA.getType() == types::TY_LLVM_BC || in ConstructJob()
82 JA.getType() == types::TY_LTO_BC) { in ConstructJob()
84 } else if (JA.getType() == types::TY_PP_Asm) { in ConstructJob()
96 types::ID InputType = Input.getType(); in ConstructJob()
100 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_mbstr.c272 unsigned long types = *((unsigned long *)arg); in type_str() local
275 if ((types & B_ASN1_NUMERICSTRING) && !(ossl_isdigit(native) in type_str()
277 types &= ~B_ASN1_NUMERICSTRING; in type_str()
278 if ((types & B_ASN1_PRINTABLESTRING) && !ossl_isasn1print(native)) in type_str()
279 types &= ~B_ASN1_PRINTABLESTRING; in type_str()
280 if ((types & B_ASN1_IA5STRING) && !ossl_isascii(native)) in type_str()
281 types &= ~B_ASN1_IA5STRING; in type_str()
282 if ((types & B_ASN1_T61STRING) && (value > 0xff)) in type_str()
283 types &= ~B_ASN1_T61STRING; in type_str()
284 if ((types & B_ASN1_BMPSTRING) && (value > 0xffff)) in type_str()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-c.cc943 resolve_vec_mul (resolution *res, tree *args, tree *types, location_t loc) in resolve_vec_mul() argument
949 if (TREE_CODE (types[0]) != VECTOR_TYPE in resolve_vec_mul()
950 || !lang_hooks.types_compatible_p (types[0], types[1])) in resolve_vec_mul()
956 switch (TYPE_MODE (TREE_TYPE (types[0]))) in resolve_vec_mul()
965 return fold_build2_loc (loc, MULT_EXPR, types[0], args[0], in resolve_vec_mul()
966 fold_convert (types[0], args[1])); in resolve_vec_mul()
994 resolve_vec_cmpne (resolution *res, tree *args, tree *types, location_t loc) in resolve_vec_cmpne() argument
1000 if (TREE_CODE (types[0]) != VECTOR_TYPE in resolve_vec_cmpne()
1001 || !lang_hooks.types_compatible_p (types[0], types[1])) in resolve_vec_cmpne()
1007 machine_mode arg0_elt_mode = TYPE_MODE (TREE_TYPE (types[0])); in resolve_vec_cmpne()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Dstdint.m417 dnl the "ISO C9X: 7.18 Integer types <stdint.h>" section requires the
22 dnl we can use the inet-types in <sys/types.h> which would define the
33 dnl Sometimes the stdint.h or inttypes.h headers conflict with sys/types.h,
34 dnl so we test the headers together with sys/types.h and always include it
38 dnl If your installed header files require the stdint-types you will want to
44 dnl use "#include <mylib-int.h>" to obtain the stdint-types.
65 AC_CHECK_TYPE(uintmax_t,[acx_cv_header_stdint=$i],continue,[#include <sys/types.h>
67 AC_CHECK_TYPE(uintptr_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.h>
69 …_CHECK_TYPE(int_least32_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.h>
71 …AC_CHECK_TYPE(int_fast32_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.…
[all …]
/netbsd-src/external/gpl3/binutils/dist/config/
H A Dstdint.m417 dnl the "ISO C9X: 7.18 Integer types <stdint.h>" section requires the
22 dnl we can use the inet-types in <sys/types.h> which would define the
33 dnl Sometimes the stdint.h or inttypes.h headers conflict with sys/types.h,
34 dnl so we test the headers together with sys/types.h and always include it
38 dnl If your installed header files require the stdint-types you will want to
44 dnl use "#include <mylib-int.h>" to obtain the stdint-types.
65 AC_CHECK_TYPE(uintmax_t,[acx_cv_header_stdint=$i],continue,[#include <sys/types.h>
67 AC_CHECK_TYPE(uintptr_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.h>
69 …_CHECK_TYPE(int_least32_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.h>
71 …AC_CHECK_TYPE(int_fast32_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.…
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Dstdint.m417 dnl the "ISO C9X: 7.18 Integer types <stdint.h>" section requires the
22 dnl we can use the inet-types in <sys/types.h> which would define the
33 dnl Sometimes the stdint.h or inttypes.h headers conflict with sys/types.h,
34 dnl so we test the headers together with sys/types.h and always include it
38 dnl If your installed header files require the stdint-types you will want to
44 dnl use "#include <mylib-int.h>" to obtain the stdint-types.
65 AC_CHECK_TYPE(uintmax_t,[acx_cv_header_stdint=$i],continue,[#include <sys/types.h>
67 AC_CHECK_TYPE(uintptr_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.h>
69 …_CHECK_TYPE(int_least32_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.h>
71 …AC_CHECK_TYPE(int_fast32_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.…
[all …]
/netbsd-src/external/gpl3/gdb/dist/config/
H A Dstdint.m417 dnl the "ISO C9X: 7.18 Integer types <stdint.h>" section requires the
22 dnl we can use the inet-types in <sys/types.h> which would define the
33 dnl Sometimes the stdint.h or inttypes.h headers conflict with sys/types.h,
34 dnl so we test the headers together with sys/types.h and always include it
38 dnl If your installed header files require the stdint-types you will want to
44 dnl use "#include <mylib-int.h>" to obtain the stdint-types.
65 AC_CHECK_TYPE(uintmax_t,[acx_cv_header_stdint=$i],continue,[#include <sys/types.h>
67 AC_CHECK_TYPE(uintptr_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.h>
69 …_CHECK_TYPE(int_least32_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.h>
71 …AC_CHECK_TYPE(int_fast32_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.…
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dstdint.m417 dnl the "ISO C9X: 7.18 Integer types <stdint.h>" section requires the
22 dnl we can use the inet-types in <sys/types.h> which would define the
33 dnl Sometimes the stdint.h or inttypes.h headers conflict with sys/types.h,
34 dnl so we test the headers together with sys/types.h and always include it
38 dnl If your installed header files require the stdint-types you will want to
44 dnl use "#include <mylib-int.h>" to obtain the stdint-types.
65 AC_CHECK_TYPE(uintmax_t,[acx_cv_header_stdint=$i],continue,[#include <sys/types.h>
67 AC_CHECK_TYPE(uintptr_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.h>
69 …_CHECK_TYPE(int_least32_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.h>
71 …AC_CHECK_TYPE(int_fast32_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.…
[all …]
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dstdint.m417 dnl the "ISO C9X: 7.18 Integer types <stdint.h>" section requires the
22 dnl we can use the inet-types in <sys/types.h> which would define the
33 dnl Sometimes the stdint.h or inttypes.h headers conflict with sys/types.h,
34 dnl so we test the headers together with sys/types.h and always include it
38 dnl If your installed header files require the stdint-types you will want to
44 dnl use "#include <mylib-int.h>" to obtain the stdint-types.
65 AC_CHECK_TYPE(uintmax_t,[acx_cv_header_stdint=$i],continue,[#include <sys/types.h>
67 AC_CHECK_TYPE(uintptr_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.h>
69 …_CHECK_TYPE(int_least32_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.h>
71 …AC_CHECK_TYPE(int_fast32_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.…
[all …]

12345678910>>...148