| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | inline.h | 26 #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/gdb/dist/sim/common/ |
| D | sim-inline.h | 349 # define INLINE_SIM_ARANGE(TYPE) static INLINE UNUSED TYPE argument 352 # define INLINE_SIM_ARANGE(TYPE) static UNUSED TYPE argument 356 # define INLINE_SIM_ARANGE(TYPE) TYPE argument 361 # define STATIC_INLINE_SIM_ARANGE(TYPE) static INLINE TYPE argument 363 # define STATIC_INLINE_SIM_ARANGE(TYPE) static TYPE argument 366 #define STATIC_SIM_ARANGE(TYPE) static TYPE argument 387 # define INLINE_SIM_BITS(TYPE) static INLINE UNUSED TYPE argument 390 # define INLINE_SIM_BITS(TYPE) static UNUSED TYPE argument 394 # define INLINE_SIM_BITS(TYPE) TYPE argument 399 # define STATIC_INLINE_SIM_BITS(TYPE) static INLINE TYPE argument [all …]
|
| D | sim-utils.h | 29 #define ZALLOC(TYPE) (TYPE*)zalloc(sizeof (TYPE)) argument 30 #define NZALLOC(TYPE,N) (TYPE*)zalloc(sizeof (TYPE) * (N)) argument
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/ |
| D | hardfp.c | 29 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/sys/sys/ |
| D | container_of.h | 57 #define __validate_container_of(PTR, TYPE, FIELD) 0 argument 58 #define __validate_const_container_of(PTR, TYPE, FIELD) 0 argument 60 #define __validate_container_of(PTR, TYPE, FIELD) \ argument 61 (0 * sizeof((PTR) - &((TYPE *)(((char *)(PTR)) - \ 62 offsetof(TYPE, FIELD)))->FIELD)) 63 #define __validate_const_container_of(PTR, TYPE, FIELD) \ argument 64 (0 * sizeof((PTR) - &((const TYPE *)(((const char *)(PTR)) - \ 65 offsetof(TYPE, FIELD)))->FIELD)) 68 #define container_of(PTR, TYPE, FIELD) \ argument 69 ((TYPE *)(((char *)(PTR)) - offsetof(TYPE, FIELD)) \ [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/pem/ |
| D | pem_local.h | 96 # 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/gdb/dist/bfd/ |
| D | elfxx-x86.h | 35 #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/binutils/dist/bfd/ |
| D | elfxx-x86.h | 35 #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/lib/libedit/ |
| 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 …]
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | sync.c | 73 #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/gcc/objc/ |
| D | objc-act.h | 227 #define TYPE_OBJC_INFO(TYPE) TYPE_LANG_SPECIFIC (TYPE)->objc_info argument 234 #define TYPE_HAS_OBJC_INFO(TYPE) \ argument 235 (TYPE_LANG_SPECIFIC (TYPE) && TYPE_OBJC_INFO (TYPE)) 236 #define TYPE_OBJC_INTERFACE(TYPE) TREE_VEC_ELT (TYPE_OBJC_INFO (TYPE), 0) argument 237 #define TYPE_OBJC_PROTOCOL_LIST(TYPE) TREE_VEC_ELT (TYPE_OBJC_INFO (TYPE), 1) argument 240 #define INIT_TYPE_OBJC_INFO(TYPE) \ argument 243 if (!TYPE_LANG_SPECIFIC (TYPE)) \ 244 ALLOC_OBJC_TYPE_LANG_SPECIFIC(TYPE); \ 245 if (!TYPE_OBJC_INFO (TYPE)) \ 246 TYPE_OBJC_INFO (TYPE) \ [all …]
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| D | certificate.asn1 | 72 nullOid OBJECT-TYPE 78 nullOid2 OBJECT-TYPE 84 nullOid3 OBJECT-TYPE 90 printableStringOid OBJECT-TYPE 96 printableStringOid2 OBJECT-TYPE 102 printableStringOid3 OBJECT-TYPE 108 printableStringOid4 OBJECT-TYPE 114 printableStringOid5 OBJECT-TYPE 120 printableStringOid6 OBJECT-TYPE 126 printableStringOid7 OBJECT-TYPE [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | cmp_ctx_test.c | 336 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \ argument 342 int (*set_fn)(CMP_CTX *ctx, TYPE) = \ 343 (int (*)(CMP_CTX *ctx, TYPE))PREFIX##_##SETN##_##FIELD; \ 345 TYPE (*get_fn)(const CMP_CTX *ctx) = OSSL_CMP_CTX_##GETN##_##FIELD; \ 346 TYPE val1_to_free = NEW; \ 347 TYPE val1 = val1_to_free; \ 348 TYPE val1_read = 0; /* 0 works for any type */ \ 349 TYPE val2_to_free = NEW; \ 350 TYPE val2 = val2_to_free; \ 351 TYPE val2_read = 0; \ [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | ansidecl.h | 311 #define ENUM_BITFIELD(TYPE) enum TYPE argument 313 #define ENUM_BITFIELD(TYPE) __extension__ enum TYPE 315 #define ENUM_BITFIELD(TYPE) unsigned int 341 #define DISABLE_COPY_AND_ASSIGN(TYPE) \ argument 342 TYPE (const TYPE&) = delete; \ 343 void operator= (const TYPE &) = delete 345 #define DISABLE_COPY_AND_ASSIGN(TYPE) \ 346 TYPE (const TYPE&); \ 347 void operator= (const TYPE &)
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | ansidecl.h | 311 #define ENUM_BITFIELD(TYPE) enum TYPE argument 313 #define ENUM_BITFIELD(TYPE) __extension__ enum TYPE 315 #define ENUM_BITFIELD(TYPE) unsigned int 341 #define DISABLE_COPY_AND_ASSIGN(TYPE) \ argument 342 TYPE (const TYPE&) = delete; \ 343 void operator= (const TYPE &) = delete 345 #define DISABLE_COPY_AND_ASSIGN(TYPE) \ 346 TYPE (const TYPE&); \ 347 void operator= (const TYPE &)
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | ansidecl.h | 352 #define ENUM_BITFIELD(TYPE) enum TYPE argument 354 #define ENUM_BITFIELD(TYPE) __extension__ enum TYPE 356 #define ENUM_BITFIELD(TYPE) unsigned int 423 #define DISABLE_COPY_AND_ASSIGN(TYPE) \ argument 424 TYPE (const TYPE&) = delete; \ 425 void operator= (const TYPE &) = delete 427 #define DISABLE_COPY_AND_ASSIGN(TYPE) \ 428 TYPE (const TYPE&); \ 429 void operator= (const TYPE &)
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | callfuncs.c | 446 #define DEF_FUNC_MANY_ARGS_1(TYPE, NAME) \ argument 449 TYPE _Complex f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, \ 452 #define DEF_FUNC_MANY_ARGS_2(TYPE, NAME) \ argument 453 t_##NAME##_complex_many_args (TYPE _Complex f1, TYPE _Complex f2, \ 454 TYPE _Complex f3, TYPE _Complex f4, \ 455 TYPE _Complex f5, TYPE _Complex f6, \ 456 TYPE _Complex f7, TYPE _Complex f8, \ 457 TYPE _Complex f9, TYPE _Complex f10, \ 458 TYPE _Complex f11, TYPE _Complex f12, \ 459 TYPE _Complex f13, TYPE _Complex f14, \ [all …]
|
| D | return-nodebug.c | 19 #define TYPE long long macro 21 #define TYPE signed char macro 23 #define TYPE TYPE_NOSPACE macro 26 extern TYPE func (void); 33 TYPE t;
|
| /netbsd/src/sys/arch/hpc/stand/dspgen/ |
| D | Makefile | 6 TYPE=application sh gen_template.sh vc5 SH MIPS 7 TYPE=static_library sh gen_template.sh vc5 SH MIPS 10 TYPE=application sh gen_template.sh vc6 $(BUILD_ARCH) 11 TYPE=static_library sh gen_template.sh vc6 $(BUILD_ARCH) 14 TYPE=application sh gen_template.sh evc3 $(BUILD_ARCH) 15 TYPE=static_library sh gen_template.sh evc3 $(BUILD_ARCH) 19 TYPE=application sh gen_template.sh evc4 ARMV4 SH3 SH4 20 TYPE=static_library sh gen_template.sh evc4 ARMV4 SH3 SH4
|
| /netbsd/src/external/bsd/ntp/dist/ntpsnmpd/ |
| D | ntpv4-mib.mib | 22 MODULE-IDENTITY, OBJECT-TYPE , mib-2, Integer32, NOTIFICATION-TYPE, 125 ntpEntSoftwareName OBJECT-TYPE 133 ntpEntSoftwareVersion OBJECT-TYPE 142 ntpEntSoftwareVendor OBJECT-TYPE 150 ntpEntSystemType OBJECT-TYPE 160 ntpEntTimeResolution OBJECT-TYPE 170 ntpEntTimePrecision OBJECT-TYPE 179 ntpEntTimeDistance OBJECT-TYPE 192 ntpEntStatusCurrentMode OBJECT-TYPE 223 ntpEntStatusStratum OBJECT-TYPE [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | sort.cc | 83 #define REORDER_23(TYPE, STRIDE, OFFSET) \ in reorder23() argument 85 TYPE t0, t1; \ in reorder23() 86 memcpy (&t0, e0 + OFFSET, sizeof (TYPE)); \ in reorder23() 87 memcpy (&t1, e1 + OFFSET, sizeof (TYPE)); \ in reorder23() 90 memmove (out + 2*STRIDE, e2 + OFFSET, sizeof (TYPE));\ in reorder23() 91 memcpy (out, &t0, sizeof (TYPE)); out += STRIDE; \ in reorder23() 92 memcpy (out, &t1, sizeof (TYPE)); \ in reorder23() 114 #define REORDER_45(TYPE, STRIDE, OFFSET) \ in reorder45() argument 116 TYPE t0, t1, t2, t3; \ in reorder45() 117 memcpy (&t0, e0 + OFFSET, sizeof (TYPE)); \ in reorder45() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | taskloop.c | 37 TYPE start, TYPE end, TYPE step) in GOMP_taskloop() 59 struct gomp_data_head { TYPE t1, t2; uintptr_t *ptr; }; in GOMP_taskloop() 69 TYPE s = step; in GOMP_taskloop() 99 TYPE task_step = step; in GOMP_taskloop() 100 TYPE nfirst_task_step = step; in GOMP_taskloop() 117 task_step = (TYPE) grainsize * step; in GOMP_taskloop() 121 nfirst_task_step = (TYPE) mod * step; in GOMP_taskloop() 140 task_step = (TYPE) grainsize * step; in GOMP_taskloop() 152 task_step = (TYPE) div * step; in GOMP_taskloop() 171 task_step = (TYPE) div * step; in GOMP_taskloop() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/ |
| D | arc.h | 215 #define PROMOTE_MODE(MODE,UNSIGNEDP,TYPE) \ argument 257 #define ADJUST_FIELD_ALIGN(FIELD, TYPE, COMPUTED) \ argument 258 (TYPE_MODE (strip_array_types (TYPE)) == DFmode \ 275 #define LOCAL_ALIGNMENT(TYPE, ALIGN) \ argument 276 (TREE_CODE (TYPE) == ARRAY_TYPE \ 277 && TYPE_MODE (TREE_TYPE (TYPE)) == QImode \ 280 #define DATA_ALIGNMENT(TYPE, ALIGN) \ argument 281 (TREE_CODE (TYPE) == ARRAY_TYPE \ 282 && TYPE_MODE (TREE_TYPE (TYPE)) == QImode \ 731 #define ROUND_ADVANCE_ARG(MODE, TYPE) \ argument [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | amo.h | 60 #define _AMO_LD_SIMPLE(NAME, TYPE, OPCODE, FC) \ argument 61 static __inline__ TYPE \ 62 NAME (TYPE *_PTR, TYPE _VALUE) \ 65 TYPE _RET; \ 120 #define _AMO_ST_SIMPLE(NAME, TYPE, OPCODE, FC) \ argument 122 NAME (TYPE *_PTR, TYPE _VALUE) \
|
| /netbsd/src/external/gpl3/gdb/dist/sim/igen/ |
| D | misc.h | 78 #define ZALLOC(TYPE) ((TYPE*) zalloc (sizeof(TYPE))) argument 79 #define NZALLOC(TYPE,N) ((TYPE*) zalloc (sizeof(TYPE) * (N))) argument
|