Home
last modified time | relevance | path

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

123456

/external/llvm-project/openmp/runtime/src/
Dkmp_atomic.cpp726 #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/
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/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/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/openssh/
Dttymodes.c310 #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/
Dbrw_eu.h129 #define ALU1(OP) \ argument
134 #define ALU2(OP) \ argument
140 #define ALU3(OP) \ argument
147 #define ROUND(OP) \ 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/llvm-project/compiler-rt/lib/builtins/aarch64/
Dlse.S183 #define OP add macro
187 #define OP bic macro
191 #define OP eor macro
195 #define OP orr macro
/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/llvm-project/clang/include/clang/Sema/
DOwnership.h60 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/
Dspacetobatch_benchmark_test.cc61 #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/
Dmod.rs105 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/
Di915_fragprog.c279 #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/
Dprocess_vm_writev.c7 # define OP process_vm_writev macro
Dprocess_vm_readv.c7 # define OP process_vm_readv macro
/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/strace/tests/
Dprocess_vm_writev.c7 # define OP process_vm_writev macro
Dprocess_vm_readv.c7 # define OP process_vm_readv macro
/external/compiler-rt/test/ubsan/TestCases/Integer/
Dshift.cpp37 a OP (-3); in main() local
/external/llvm-project/compiler-rt/test/ubsan/TestCases/Integer/
Dshift.cpp37 a OP (-3); in main() local
/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/llvm-project/llvm/include/llvm/XRay/
DFDRRecordProducer.h39 uint64_t &OP) in FileBasedRecordProducer()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DFDRRecordProducer.h39 uint64_t &OP) in FileBasedRecordProducer()

123456