Home
last modified time | relevance | path

Searched defs:OP (Results 1 – 25 of 90) sorted by relevance

1234

/external/python/cpython2/Modules/
Doperator.c13 #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/
Dlibbpf.h127 #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/
Dlibbpf.h127 #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/
Dttymodes.c320 #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/
DArrayCwiseBinaryOps.h108 #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/
Dbpf_util.h70 #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/
Dmutex_prof.h14 #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/
Dbrw_eu.h143 #define ALU1(OP) \ argument
148 #define ALU2(OP) \ argument
154 #define ALU3(OP) \ argument
161 #define ROUND(OP) \ argument
/external/strace/tests/
Dprocess_vm_readv.c7 # define OP process_vm_readv macro
Dprocess_vm_writev.c7 # define OP process_vm_writev macro
/external/strace/tests-m32/
Dprocess_vm_readv.c7 # define OP process_vm_readv macro
Dprocess_vm_writev.c7 # define OP process_vm_writev macro
/external/compiler-rt/test/ubsan/TestCases/Integer/
Dshift.cpp37 a OP (-3); in main() local
/external/strace/tests-mx32/
Dprocess_vm_readv.c7 # define OP process_vm_readv macro
Dprocess_vm_writev.c7 # define OP process_vm_writev macro
/external/tensorflow/tensorflow/core/kernels/
Dspacetobatch_benchmark_test.cc59 #define BM_SpaceToBatchDev(OP, DEVICE, DTYPE, B, H, W, D, BS, P00, P01, P10, … argument
73 #define BM_SpaceToBatch(OP, ...) \ argument
Dmkl_cwise_ops_common.cc63 #define REGISTER(OP, D, N, F, T) \ argument
/external/clang/include/clang/Sema/
DOwnership.h55 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/
Di915_fragprog.c278 #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/
Dxla_op_registry.h273 #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/
Dpsconv.c57 #define OP >= macro
78 #define OP < macro
/external/clang/test/SemaCXX/
Dwarn-self-assign.cpp20 #define OP = in false_positives() macro
/external/eigen/test/
Dproduct_mmtr.cpp12 #define CHECK_MMTR(DEST, TRI, OP) { \ argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp171 #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/
Dstats.c12 #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

1234