/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | stdatomic.h | 82 #define atomic_init(PTR, VAL) \ argument 121 #define atomic_store_explicit(PTR, VAL, MO) \ argument 129 #define atomic_store(PTR, VAL) \ argument 133 #define atomic_load_explicit(PTR, MO) \ argument 142 #define atomic_load(PTR) atomic_load_explicit (PTR, __ATOMIC_SEQ_CST) argument 145 #define atomic_exchange_explicit(PTR, VAL, MO) \ argument 156 #define atomic_exchange(PTR, VAL) \ argument 160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument 171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument 175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | stdatomic.h | 82 #define atomic_init(PTR, VAL) \ argument 121 #define atomic_store_explicit(PTR, VAL, MO) \ argument 129 #define atomic_store(PTR, VAL) \ argument 133 #define atomic_load_explicit(PTR, MO) \ argument 142 #define atomic_load(PTR) atomic_load_explicit (PTR, __ATOMIC_SEQ_CST) argument 145 #define atomic_exchange_explicit(PTR, VAL, MO) \ argument 156 #define atomic_exchange(PTR, VAL) \ argument 160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument 171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument 175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument [all …]
|
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
H A D | putenv.c | 31 typedef void *PTR; typedef 34 typedef char *PTR; typedef
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | gas.h | 72 #define ASM_OUTPUT_OPCODE(STREAM, PTR) \ argument
|
H A D | att.h | 41 #define ASM_OUTPUT_ASCII(FILE, PTR, SIZE) \ argument
|
/netbsd-src/sys/external/bsd/drm2/include/linux/ |
H A D | kfifo.h | 144 #define kfifo_out_peek(FIFO, PTR, SIZE) \ argument 179 #define kfifo_out(FIFO, PTR, SIZE) \ argument 217 #define kfifo_in(FIFO, PTR, SIZE) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | random.c | 71 # define PTR void * macro 76 # define PTR char * macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | random.c | 71 # define PTR void * macro 76 # define PTR char * macro
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | AttrVisitor.h | 27 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | DeclVisitor.h | 33 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | CommentVisitor.h | 22 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | StmtVisitor.h | 38 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | EvaluatedExprVisitor.h | 38 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | gas.h | 88 #define ASM_OUTPUT_OPCODE(STREAM, PTR) \ argument
|
H A D | att.h | 41 #define ASM_OUTPUT_ASCII(FILE, PTR, SIZE) \ argument
|
/netbsd-src/sys/external/bsd/common/include/linux/ |
H A D | list.h | 271 #define list_entry(PTR, TYPE, FIELD) container_of(PTR, TYPE, FIELD) argument 272 #define list_first_entry(PTR, TYPE, FIELD) \ argument 274 #define list_first_entry_or_null(PTR, TYPE, FIELD) \ argument 276 #define list_last_entry(PTR, TYPE, FIELD) \ argument 392 #define hlist_entry(PTR, TYPE, FIELD) container_of(PTR, TYPE, FIELD) argument
|
H A D | bitops.h | 279 #define for_each_set_bit(BIT, PTR, NBITS) \ argument 284 #define for_each_clear_bit(BIT, PTR, NBITS) \ argument
|
/netbsd-src/sys/lib/libkern/ |
H A D | libkern.h | 349 __validate_container_of(PTR,TYPE,FIELD) global() argument 350 __validate_const_container_of(PTR,TYPE,FIELD) global() argument 352 __validate_container_of(PTR,TYPE,FIELD) global() argument 355 __validate_const_container_of(PTR,TYPE,FIELD) global() argument 360 container_of(PTR,TYPE,FIELD) global() argument 363 const_container_of(PTR,TYPE,FIELD) global() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-operands.h | 65 #define USE_FROM_PTR(PTR) get_use_from_ptr (PTR) argument 66 #define DEF_FROM_PTR(PTR) get_def_from_ptr (PTR) argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-operands.h | 65 #define USE_FROM_PTR(PTR) get_use_from_ptr (PTR) argument 66 #define DEF_FROM_PTR(PTR) get_def_from_ptr (PTR) argument
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | bootstrap.c | 36 #define PTR(x) ((x)->_mp_d) macro
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-bfin.h | 49 #define TC_EOL_IN_INSN(PTR) (bfin_eol_in_insn(PTR) ? 1 : 0) argument
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-bfin.h | 49 #define TC_EOL_IN_INSN(PTR) (bfin_eol_in_insn(PTR) ? 1 : 0) argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A D | BugDriver.h | 80 void setPassesToRun(const std::vector<std::string> &PTR) { in setPassesToRun()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/ |
H A D | som.h | 50 #define PARSE_LDD_OUTPUT(PTR) \ argument
|