/dflybsd-src/contrib/gcc-8.0/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 …]
|
/dflybsd-src/sys/dev/drm/include/linux/ |
H A D | kfifo.h | 113 #define kfifo_out_peek(FIFO, PTR, SIZE) \ argument 148 #define kfifo_out(FIFO, PTR, SIZE) \ argument 186 #define kfifo_in(FIFO, PTR, SIZE) \ argument
|
/dflybsd-src/contrib/gcc-8.0/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
|
H A D | gcc.c | 1554 #define INIT_STATIC_SPEC(NAME,PTR) \ argument
|
H A D | tree.h | 4784 #define FOREACH_FUNCTION_ARGS_PTR(FNTYPE, PTR, ITER) \ argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | att.h | 42 #define ASM_OUTPUT_ASCII(FILE, PTR, SIZE) \ argument
|
H A D | i386.h | 1991 #define ASM_OUTPUT_AVX_PREFIX(STREAM, PTR) \ argument 2003 #define ASM_OUTPUT_OPCODE(STREAM, PTR) \ argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | att.h | 41 #define ASM_OUTPUT_ASCII(FILE, PTR, SIZE) \ argument
|
H A D | i386.h | 2192 #define ASM_OUTPUT_AVX_PREFIX(STREAM, PTR) \ argument 2204 #define ASM_OUTPUT_OPCODE(STREAM, PTR) \ argument
|
/dflybsd-src/contrib/binutils-2.27/include/ |
H A D | ansidecl.h | 73 #define PTR void * macro
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-operands.h | 75 #define USE_FROM_PTR(PTR) get_use_from_ptr (PTR) argument 76 #define DEF_FROM_PTR(PTR) get_def_from_ptr (PTR) argument
|
H A D | ggc-zone.c | 1399 #define poison_region(PTR, SIZE) \ argument 1406 #define poison_region(PTR, SIZE) argument
|
H A D | gcc.c | 1183 #define INIT_STATIC_SPEC(NAME,PTR) \ argument
|
H A D | tree.h | 5158 #define FOREACH_FUNCTION_ARGS_PTR(FNTYPE, PTR, ITER) \ argument
|
/dflybsd-src/contrib/gcc-8.0/include/ |
H A D | ansidecl.h | 73 #define PTR void * macro
|
/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | ansidecl.h | 73 #define PTR void * macro
|
/dflybsd-src/contrib/gdb-7/include/ |
H A D | ansidecl.h | 153 #define PTR void * macro
|
/dflybsd-src/contrib/gcc-4.7/include/ |
H A D | ansidecl.h | 153 #define PTR void * macro
|
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | dwarf.c | 317 #define SAFE_BYTE_GET(VAL, PTR, AMOUNT, END) \ argument 341 #define SAFE_BYTE_GET_AND_INC(VAL, PTR, AMOUNT, END) \ argument 349 #define SAFE_SIGNED_BYTE_GET(VAL, PTR, AMOUNT, END) \ argument 367 #define SAFE_SIGNED_BYTE_GET_AND_INC(VAL, PTR, AMOUNT, END) \ argument 375 #define SAFE_BYTE_GET64(PTR, HIGH, LOW, END) \ argument
|
/dflybsd-src/contrib/mpfr/src/ |
H A D | mpfr-gmp.h | 165 #define PTR(x) ((x)->_mp_d) macro
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | dwarf.c | 379 #define SAFE_BYTE_GET(VAL, PTR, AMOUNT, END) \ argument 408 #define SAFE_BYTE_GET_AND_INC(VAL, PTR, AMOUNT, END) \ argument 417 #define SAFE_SIGNED_BYTE_GET(VAL, PTR, AMOUNT, END) \ argument 436 #define SAFE_SIGNED_BYTE_GET_AND_INC(VAL, PTR, AMOUNT, END) \ argument 444 #define SAFE_BYTE_GET64(PTR, HIGH, LOW, END) \ argument
|
/dflybsd-src/contrib/gmp/ |
H A D | dumbmp.c | 60 #define PTR(x) ((x)->_mp_d) macro
|
H A D | gmp-impl.h | 492 #define PTR(x) ((x)->_mp_d) macro
|