| /src/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 …]
|
| H A D | OPENSSL_LH_COMPFUNC.pod | 26 LHASH_OF(TYPE) 28 DEFINE_LHASH_OF_EX(TYPE); 30 LHASH_OF(TYPE) *lh_TYPE_new(OPENSSL_LH_HASHFUNC hash, OPENSSL_LH_COMPFUNC compare); 31 void lh_TYPE_free(LHASH_OF(TYPE) *table); 32 void lh_TYPE_flush(LHASH_OF(TYPE) *table); 39 TYPE *lh_TYPE_insert(LHASH_OF(TYPE) *table, TYPE *data); 40 TYPE *lh_TYPE_delete(LHASH_OF(TYPE) *table, TYPE *data); 41 TYPE *lh_TYPE_retrieve(LHASH_OF(TYPE) *table, TYPE *data); 43 void lh_TYPE_doall(LHASH_OF(TYPE) *table, OPENSSL_LH_DOALL_FUNC func); 44 void lh_TYPE_doall_arg(LHASH_OF(TYPE) *table, OPENSSL_LH_DOALL_FUNCARG func, [all …]
|
| /src/sys/dev/qat/qat_api/common/include/ |
| H A D | lac_mem.h | 363 #define LAC_DECLARE_HIGHEST_BIT_OF(TYPE) … argument 364 …static const unsigned int highest_bit_of_##TYPE = … 365 …(sizeof(TYPE) & 0x80000000 ? 31 : (sizeof(TYPE) & 0x40000000 ? 30 : (sizeof(TYPE) & 0x20000000 ? 2… 366 …sizeof(TYPE) & 0x10000000 ? 28 : ( … 367 …sizeof(TYPE) & 0x08000000 ? 27 : ( … 368 …sizeof(TYPE) & 0x04000000 ? 26 : ( … 369 …sizeof(TYPE) & 0x02000000 ? 25 : ( … 370 …sizeof(TYPE) & 0x01000000 ? 24 : ( … 371 …sizeof(TYPE) & 0x00800000 ? … 373 …(sizeof(TYPE) & 0x00400000 ? 22 : ( … [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Types.def | 10 // must define the TYPE macro to make use of this information. 14 #ifndef TYPE 15 #error "Define TYPE prior to including this file!" 18 // TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) 38 TYPE("cpp-output", PP_C, INVALID, "i", phases::Compile, phases::… 39 TYPE("c", C, PP_C, "c", phases::Preprocess, phase… 40 TYPE("cl", CL, PP_CL, "cl", phases::Preprocess, phase… 41 TYPE("cl-cpp-output", PP_CL, INVALID, "cli", phases::Compile, phases::… 42 TYPE("clcpp", CLCXX, PP_CLCXX, "clcpp", phases::Preprocess, phase… 43 TYPE("clcpp-cpp-output", PP_CLCXX, INVALID, "clii", phases::Compile, phases::… [all …]
|
| /src/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86RecognizableInstr.cpp | 994 #define TYPE(str, type) \ macro 1002 TYPE("GR32", TYPE_R32) in typeFromString() 1007 TYPE("GR16", TYPE_Rv) in typeFromString() 1011 TYPE("GR32", TYPE_Rv) in typeFromString() 1013 TYPE("i16mem", TYPE_M) in typeFromString() 1014 TYPE("i16imm", TYPE_IMM) in typeFromString() 1015 TYPE("i16i8imm", TYPE_IMM) in typeFromString() 1016 TYPE("GR16", TYPE_R16) in typeFromString() 1017 TYPE("GR16orGR32orGR64", TYPE_R16) in typeFromString() 1018 TYPE("i32mem", TYPE_M) in typeFromString() [all …]
|
| /src/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatToken.h | 28 TYPE(ArrayInitializerLSquare) \ 29 TYPE(ArraySubscriptLSquare) \ 30 TYPE(AttributeColon) \ 31 TYPE(AttributeLParen) \ 32 TYPE(AttributeMacro) \ 33 TYPE(AttributeRParen) \ 34 TYPE(AttributeSquare) \ 35 TYPE(BinaryOperator) \ 36 TYPE(BitFieldColon) \ 37 TYPE(BlockComment) \ [all …]
|
| /src/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_atomic.cpp | 698 #define ATOMIC_BEGIN(TYPE_ID, OP_ID, TYPE, RET_TYPE) \ argument 700 TYPE *lhs, TYPE rhs) { \ 733 #define OP_UPDATE_CRITICAL(TYPE, OP, LCK_ID) \ argument 735 (*lhs) = (TYPE)((*lhs)OP rhs); \ 768 #define OP_UPDATE_GOMP_CRITICAL(TYPE, OP, FLAG) \ argument 771 OP_UPDATE_CRITICAL(TYPE, OP, 0); \ 776 #define OP_UPDATE_GOMP_CRITICAL(TYPE, OP, FLAG) argument 790 #define OP_CMPXCHG(TYPE, BITS, OP) \ argument 792 TYPE old_value, new_value; \ 793 old_value = *(TYPE volatile *)lhs; \ [all …]
|
| /src/crypto/openssl/crypto/pem/ |
| H A D | pem_local.h | 95 #define IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, \ argument 97 PEM_write_fnsig(name, TYPE, OUTTYPE, writename) \ 104 PEM_write_ex_fnsig(name, TYPE, OUTTYPE, writename) \ 112 #define IMPLEMENT_PEM_provided_write_cb_to(name, TYPE, type, str, asn1, \ argument 114 PEM_write_cb_fnsig(name, TYPE, OUTTYPE, writename) \ 122 PEM_write_ex_cb_fnsig(name, TYPE, OUTTYPE, writename) \ 133 #define IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1) argument 134 #define IMPLEMENT_PEM_provided_write_cb_fp(name, TYPE, type, str, asn1) argument 138 #define IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1) \ argument 139 IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, FILE, fp, write) [all …]
|
| /src/sys/sys/ |
| H A D | queue_mergesort.h | 53 #define SYSQUEUE_MERGE(sqms_list1, sqms_list2, thunk, sqms_cmp, TYPE, NAME, \ argument 56 struct TYPE *sqms_elm1; \ 57 struct TYPE *sqms_elm1_prev; \ 58 struct TYPE *sqms_elm2; \ 87 sqms_mpos, thunk, sqms_cmp, TYPE, NAME, \ argument 90 struct TYPE *sqms_curelm; \ 122 #define SYSQUEUE_MERGESORT(sqms_head, thunk, sqms_cmp, TYPE, NAME, M_HEAD, \ argument 132 M_HEAD(, TYPE) sqms_sorted = M_HEAD_INITIALIZER(sqms_sorted); \ 133 struct TYPE *sqms_elm; \ 155 TYPE, NAME, M_FIRST, M_NEXT, M_REMOVE_HEAD, \ [all …]
|
| /src/contrib/libedit/ |
| H A D | history.c | 64 #define TYPE(type) type macro 82 #define TYPE(type) type ## W macro 95 typedef int (*history_gfun_t)(void *, TYPE(HistEvent) *); 96 typedef int (*history_efun_t)(void *, TYPE(HistEvent) *, const Char *); 97 typedef void (*history_vfun_t)(void *, TYPE(HistEvent) *); 98 typedef int (*history_sfun_t)(void *, TYPE(HistEvent) *, const int); 100 struct TYPE(history) { in TYPE() function 137 static int history_setsize(TYPE(History) *, TYPE(HistEvent) *, int); 138 static int history_getsize(TYPE(History) *, TYPE(HistEvent) *); 139 static int history_setunique(TYPE(History) *, TYPE(HistEvent) *, int); [all …]
|
| /src/crypto/openssl/doc/internal/man3/ |
| H A D | OSSL_SAFE_MATH_SIGNED.pod | 16 OSSL_SAFE_MATH_SIGNED(NAME, TYPE) 17 OSSL_SAFE_MATH_UNSIGNED(NAME, TYPE) 19 TYPE safe_add_TYPE(TYPE a, TYPE b, int *err); 20 TYPE safe_sub_TYPE(TYPE a, TYPE b, int *err); 21 TYPE safe_mul_TYPE(TYPE a, TYPE b, int *err); 22 TYPE safe_div_TYPE(TYPE a, TYPE b, int *err); 23 TYPE safe_mod_TYPE(TYPE a, TYPE b, int *err); 24 TYPE safe_div_round_up_TYPE(TYPE a, TYPE b, int *err); 25 TYPE safe_muldiv_TYPE(TYPE a, TYPE b, TYPE c, int *err); 26 TYPE safe_neg_TYPE(TYPE a, int *err); [all …]
|
| H A D | OPENSSL_SA.pod | 16 SPARSE_ARRAY_OF(TYPE) 17 DEFINE_SPARSE_ARRAY_OF(TYPE) 19 SPARSE_ARRAY_OF(TYPE) *ossl_sa_TYPE_new(void); 20 void ossl_sa_TYPE_free(const SPARSE_ARRAY_OF(TYPE) *sa); 21 void ossl_sa_TYPE_free_leaves(const SPARSE_ARRAY_OF(TYPE) *sa); 22 size_t ossl_sa_TYPE_num(const SPARSE_ARRAY_OF(TYPE) *sa); 28 TYPE *ossl_sa_TYPE_get(const SPARSE_ARRAY_OF(TYPE) *sa, ossl_uintmax_t idx); 29 int ossl_sa_TYPE_set(SPARSE_ARRAY_OF(TYPE) *sa, ossl_uintmax_t idx, 30 TYPE *value); 43 B<I<TYPE>>. DEFINE_SPARSE_ARRAY_OF() creates set of functions for a sparse [all …]
|
| H A D | DEFINE_LIST_OF.pod | 21 OSSL_LIST_MEMBER(NAME, TYPE); 22 DEFINE_LIST_OF(NAME, TYPE); 46 here, B<I<TYPE>> is used as a placeholder for any datatype. Lists are intended to 51 B<I<TYPE>>. This is a structure which should be treated as opaque. 53 DEFINE_LIST_OF() creates a set of functions for a list of B<I<TYPE>> 54 elements with the name B<I<TYPE>>. The type is represented 55 by B<OSSL_LIST>(B<I<TYPE>>) and each function name begins with 56 B<ossl_list_I<TYPE>_>. The list's linkages are stored in the 57 B<OSSL_LIST_MEMBER>(B<I<TYPE>>, B<I<TYPE>>) field. 59 B<ossl_list_I<TYPE>_init>() initialises the memory pointed to by I<list> [all …]
|
| H A D | DEFINE_PRIORITY_QUEUE_OF.pod | 21 DEFINE_PRIORITY_QUEUE_OF(NAME, TYPE) 40 B<I<TYPE>> is used as a placeholder for any datatype. 43 of the specified B<I<TYPE>>. This is an opaque pointer to a structure 47 priority queue of B<I<TYPE>> elements. The type is represented by 48 B<PRIORITY_QUEUE_OF>(B<I<TYPE>>) and each function name begins with 49 B<ossl_pqueue_I<TYPE>_>. 51 B<ossl_pqueue_I<TYPE>_num>() returns the number of elements in I<pq> 54 B<ossl_pqueue_I<TYPE>_new>() allocates a new priority queue using 60 B<ossl_pqueue_I<TYPE>_free>() frees up the I<pq> structure. It does I<not> 63 B<ossl_pqueue_I<TYPE>_pop_free>() frees up all elements of I<pq> and I<pq> [all …]
|
| /src/contrib/bsnmp/snmp_ntp/ |
| H A D | NTP-PROXY-MIB.txt | 11 Integer32, IpAddress, MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, 92 ntpProxyControlTable OBJECT-TYPE 100 ntpProxyControlEntry OBJECT-TYPE 114 ntpProxyServerIPAddr OBJECT-TYPE 122 ntpProxyControlStatus OBJECT-TYPE 134 ntpProxyServerSystemTable OBJECT-TYPE 142 ntpProxyServerSystemEntry OBJECT-TYPE 169 ntpProxyServerSysLeap OBJECT-TYPE 177 ntpProxyServerSysStratum OBJECT-TYPE 185 ntpProxyServerSysPrecision OBJECT-TYPE [all …]
|
| /src/usr.sbin/bsnmpd/modules/snmp_pf/ |
| H A D | BEGEMOT-PF-MIB.txt | 13 MODULE-IDENTITY, OBJECT-TYPE, Counter64, Integer32, 73 pfStatusRunning OBJECT-TYPE 81 pfStatusRuntime OBJECT-TYPE 93 pfStatusDebug OBJECT-TYPE 101 pfStatusHostId OBJECT-TYPE 115 pfCounterMatch OBJECT-TYPE 123 pfCounterBadOffset OBJECT-TYPE 131 pfCounterFragment OBJECT-TYPE 139 pfCounterShort OBJECT-TYPE 147 pfCounterNormalize OBJECT-TYPE [all …]
|
| /src/sys/contrib/edk2/Include/ |
| H A D | Base.h | 589 …e VA_ARG(Marker, TYPE) (*(TYPE *) ((Marker += _INT_SIZE_OF (TYPE) + ((-(INTN)Marker) & (si… argument 611 …VA_ARG(Marker, TYPE) ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN))… argument 630 …VA_ARG(Marker, TYPE) ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN))… argument 679 #define VA_ARG(Marker, TYPE) (*(TYPE *) ((Marker += _INT_SIZE_OF (TYPE)) - _INT_SIZE_OF (TYPE))) argument 720 #define _BASE_INT_SIZE_OF(TYPE) ((sizeof (TYPE) + sizeof (UINTN) - 1) / sizeof (UINTN)) argument 738 #define BASE_ARG(Marker, TYPE) (*(TYPE *) ((Marker += _BASE_INT_SIZE_OF (TYPE)) - _BASE_INT_SIZE_O… argument 754 #define OFFSET_OF(TYPE, Field) ((UINTN) __builtin_offsetof(TYPE, Field)) argument 758 #define OFFSET_OF(TYPE, Field) ((UINTN) &(((TYPE *)0)->Field)) argument 772 #define ALIGNOF(TYPE) alignof (TYPE) argument 778 #define ALIGNOF(TYPE) _Alignof (TYPE) argument [all …]
|
| /src/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), 100 : Op<opCode, (outs ID:$dst), (ins TYPE:$src_ty, CID:$src), 101 … "$dst = "#name#" $src_ty $src", [(set ID:$dst, (assigntype (node CID:$src), TYPE:$src_ty))]>; [all …]
|
| /src/crypto/openssl/external/perl/Text-Template-1.56/t/ |
| H A D | taint.t | 76 should_fail TYPE => 'file', SOURCE => $tfile; 77 should_fail TYPE => 'file', SOURCE => $tfile, UNTAINT => 1; 78 should_fail TYPE => 'file', SOURCE => $file; 79 should_work TYPE => 'file', SOURCE => $file, UNTAINT => 1; 83 should_fail TYPE => 'filehandle', SOURCE => $fh; 87 should_work TYPE => 'filehandle', SOURCE => $fh, UNTAINT => 1; 95 should_fail TYPE => 'string', SOURCE => $ttemplate; 96 should_fail TYPE => 'string', SOURCE => $ttemplate, UNTAINT => 1; 97 should_work TYPE => 'string', SOURCE => $template; 98 should_work TYPE => 'string', SOURCE => $template, UNTAINT => 1; [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrArithmetic.td | 89 class MxBiArOp_R_RR_EAd<string MN, SDNode NODE, MxType TYPE, bits<4> CMD> 90 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.ROp:$opd), 91 MN#"."#TYPE.Prefix#"\t$opd, $dst", 92 [(set TYPE.VT:$dst, CCR, (NODE TYPE.VT:$src, TYPE.VT:$opd))]> { 95 !cast<MxOpModeEncoding>("MxOpMode"#TYPE.Size#"_EA_"#TYPE.RLet).Value, 102 class MxBiArOp_R_RM<string MN, SDNode NODE, MxType TYPE, MxOperand OPD, ComplexPattern PAT, 104 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, OPD:$opd), 105 MN#"."#TYPE.Prefix#"\t$opd, $dst", 106 [(set TYPE.VT:$dst, CCR, (NODE TYPE.VT:$src, (TYPE.Load PAT:$opd)))]> { 109 !cast<MxOpModeEncoding>("MxOpMode"#TYPE.Size#"_"#TYPE.RLet#"_EA").Value, [all …]
|
| /src/lib/libc/tests/gen/ |
| H A D | limits_test.c | 16 #define CHECK_STYPE(type, TYPE) \ argument 17 static_assert(sizeof(type) * CHAR_BIT == TYPE ## _WIDTH, \ 18 __XSTRING(TYPE) "_WIDTH wrongly defined"); \ 19 static_assert((1ULL << (TYPE ## _WIDTH - 1)) - 1 == TYPE ## _MAX, \ 20 __XSTRING(TYPE) "_MAX wrongly defined"); \ 21 static_assert(TYPE ## _MIN == -TYPE ## _MAX - 1, \ 22 __XSTRING(TYPE) "_MIN wrongly defined") 23 #define CHECK_UTYPE(type, TYPE) \ argument 24 static_assert(sizeof(type) * CHAR_BIT == TYPE ## _WIDTH, \ 25 __XSTRING(TYPE) "_WIDTH wrongly defined"); \ [all …]
|
| /src/sys/amd64/include/ |
| H A D | atomic.h | 113 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument 115 atomic_##NAME##_##TYPE(volatile u_##TYPE *p, u_##TYPE v)\ 124 atomic_##NAME##_barr_##TYPE(volatile u_##TYPE *p, u_##TYPE v)\ 148 #define ATOMIC_CMPSET(TYPE) \ argument 150 atomic_cmpset_##TYPE(volatile u_##TYPE *dst, u_##TYPE expect, u_##TYPE src) \ 156 "# atomic_cmpset_" #TYPE " " \ 166 atomic_fcmpset_##TYPE(volatile u_##TYPE *dst, u_##TYPE *expect, u_##TYPE src) \ 172 "# atomic_fcmpset_" #TYPE " " \ 305 #define ATOMIC_LOAD(TYPE) \ argument 306 static __inline u_##TYPE \ [all …]
|
| /src/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | BEGEMOT-WIRELESS-MIB.txt | 32 MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, 261 wlanInterfaceTable OBJECT-TYPE 270 wlanInterfaceEntry OBJECT-TYPE 291 wlanIfaceIndex OBJECT-TYPE 299 wlanIfaceName OBJECT-TYPE 307 wlanParentIfName OBJECT-TYPE 316 wlanIfaceOperatingMode OBJECT-TYPE 334 wlanIfaceFlags OBJECT-TYPE 346 wlanIfaceBssid OBJECT-TYPE 355 wlanIfaceLocalAddress OBJECT-TYPE [all …]
|
| /src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | allocator_config_wrapper.h | 47 #define OPTIONAL_TEMPLATE(TYPE, NAME, DEFAULT, MEMBER) \ 48 template <typename Config, typename = TYPE> struct NAME##State { \ 49 static constexpr removeConst<TYPE>::type getValue() { return DEFAULT; } \ 53 Config, typename assertSameType<decltype(Config::MEMBER), TYPE>::type> { \ 54 static constexpr removeConst<TYPE>::type getValue() { \ 75 #define BASE_OPTIONAL(TYPE, NAME, DEFAULT) \ 76 OPTIONAL_TEMPLATE(TYPE, NAME, DEFAULT, NAME) \ 77 static constexpr removeConst<TYPE>::type get##NAME() { \ 94 #define PRIMARY_REQUIRED(TYPE, NAME) \ 95 static constexpr removeConst<TYPE>::type get##NAME() { \ [all …]
|