Home
last modified time | relevance | path

Searched refs:TYPE (Results 1 – 25 of 1751) sorted by relevance

12345678910>>...71

/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dinline.h26 #define STATIC(TYPE) static TYPE argument
33 # define INLINE_PSIM_ENDIAN(TYPE) ATTRIBUTE_UNUSED static INLINE TYPE argument
34 # define EXTERN_PSIM_ENDIAN(TYPE) ATTRIBUTE_UNUSED static TYPE argument
36 # define INLINE_PSIM_ENDIAN(TYPE) ATTRIBUTE_UNUSED static TYPE argument
37 # define EXTERN_PSIM_ENDIAN(TYPE) ATTRIBUTE_UNUSED static TYPE argument
40 # define INLINE_PSIM_ENDIAN(TYPE) TYPE argument
41 # define EXTERN_PSIM_ENDIAN(TYPE) TYPE argument
45 # define STATIC_INLINE_PSIM_ENDIAN(TYPE) static INLINE TYPE argument
47 # define STATIC_INLINE_PSIM_ENDIAN(TYPE) static TYPE argument
55 # define INLINE_BITS(TYPE) ATTRIBUTE_UNUSED static INLINE TYPE argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/
H A Dhardfp.c29 TYPE FUNC (TYPE x, TYPE y) { return x + y; } in FUNC()
31 TYPE FUNC (TYPE x, TYPE y) { return x - y; } in FUNC()
33 TYPE FUNC (TYPE x) { return -x; } in FUNC()
35 TYPE FUNC (TYPE x, TYPE y) { return x * y; } in FUNC()
37 TYPE FUNC (TYPE x, TYPE y) { return x / y; } in FUNC()
39 int FUNC (TYPE x, TYPE y) { return x == y ? 0 : 1; } in FUNC()
41 int FUNC (TYPE x, TYPE y) { return x >= y ? 0 : -1; } in FUNC()
43 int FUNC (TYPE x, TYPE y) { return x > y ? 1 : 0; } in FUNC()
45 int FUNC (TYPE x, TYPE y) { return x <= y ? 0 : 1; } in FUNC()
47 int FUNC (TYPE x, TYPE y) { return x < y ? -1 : 0; } in FUNC()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/
H A Dhardfp.c29 TYPE FUNC (TYPE x, TYPE y) { return x + y; } in FUNC()
31 TYPE FUNC (TYPE x, TYPE y) { return x - y; } in FUNC()
33 TYPE FUNC (TYPE x) { return -x; } in FUNC()
35 TYPE FUNC (TYPE x, TYPE y) { return x * y; } in FUNC()
37 TYPE FUNC (TYPE x, TYPE y) { return x / y; } in FUNC()
39 int FUNC (TYPE x, TYPE y) { return x == y ? 0 : 1; } in FUNC()
41 int FUNC (TYPE x, TYPE y) { return x >= y ? 0 : -1; } in FUNC()
43 int FUNC (TYPE x, TYPE y) { return x > y ? 1 : 0; } in FUNC()
45 int FUNC (TYPE x, TYPE y) { return x <= y ? 0 : 1; } in FUNC()
47 int FUNC (TYPE x, TYPE y) { return x < y ? -1 : 0; } in FUNC()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dfreebsd-atomic.c59 #define SYNC_LOCK_TEST_AND_SET_N(N, TYPE, LDR, STR) \ argument
60 TYPE HIDDEN \
61 __sync_lock_test_and_set_##N (TYPE *mem, TYPE val) \
88 #define SYNC_LOCK_RELEASE_N(N, TYPE) \ argument
90 __sync_lock_release_##N (TYPE *ptr) \
98 #define SYNC_VAL_CAS_N(N, TYPE, LDR, STREQ) \ argument
99 TYPE HIDDEN \
100 __sync_val_compare_and_swap_##N (TYPE *mem, TYPE expected, \
101 TYPE desired) \
132 #define SYNC_BOOL_CAS_N(N, TYPE) \ argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dfreebsd-atomic.c59 #define SYNC_LOCK_TEST_AND_SET_N(N, TYPE, LDR, STR) \ argument
60 TYPE HIDDEN \
61 __sync_lock_test_and_set_##N (TYPE *mem, TYPE val) \
88 #define SYNC_LOCK_RELEASE_N(N, TYPE) \ argument
90 __sync_lock_release_##N (TYPE *ptr) \
98 #define SYNC_VAL_CAS_N(N, TYPE, LDR, STREQ) \ argument
99 TYPE HIDDEN \
100 __sync_val_compare_and_swap_##N (TYPE *mem, TYPE expected, \
101 TYPE desired) \
132 #define SYNC_BOOL_CAS_N(N, TYPE) \ argument
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_bind_domain_templ.c20 static __isl_give TYPE *FN(TYPE,merge_param)(__isl_take TYPE *obj, int i, in FN() argument
28 space = FN(TYPE,get_domain_space)(obj); in FN()
34 obj = FN(TYPE,pullback_multi_aff)(obj, ma); in FN()
35 space = FN(TYPE,get_domain_space)(obj); in FN()
36 obj = FN(TYPE,drop_dims)(obj, isl_dim_in, i, 1); in FN()
37 obj = FN(TYPE,move_dims)(obj, isl_dim_in, i, isl_dim_param, param, 1); in FN()
39 obj = FN(TYPE,reset_domain_space)(obj, space); in FN()
51 static __isl_give TYPE *FN(TYPE,equate_initial_params)(__isl_take TYPE *obj, in FN() argument
59 return FN(TYPE,free)(obj); in FN()
66 return FN(TYPE,free)(obj); in FN()
[all …]
H A Disl_power_templ.c3 #define xFN(TYPE,NAME) TYPE ## _ ## NAME argument
4 #define FN(TYPE,NAME) xFN(TYPE,NAME) argument
15 static __isl_give TYPE *FN(TYPE,fixed_power_apply)(__isl_take TYPE *map1, in FN() argument
16 __isl_keep TYPE *map2) in FN()
18 TYPE *res; in FN()
20 res = FN(TYPE,apply_range)(map1, FN(TYPE,copy)(map2)); in FN()
21 res = FN(TYPE,detect_equalities)(res); in FN()
22 res = FN(TYPE,coalesce)(res); in FN()
31 __isl_give TYPE *FN(TYPE,fixed_power)(__isl_take TYPE *map, isl_int exp) in FN() argument
34 TYPE *res = NULL; in FN()
[all …]
H A Disl_domain_factor_templ.c11 #define xFN(TYPE,NAME) TYPE ## _ ## NAME argument
12 #define FN(TYPE,NAME) xFN(TYPE,NAME) argument
17 static __isl_give TYPE *FN(TYPE,drop_domain)(__isl_take TYPE *obj, in FN() argument
22 involves = FN(TYPE,involves_dims)(obj, isl_dim_in, first, n); in FN()
24 return FN(TYPE,free)(obj); in FN()
26 isl_die(FN(TYPE,get_ctx)(obj), isl_error_invalid, in FN()
28 return FN(TYPE,free)(obj)); in FN()
29 return FN(TYPE,drop_dims)(obj, isl_dim_in, first, n); in FN()
34 static isl_stat FN(TYPE,check_domain_product)(__isl_keep TYPE *obj) in FN() argument
38 is_product = FN(TYPE,domain_is_product)(obj); in FN()
[all …]
H A Disl_ilp_opt_multi_val_templ.c10 #define xFN(TYPE,NAME) TYPE ## _ ## NAME argument
11 #define FN(TYPE,NAME) xFN(TYPE,NAME) argument
22 static __isl_give isl_multi_val *FN(TYPE,opt_multi_val)(__isl_take TYPE *f, in FN() argument
30 n = FN(TYPE,dim)(f, isl_dim_out); in FN()
32 f = FN(TYPE,free)(f); in FN()
36 space = isl_space_range(FN(TYPE,get_space)(f)); in FN()
44 pa = FN(TYPE,get_pw_aff)(f, i); in FN()
49 FN(TYPE,free)(f); in FN() local
60 __isl_give isl_multi_val *FN(TYPE,min_multi_val)(__isl_take TYPE *f) in FN() argument
62 return FN(TYPE,opt_multi_val)(f, 0); in FN()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DDEFINE_STACK_OF.pod29 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 Dd2i_RSAPrivateKey.pod75 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 …]
/netbsd-src/tests/lib/libc/atomic/
H A Dt___sync_compare_and_swap.c50 #define atf_sync_bool(NAME, TYPE, FMT) \ argument
58 volatile TYPE val; \
59 TYPE oldval; \
60 TYPE newval; \
61 TYPE expval; \
65 val = (TYPE)OLDVAL; \
66 oldval = (TYPE)OLDVAL; \
67 newval = (TYPE)NEWVAL; \
68 expval = (TYPE)NEWVAL; \
76 val = (TYPE)OLDVAL; \
[all …]
H A Dt___sync_or.c51 #define atf_sync_prefetch(NAME, TYPE, FMT) \ argument
59 volatile TYPE val; \
60 TYPE src; \
61 TYPE res; \
62 TYPE expval; \
63 TYPE expres; \
64 val = (TYPE)DST; \
65 src = (TYPE)SRC; \
66 expval = (TYPE)EXPECT; \
67 expres = (TYPE)DST; \
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp855 #define TYPE(str, type) if (s == str) return type; macro
862 TYPE("GR32", TYPE_R32) in typeFromString()
867 TYPE("GR16", TYPE_Rv) in typeFromString()
871 TYPE("GR32", TYPE_Rv) in typeFromString()
873 TYPE("i16mem", TYPE_M) in typeFromString()
874 TYPE("i16imm", TYPE_IMM) in typeFromString()
875 TYPE("i16i8imm", TYPE_IMM) in typeFromString()
876 TYPE("GR16", TYPE_R16) in typeFromString()
877 TYPE("GR16orGR32orGR64", TYPE_R16) in typeFromString()
878 TYPE("i32mem", TYPE_M) in typeFromString()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-x86.h34 #define X86_64_PCREL_TYPE_P(TYPE) \ argument
35 ((TYPE) == R_X86_64_PC8 \
36 || (TYPE) == R_X86_64_PC16 \
37 || (TYPE) == R_X86_64_PC32 \
38 || (TYPE) == R_X86_64_PC32_BND \
39 || (TYPE) == R_X86_64_PC64)
40 #define I386_PCREL_TYPE_P(TYPE) ((TYPE) == R_386_PC32) argument
41 #define X86_PCREL_TYPE_P(IS_X86_64, TYPE) \ argument
42 ((IS_X86_64) ? X86_64_PCREL_TYPE_P (TYPE) : I386_PCREL_TYPE_P (TYPE))
44 #define X86_64_SIZE_TYPE_P(TYPE) \ argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DTypes.def10 // 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_C, "cl", phases::Preprocess, phase…
41 TYPE("clcpp", CLCXX, PP_CXX, "clcpp", phases::Preprocess, phase…
42 TYPE("cuda-cpp-output", PP_CUDA, INVALID, "cui", phases::Compile, phases::…
43 TYPE("cuda", CUDA, PP_CUDA, "cu", phases::Preprocess, phase…
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h29 TYPE(ArrayInitializerLSquare) \
30 TYPE(ArraySubscriptLSquare) \
31 TYPE(AttributeColon) \
32 TYPE(AttributeMacro) \
33 TYPE(AttributeParen) \
34 TYPE(AttributeSquare) \
35 TYPE(BinaryOperator) \
36 TYPE(BitFieldColon) \
37 TYPE(BlockComment) \
38 TYPE(CastRParen) \
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dmvbits.c36 extern void SUB_NAME (const TYPE *, const int *, const int *, TYPE *,
41 SUB_NAME (const TYPE *from, const int *frompos, const int *len, TYPE *to, in SUB_NAME()
44 TYPE oldbits, newbits, lenmask; in SUB_NAME()
46 lenmask = (*len == sizeof (TYPE)*8) ? ~(TYPE)0 : ((TYPE)1 << *len) - 1; in SUB_NAME()
55 # define TYPE GFC_INTEGER_1 macro
60 # undef TYPE
63 # define TYPE GFC_INTEGER_2 macro
68 # undef TYPE
71 # define TYPE GFC_INTEGER_4 macro
76 # undef TYPE
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dmvbits.c36 extern void SUB_NAME (const TYPE *, const int *, const int *, TYPE *,
41 SUB_NAME (const TYPE *from, const int *frompos, const int *len, TYPE *to, in SUB_NAME()
44 TYPE oldbits, newbits, lenmask; in SUB_NAME()
46 lenmask = (*len == sizeof (TYPE)*8) ? ~(TYPE)0 : ((TYPE)1 << *len) - 1; in SUB_NAME()
55 # define TYPE GFC_INTEGER_1 macro
60 # undef TYPE
63 # define TYPE GFC_INTEGER_2 macro
68 # undef TYPE
71 # define TYPE GFC_INTEGER_4 macro
76 # undef TYPE
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pem/
H A Dpem_local.h96 # define IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, \ argument
98 PEM_write_fnsig(name, TYPE, OUTTYPE, writename) \
105 PEM_write_ex_fnsig(name, TYPE, OUTTYPE, writename) \
114 # define IMPLEMENT_PEM_provided_write_cb_to(name, TYPE, type, str, asn1, \ argument
116 PEM_write_cb_fnsig(name, TYPE, OUTTYPE, writename) \
124 PEM_write_ex_cb_fnsig(name, TYPE, OUTTYPE, writename) \
135 # define IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1) argument
136 # define IMPLEMENT_PEM_provided_write_cb_fp(name, TYPE, type, str, asn1) argument
140 # define IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1) \ argument
141 IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, FILE, fp, write)
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfxx-x86.h35 #define X86_64_PCREL_TYPE_P(TYPE) \ argument
36 ((TYPE) == R_X86_64_PC8 \
37 || (TYPE) == R_X86_64_PC16 \
38 || (TYPE) == R_X86_64_PC32 \
39 || (TYPE) == R_X86_64_PC64)
40 #define I386_PCREL_TYPE_P(TYPE) ((TYPE) == R_386_PC32) argument
41 #define X86_PCREL_TYPE_P(IS_X86_64, TYPE) \ argument
42 ((IS_X86_64) ? X86_64_PCREL_TYPE_P (TYPE) : I386_PCREL_TYPE_P (TYPE))
44 #define X86_64_SIZE_TYPE_P(TYPE) \ argument
45 ((TYPE) == R_X86_64_SIZE32 || (TYPE) == R_X86_64_SIZE64)
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Darray.h15 template <typename TYPE>
21 DArray<TYPE> data;
23 TYPE smallarray[SMALLARRAYCAP]; // inline storage for small arrays
68 void push(TYPE ptr) in push()
95 data.ptr = (TYPE *)mem.xmalloc(data.length * sizeof(TYPE)); in reserve()
101 data.ptr = (TYPE *)mem.xmalloc(data.length * sizeof(TYPE)); in reserve()
102 memcpy(data.ptr, &smallarray[0], length * sizeof(TYPE)); in reserve()
112 data.ptr = (TYPE *)mem.xrealloc(data.ptr, data.length * sizeof(TYPE)); in reserve()
120 memmove(data.ptr + i, data.ptr + i + 1, (length - i - 1) * sizeof(TYPE)); in remove()
131 memmove(data.ptr + index + d, data.ptr + index, (length - index) * sizeof(TYPE)); in insert()
[all …]
/netbsd-src/lib/libedit/
H A Dhistory.c64 #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 …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dsync.c73 #define DEFINE_V_PV(NAME, UNITS, TYPE) \ argument
74 TYPE \
75 __##NAME##_##UNITS (TYPE *ptr, TYPE value) \
80 #define DEFINE_V_PVV(NAME, UNITS, TYPE) \ argument
81 TYPE \
82 __##NAME##_##UNITS (TYPE *ptr, TYPE value1, TYPE value2) \
87 #define DEFINE_BOOL_PVV(NAME, UNITS, TYPE) \ argument
89 __##NAME##_##UNITS (TYPE *ptr, TYPE value1, TYPE value2) \
117 #define DEFINE1(NAME, UNITS, TYPE) \ argument
118 static int unused[sizeof (TYPE) == UNITS ? 1 : -1] \
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dsync.c73 #define DEFINE_V_PV(NAME, UNITS, TYPE) \ argument
74 TYPE \
75 __##NAME##_##UNITS (TYPE *ptr, TYPE value) \
80 #define DEFINE_V_PVV(NAME, UNITS, TYPE) \ argument
81 TYPE \
82 __##NAME##_##UNITS (TYPE *ptr, TYPE value1, TYPE value2) \
87 #define DEFINE_BOOL_PVV(NAME, UNITS, TYPE) \ argument
89 __##NAME##_##UNITS (TYPE *ptr, TYPE value1, TYPE value2) \
117 #define DEFINE1(NAME, UNITS, TYPE) \ argument
118 static int unused[sizeof (TYPE) == UNITS ? 1 : -1] \
[all …]

12345678910>>...71