| /external/llvm-project/openmp/runtime/src/ |
| D | kmp_atomic.cpp | 726 #define OP_CRITICAL(OP, LCK_ID) \ argument 733 #define OP_UPDATE_CRITICAL(TYPE, OP, LCK_ID) \ argument 761 #define OP_GOMP_CRITICAL(OP, FLAG) \ argument 768 #define OP_UPDATE_GOMP_CRITICAL(TYPE, OP, FLAG) \ argument 775 #define OP_GOMP_CRITICAL(OP, FLAG) argument 776 #define OP_UPDATE_GOMP_CRITICAL(TYPE, OP, FLAG) argument 790 #define OP_CMPXCHG(TYPE, BITS, OP) \ argument 812 #define OP_CMPXCHG_WORKAROUND(TYPE, BITS, OP) \ argument 839 #define ATOMIC_FIXED_ADD(TYPE_ID, OP_ID, TYPE, BITS, OP, LCK_ID, MASK, \ argument 847 #define ATOMIC_CMPXCHG(TYPE_ID, OP_ID, TYPE, BITS, OP, LCK_ID, MASK, \ argument [all …]
|
| /external/python/cpython2/Modules/ |
| D | operator.c | 13 #define spam1(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a1) { \ argument 16 #define spam2(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument 21 #define spamoi(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument 26 #define spam2n(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument 33 #define spam3n(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument 40 #define spami(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a1) { \ argument 45 #define spami2(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument 51 #define spamn2(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument 57 #define spami2b(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument 63 #define spamrc(OP,A) static PyObject *OP(PyObject *s, PyObject *a) { \ argument [all …]
|
| /external/bcc/src/cc/includes/ |
| D | libbpf.h | 127 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 135 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 145 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 153 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 248 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 258 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
|
| /external/bcc/src/cc/ |
| D | libbpf.h | 127 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 135 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 145 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 153 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 248 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 258 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
|
| /external/openssh/ |
| D | ttymodes.c | 310 #define TTYCHAR(NAME, OP) \ in ssh_tty_make_modes() argument 318 #define TTYMODE(NAME, FIELD, OP) \ in ssh_tty_make_modes() argument 397 #define TTYCHAR(NAME, OP) \ in ssh_tty_parse_modes() argument 404 #define TTYMODE(NAME, FIELD, OP) \ in ssh_tty_parse_modes() argument
|
| /external/igt-gpu-tools/assembler/ |
| D | brw_eu.h | 129 #define ALU1(OP) \ argument 134 #define ALU2(OP) \ argument 140 #define ALU3(OP) \ argument 147 #define ROUND(OP) \ argument
|
| /external/iproute2/include/ |
| D | bpf_util.h | 70 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 78 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 88 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 96 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 209 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 219 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
|
| /external/jemalloc_new/include/jemalloc/internal/ |
| D | mutex_prof.h | 14 #define OP(mtx) global_prof_mutex_##mtx, macro 32 #define OP(mtx) arena_prof_mutex_##mtx, macro 53 #define OP(counter, type, human) mutex_counter_##counter, macro
|
| /external/llvm-project/compiler-rt/lib/builtins/aarch64/ |
| D | lse.S | 183 #define OP add macro 187 #define OP bic macro 191 #define OP eor macro 195 #define OP orr macro
|
| /external/eigen/Eigen/src/plugins/ |
| D | ArrayCwiseBinaryOps.h | 108 #define EIGEN_MAKE_CWISE_COMP_OP(OP, COMPARATOR) \ argument 126 #define EIGEN_MAKE_CWISE_COMP_R_OP(OP, R_OP, RCOMPARATOR) \ argument
|
| /external/llvm-project/clang/include/clang/Sema/ |
| D | Ownership.h | 60 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; } in make() local 100 UnionOpaquePtr OP = { P.getAsOpaquePtr() }; in make() local
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | spacetobatch_benchmark_test.cc | 61 #define BM_SpaceToBatchDev(OP, DEVICE, DTYPE, B, H, W, D, BS, P00, P01, P10, … argument 78 #define BM_SpaceToBatch(OP, ...) \ argument
|
| /external/rust/crates/rayon-core/src/thread_pool/ |
| D | mod.rs | 105 pub fn install<OP, R>(&self, op: OP) -> R in install() 201 pub fn scope<'scope, OP, R>(&self, op: OP) -> R in scope() argument 216 pub fn scope_fifo<'scope, OP, R>(&self, op: OP) -> R in scope_fifo() argument
|
| /external/mesa3d/src/mesa/drivers/dri/i915/ |
| D | i915_fragprog.c | 279 #define EMIT_TEX( OP ) \ argument 297 #define EMIT_ARITH( OP, N ) \ argument 308 #define EMIT_1ARG_ARITH( OP ) EMIT_ARITH( OP, 1 ) argument 309 #define EMIT_2ARG_ARITH( OP ) EMIT_ARITH( OP, 2 ) argument 310 #define EMIT_3ARG_ARITH( OP ) EMIT_ARITH( OP, 3 ) argument
|
| /external/strace/tests-m32/ |
| D | process_vm_writev.c | 7 # define OP process_vm_writev macro
|
| D | process_vm_readv.c | 7 # define OP process_vm_readv macro
|
| /external/strace/tests-mx32/ |
| D | process_vm_readv.c | 7 # define OP process_vm_readv macro
|
| D | process_vm_writev.c | 7 # define OP process_vm_writev macro
|
| /external/strace/tests/ |
| D | process_vm_writev.c | 7 # define OP process_vm_writev macro
|
| D | process_vm_readv.c | 7 # define OP process_vm_readv macro
|
| /external/compiler-rt/test/ubsan/TestCases/Integer/ |
| D | shift.cpp | 37 a OP (-3); in main() local
|
| /external/llvm-project/compiler-rt/test/ubsan/TestCases/Integer/ |
| D | shift.cpp | 37 a OP (-3); in main() local
|
| /external/clang/include/clang/Sema/ |
| D | Ownership.h | 55 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; } in make() local 95 UnionOpaquePtr OP = { P.getAsOpaquePtr() }; in make() local
|
| /external/llvm-project/llvm/include/llvm/XRay/ |
| D | FDRRecordProducer.h | 39 uint64_t &OP) in FileBasedRecordProducer()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| D | FDRRecordProducer.h | 39 uint64_t &OP) in FileBasedRecordProducer()
|