/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/ |
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/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/openssh/ |
D | ttymodes.c | 320 #define TTYCHAR(NAME, OP) \ in tty_make_modes() argument 324 #define TTYMODE(NAME, FIELD, OP) \ in tty_make_modes() argument 405 #define TTYCHAR(NAME, OP) \ in tty_parse_modes() argument 410 #define TTYMODE(NAME, FIELD, OP) \ in tty_parse_modes() argument
|
/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/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/mesa3d/src/intel/compiler/ |
D | brw_eu.h | 143 #define ALU1(OP) \ argument 148 #define ALU2(OP) \ argument 154 #define ALU3(OP) \ argument 161 #define ROUND(OP) \ argument
|
/external/strace/tests/ |
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-m32/ |
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/compiler-rt/test/ubsan/TestCases/Integer/ |
D | shift.cpp | 37 a OP (-3); in main() local
|
/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/tensorflow/tensorflow/core/kernels/ |
D | spacetobatch_benchmark_test.cc | 59 #define BM_SpaceToBatchDev(OP, DEVICE, DTYPE, B, H, W, D, BS, P00, P01, P10, … argument 73 #define BM_SpaceToBatch(OP, ...) \ argument
|
D | mkl_cwise_ops_common.cc | 63 #define REGISTER(OP, D, N, F, T) \ argument
|
/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/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 278 #define EMIT_TEX( OP ) \ argument 296 #define EMIT_ARITH( OP, N ) \ argument 307 #define EMIT_1ARG_ARITH( OP ) EMIT_ARITH( OP, 1 ) argument 308 #define EMIT_2ARG_ARITH( OP ) EMIT_ARITH( OP, 2 ) argument 309 #define EMIT_3ARG_ARITH( OP ) EMIT_ARITH( OP, 3 ) argument
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_registry.h | 273 #define REGISTER_XLA_OP(NAME, OP) \ argument 332 #define REGISTER_XLA_OP_UNIQ_HELPER(COUNTER, BUILDER, OP) \ argument 335 #define REGISTER_XLA_OP_UNIQ(CTR, BUILDER, OP) \ argument
|
/external/freetype/src/psaux/ |
D | psconv.c | 57 #define OP >= macro 78 #define OP < macro
|
/external/clang/test/SemaCXX/ |
D | warn-self-assign.cpp | 20 #define OP = in false_positives() macro
|
/external/eigen/test/ |
D | product_mmtr.cpp | 12 #define CHECK_MMTR(DEST, TRI, OP) { \ argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 171 #define DECLARE_OP2(OP, OPTYPE0, OPTYPE1) \ in getOperandTypes() argument 176 #define DECLARE_OP1(OP, OPTYPE0) DECLARE_OP2(OP, OPTYPE0, OT_None) in getOperandTypes() argument 177 #define DECLARE_OP0(OP) DECLARE_OP1(OP, OT_None) in getOperandTypes() argument
|
/external/jemalloc_new/src/ |
D | stats.c | 12 #define OP(mtx) #mtx, macro 18 #define OP(mtx) #mtx, macro 107 #define OP(counter, counter_type, human) \ in mutex_stats_init_cols() macro 132 #define OP(counter, counter_type, human) \ in mutex_stats_read_global() macro 156 #define OP(counter, counter_type, human) \ in mutex_stats_read_arena() macro 178 #define OP(counter, counter_type, human) \ in mutex_stats_read_arena_bin() macro 207 #define OP(counter, type, human) \ in mutex_stats_emit() macro
|