/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | asltypes.y | 161 %type <n> ArgList 162 %type <n> AslCode 163 %type <n> BufferData 164 %type <n> BufferTermData 165 %type <n> CompilerDirective 166 %type <n> DataObject 167 %type <n> DefinitionBlockTerm 168 %type <n> DefinitionBlockList 169 %type <n> IntegerData 170 %type <n> NamedObject [all …]
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.abi | 8 …<elf-symbol name='dump_nvlist' type='func-type' binding='global-binding' visibility='default-visib… 9 …<elf-symbol name='fnvlist_add_boolean' type='func-type' binding='global-binding' visibility='defau… 10 …<elf-symbol name='fnvlist_add_boolean_array' type='func-type' binding='global-binding' visibility=… 11 …<elf-symbol name='fnvlist_add_boolean_value' type='func-type' binding='global-binding' visibility=… 12 …<elf-symbol name='fnvlist_add_byte' type='func-type' binding='global-binding' visibility='default-… 13 …<elf-symbol name='fnvlist_add_byte_array' type='func-type' binding='global-binding' visibility='de… 14 …<elf-symbol name='fnvlist_add_int16' type='func-type' binding='global-binding' visibility='default… 15 …<elf-symbol name='fnvlist_add_int16_array' type='func-type' binding='global-binding' visibility='d… 16 …<elf-symbol name='fnvlist_add_int32' type='func-type' binding='global-binding' visibility='default… 17 …<elf-symbol name='fnvlist_add_int32_array' type='func-type' binding='global-binding' visibility='d… [all …]
|
/freebsd/sys/contrib/openzfs/lib/libzfsbootenv/ |
H A D | libzfsbootenv.abi | 8 …<elf-symbol name='lzbe_add_pair' type='func-type' binding='global-binding' visibility='default-vis… 9 …<elf-symbol name='lzbe_bootenv_print' type='func-type' binding='global-binding' visibility='defaul… 10 …<elf-symbol name='lzbe_get_boot_device' type='func-type' binding='global-binding' visibility='defa… 11 …<elf-symbol name='lzbe_nvlist_free' type='func-type' binding='global-binding' visibility='default-… 12 …<elf-symbol name='lzbe_nvlist_get' type='func-type' binding='global-binding' visibility='default-v… 13 …<elf-symbol name='lzbe_nvlist_set' type='func-type' binding='global-binding' visibility='default-v… 14 …<elf-symbol name='lzbe_remove_pair' type='func-type' binding='global-binding' visibility='default-… 15 …<elf-symbol name='lzbe_set_boot_device' type='func-type' binding='global-binding' visibility='defa… 18 <type-decl name='char' size-in-bits='8' id='a84c031d'/> 19 <array-type-def dimensions='1' type-id='a84c031d' size-in-bits='8' id='89feb1ec'> [all …]
|
/freebsd/sys/contrib/openzfs/lib/libuutil/ |
H A D | libuutil.abi | 8 …<elf-symbol name='_sol_getmntent' type='func-type' binding='global-binding' visibility='default-vi… 9 …<elf-symbol name='atomic_add_16' type='func-type' binding='global-binding' visibility='default-vis… 10 …<elf-symbol name='atomic_add_16_nv' type='func-type' binding='global-binding' visibility='default-… 11 …<elf-symbol name='atomic_add_32' type='func-type' binding='global-binding' visibility='default-vis… 12 …<elf-symbol name='atomic_add_32_nv' type='func-type' binding='global-binding' visibility='default-… 13 …<elf-symbol name='atomic_add_64' type='func-type' binding='global-binding' visibility='default-vis… 14 …<elf-symbol name='atomic_add_64_nv' type='func-type' binding='global-binding' visibility='default-… 15 …<elf-symbol name='atomic_add_8' type='func-type' binding='global-binding' visibility='default-visi… 16 …<elf-symbol name='atomic_add_8_nv' type='func-type' binding='global-binding' visibility='default-v… 17 …<elf-symbol name='atomic_add_char' type='func-type' binding='global-binding' visibility='default-v… [all …]
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 17 …<elf-symbol name='_sol_getmntent' type='func-type' binding='global-binding' visibility='default-vi… 18 …<elf-symbol name='atomic_add_16' type='func-type' binding='global-binding' visibility='default-vis… 19 …<elf-symbol name='atomic_add_16_nv' type='func-type' binding='global-binding' visibility='default-… 20 …<elf-symbol name='atomic_add_32' type='func-type' binding='global-binding' visibility='default-vis… 21 …<elf-symbol name='atomic_add_32_nv' type='func-type' binding='global-binding' visibility='default-… 22 …<elf-symbol name='atomic_add_64' type='func-type' binding='global-binding' visibility='default-vis… 23 …<elf-symbol name='atomic_add_64_nv' type='func-type' binding='global-binding' visibility='default-… 24 …<elf-symbol name='atomic_add_8' type='func-type' binding='global-binding' visibility='default-visi… 25 …<elf-symbol name='atomic_add_8_nv' type='func-type' binding='global-binding' visibility='default-v… 26 …<elf-symbol name='atomic_add_char' type='func-type' binding='global-binding' visibility='default-v… [all …]
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpkdf_ssh.txt | 22 Ctrl.type = type:A 30 Ctrl.type = type:B 38 Ctrl.type = type:C 46 Ctrl.type = type:D 54 Ctrl.type = type:E 62 Ctrl.type = type:F 70 Ctrl.type = type:A 78 Ctrl.type = type:B 86 Ctrl.type = type:C 94 Ctrl.type = type:D [all …]
|
/freebsd/tests/sys/sys/ |
H A D | queue_test.c | 29 * 'type' should be tailq, stailq, list or slist. 'TYPE' is 'type' in 33 #define QUEUE_TESTS_COMMON(type, TYPE) \ argument 38 struct type ## _id_elem { \ 39 TYPE ## _ENTRY(type ## _id_elem) ie_entry; \ 43 TYPE ## _HEAD(type ## _ids, type ## _id_elem); \ 46 type ## _check(const struct type ## _ids *const type, \ 53 static struct type ## _ids * \ 54 type ## _create(const u_int nb, const u_int id_shift) \ 56 struct type ## _ids *const type = \ 57 malloc(sizeof(*type)); \ [all …]
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.abi | 9 …<elf-symbol name='_sol_getmntent' type='func-type' binding='global-binding' visibility='default-vi… 10 …<elf-symbol name='atomic_add_16' type='func-type' binding='global-binding' visibility='default-vis… 11 …<elf-symbol name='atomic_add_16_nv' type='func-type' binding='global-binding' visibility='default-… 12 …<elf-symbol name='atomic_add_32' type='func-type' binding='global-binding' visibility='default-vis… 13 …<elf-symbol name='atomic_add_32_nv' type='func-type' binding='global-binding' visibility='default-… 14 …<elf-symbol name='atomic_add_64' type='func-type' binding='global-binding' visibility='default-vis… 15 …<elf-symbol name='atomic_add_64_nv' type='func-type' binding='global-binding' visibility='default-… 16 …<elf-symbol name='atomic_add_8' type='func-type' binding='global-binding' visibility='default-visi… 17 …<elf-symbol name='atomic_add_8_nv' type='func-type' binding='global-binding' visibility='default-v… 18 …<elf-symbol name='atomic_add_char' type='func-type' binding='global-binding' visibility='default-v… [all …]
|
/freebsd/crypto/openssl/include/internal/ |
H A D | safe_math.h | 34 # define OSSL_SAFE_MATH_ADDS(type_name, type, min, max) \ argument 35 static ossl_inline ossl_unused type safe_add_ ## type_name(type a, \ 36 type b, \ 39 type r; \ 47 # define OSSL_SAFE_MATH_ADDU(type_name, type, max) \ argument 48 static ossl_inline ossl_unused type safe_add_ ## type_name(type a, \ 49 type b, \ 52 type r; \ 61 # define OSSL_SAFE_MATH_ADDS(type_name, type, min, max) \ argument 62 static ossl_inline ossl_unused type safe_add_ ## type_name(type a, \ [all …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | lhash.h.in | 49 * Macros for declaring and implementing type-safe wrappers for LHASH 52 * per-variable casting before deferring to the underlying type-specific 149 /* Type checking... */ 151 # define LHASH_OF(type) struct lhash_st_##type argument 154 # define DEFINE_LHASH_OF_INTERNAL(type) \ argument 155 LHASH_OF(type) { \ 156 union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; \ 158 typedef int (*lh_##type##_compfunc)(const type *a, const type *b); \ 159 typedef unsigned long (*lh_##type##_hashfunc)(const type *a); \ 160 typedef void (*lh_##type##_doallfunc)(type *a); \ [all …]
|
H A D | pem.h | 75 # define PEM_read_cb_fnsig(name, type, INTYPE, readname) \ argument 76 type *PEM_##readname##_##name(INTYPE *out, type **x, \ 78 # define PEM_read_cb_ex_fnsig(name, type, INTYPE, readname) \ argument 79 type *PEM_##readname##_##name##_ex(INTYPE *out, type **x, \ 84 # define PEM_write_fnsig(name, type, OUTTYPE, writename) \ argument 85 int PEM_##writename##_##name(OUTTYPE *out, const type *x) 86 # define PEM_write_cb_fnsig(name, type, OUTTYPE, writename) \ argument 87 int PEM_##writename##_##name(OUTTYPE *out, const type *x, \ 91 # define PEM_write_ex_fnsig(name, type, OUTTYPE, writename) \ argument 92 int PEM_##writename##_##name##_ex(OUTTYPE *out, const type *x, \ [all …]
|
H A D | lhash.h | 47 * Macros for declaring and implementing type-safe wrappers for LHASH 50 * per-variable casting before deferring to the underlying type-specific 147 /* Type checking... */ 149 # define LHASH_OF(type) struct lhash_st_##type argument 152 # define DEFINE_LHASH_OF_INTERNAL(type) \ argument 153 LHASH_OF(type) { \ 154 union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; \ 156 typedef int (*lh_##type##_compfunc)(const type *a, const type *b); \ 157 typedef unsigned long (*lh_##type##_hashfunc)(const type *a); \ 158 typedef void (*lh_##type##_doallfunc)(type *a); \ [all …]
|
/freebsd/contrib/netbsd-tests/ipf/regress/ |
H A D | i8 | 1 pass in proto icmp from localhost to localhost icmp-type timest 2 block in proto icmp from any to any icmp-type unreach code 1 3 pass in proto icmp all icmp-type unreach code cutoff-preced 4 pass in proto icmp all icmp-type unreach code filter-prohib 5 pass in proto icmp all icmp-type unreach code isolate 6 pass in proto icmp all icmp-type unreach code needfrag 7 pass in proto icmp all icmp-type unreach code net-prohib 8 pass in proto icmp all icmp-type unreach code net-tos 9 pass in proto icmp all icmp-type unreach code host-preced 10 pass in proto icmp all icmp-type unreach code host-prohib [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | DEFINE_STACK_OF.pod | 29 STACK_OF(TYPE) 30 DEFINE_STACK_OF(TYPE) 31 DEFINE_STACK_OF_CONST(TYPE) 32 DEFINE_SPECIAL_STACK_OF(FUNCTYPE, TYPE) 33 DEFINE_SPECIAL_STACK_OF_CONST(FUNCTYPE, TYPE) 35 typedef int (*sk_TYPE_compfunc)(const TYPE *const *a, const TYPE *const *b); 36 typedef TYPE * (*sk_TYPE_copyfunc)(const TYPE *a); 37 typedef void (*sk_TYPE_freefunc)(TYPE *a); 39 int sk_TYPE_num(const STACK_OF(TYPE) *sk); 40 TYPE *sk_TYPE_value(const STACK_OF(TYPE) *sk, int idx); [all …]
|
H A D | d2i_RSAPrivateKey.pod | 75 TYPE *d2i_TYPEPrivateKey(TYPE **a, const unsigned char **ppin, long length); 76 TYPE *d2i_TYPEPrivateKey_bio(BIO *bp, TYPE **a); 77 TYPE *d2i_TYPEPrivateKey_fp(FILE *fp, TYPE **a); 78 TYPE *d2i_TYPEPublicKey(TYPE **a, const unsigned char **ppin, long length); 79 TYPE *d2i_TYPEPublicKey_bio(BIO *bp, TYPE **a); 80 TYPE *d2i_TYPEPublicKey_fp(FILE *fp, TYPE **a); 81 TYPE *d2i_TYPEparams(TYPE **a, const unsigned char **ppin, long length); 82 TYPE *d2i_TYPEparams_bio(BIO *bp, TYPE **a); 83 TYPE *d2i_TYPEparams_fp(FILE *fp, TYPE **a); 84 TYPE *d2i_TYPE_PUBKEY(TYPE **a, const unsigned char **ppin, long length); [all …]
|
/freebsd/contrib/netbsd-tests/ipf/expected/ |
H A D | i8 | 1 pass in inet proto icmp from 127.0.0.1/32 to 127.0.0.1/32 icmp-type timest 2 block in inet proto icmp from any to any icmp-type unreach code 1 3 pass in inet proto icmp from any to any icmp-type unreach code 15 4 pass in inet proto icmp from any to any icmp-type unreach code 13 5 pass in inet proto icmp from any to any icmp-type unreach code 8 6 pass in inet proto icmp from any to any icmp-type unreach code 4 7 pass in inet proto icmp from any to any icmp-type unreach code 9 8 pass in inet proto icmp from any to any icmp-type unreach code 11 9 pass in inet proto icmp from any to any icmp-type unreach code 14 10 pass in inet proto icmp from any to any icmp-type unreach code 10 [all …]
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | hxtool-commands.in | 41 type = "strings" 48 type = "string" 54 type = "strings" 60 type = "strings" 66 type = "strings" 72 type = "strings" 77 long = "content-type" 78 type = "string" 80 help = "content type oid" 84 type = "flag" [all …]
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_local.h | 35 # define PEM_STRUCTURE_Parameters "type-specific" 37 # define PEM_STRUCTURE_RSAPrivateKey "type-specific" 38 # define PEM_STRUCTURE_RSAPublicKey "type-specific" 42 # define IMPLEMENT_PEM_provided_write_body_vars(type, asn1, pq) \ argument 45 OSSL_ENCODER_CTX_new_for_##type(x, PEM_SELECTION_##asn1, \ 81 # define IMPLEMENT_PEM_provided_write_body_main(type, outtype) \ argument 96 # define IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, \ argument 98 PEM_write_fnsig(name, TYPE, OUTTYPE, writename) \ 100 IMPLEMENT_PEM_provided_write_body_vars(type, asn1, NULL); \ 101 IMPLEMENT_PEM_provided_write_body_main(type, outtype); \ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCELFObjectWriter.cpp | 32 unsigned Type) const override; 81 // determine the type of the relocation in getRelocType() 82 unsigned Type; in getRelocType() local 93 Type = ELF::R_PPC_REL24; in getRelocType() 96 Type = ELF::R_PPC_PLTREL24; in getRelocType() 99 Type = ELF::R_PPC_LOCAL24PC; in getRelocType() 102 Type = ELF::R_PPC64_REL24_NOTOC; in getRelocType() 108 Type = ELF::R_PPC_REL14; in getRelocType() 114 Type = ELF::R_PPC_REL16; in getRelocType() 117 Type in getRelocType() [all...] |
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBTypeDocstrings.i | 2 "Represents a member of a type." 6 "Represents a member function of a type." 10 "Represents a data type in lldb. 12 The actual characteristics of each type are defined by the semantics of the 21 to create new types by evaluating expressions that define a new type. 74 # Get the type 'Task'. 93 # id_type and int_type should be the same type! 103 If a type occupies ``N`` bytes + ``M`` bits in memory, this function returns 109 * C: The output is expected to match the value of ``sizeof(Type)``. If 110 ``sizeof(Type)`` i [all...] |
/freebsd/sys/kern/ |
H A D | kern_osd.c | 76 static void do_osd_del(u_int type, struct osd *osd, u_int slot, 93 osd_register(u_int type, osd_destructor_t destructor, const osd_method_t *methods) in osd_register() argument 98 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_register() 107 sx_xlock(&osdm[type].osd_module_lock); in osd_register() 111 for (i = 0; i < osdm[type].osd_ntslots; i++) { in osd_register() 112 if (osdm[type].osd_destructors[i] == NULL) { in osd_register() 113 OSD_DEBUG("Unused slot found (type=%u, slot=%u).", in osd_register() 114 type, i + 1); in osd_register() 121 if (i == osdm[type].osd_ntslots) { in osd_register() 122 osdm[type].osd_ntslots++; in osd_register() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TypeNodes.td | 8 /// A type node that is only used to represent dependent types in C++. For 11 /// that only works with non-dependent types can ignore these type nodes. 14 /// A type node that is never used to represent a canonical type, which is to 15 /// say that it always represents some sort of type "sugar" which can 19 /// works with canonical types can ignore these type nodes. 23 /// based on how a type is spelled and which therefore are not consistent 24 /// with immediately stipping away type sugar. More critically, attributes on 31 /// A type node that only represents a canonical type in some dependent cases. 40 /// A type node which never has component type structure. Some code may be 43 /// For example, the function type `void (int)` is not a leaf type because it [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | TypeSystem.h | 29 #include "lldb/Symbol/Type.h" 50 /// Interface for representing a type system. 52 /// Implemented by language plugins to define the type system for a given 56 /// LLDB code has dependencies on language plugins. The type and semantics of 137 /// Returns the direct parent context of specified type 139 GetCompilerDeclContextForType(const CompilerType &type); 146 /// Verify the integrity of the type to catch CompilerTypes that mix 147 /// and match invalid TypeSystem/Opaque type pairs. 148 virtual bool Verify(lldb::opaque_compiler_type_t type) = 0; 151 virtual bool IsArrayType(lldb::opaque_compiler_type_t type, [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 13 // The implementations of these classes live in the Type.cpp file. 23 #include "llvm/IR/Type.h" 39 /// Integer representation type 40 class IntegerType : public Type { 44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ in IntegerType() 53 ///< Note that bit width is stored in the Type classes SubclassData field 54 ///< which has 24 bits. SelectionDAG type legalization can require a 66 /// Returns type twice as wide the input type. 68 return Type::getIntNTy(getContext(), 2 * getScalarSizeInBits()); in getExtendedType() 75 /// unsigned version of this type. This is 0xFF for i8, 0xFFFF for i16, etc. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstrInfo.td | 18 def ASSIGN_TYPE: Pseudo<(outs ANYID:$dst_id), (ins ANYID:$src_id, TYPE:$src_ty)>; 19 def DECL_TYPE: Pseudo<(outs ANYID:$dst_id), (ins ANYID:$src_id, TYPE:$src_ty)>; 39 : Op<opCode, (outs ANYID:$dst), (ins TYPE:$src_ty, ANYID:$src, ANYID:$src2), 43 : Op<opCode, (outs ID:$dst), (ins TYPE:$src_ty, CID:$src, CID:$src2), 44 …ame#" $src_ty $src $src2", [(set ID:$dst, (assigntype (node CID:$src, CID:$src2), TYPE:$src_ty))]>; 47 : Op<opCode, (outs ID:$dst), (ins TYPE:$src_ty, CCond:$cond, CID:$src1, CID:$src2), 48 …src1 $src2", [(set ID:$dst, (assigntype (node CCond:$cond, CID:$src1, CID:$src2), TYPE:$src_ty))]>; 97 : Op<opCode, (outs ANYID:$dst), (ins TYPE:$type, ANYID:$src), 98 "$dst = "#name#" $type $src", pattern>; 100 : Op<opCode, (outs ID:$dst), (ins TYPE:$src_ty, CID:$src), [all …]
|