/external/valgrind/none/tests/amd64/ |
D | fb_test_amd64.c | 411 #define OP add macro 414 #define OP sub macro 417 #define OP xor macro 420 #define OP and macro 423 #define OP or macro 426 #define OP cmp macro 429 #define OP adc macro 433 #define OP sbb macro 437 #define OP adcx macro 442 #define OP adox macro [all …]
|
D | fb_test_amd64_muldiv.h | 2 void glue(glue(test_, OP), b)(int64 op0, int64 op1) in glue() argument 20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1) in glue() argument 38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1) in glue() argument 56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1) in glue() argument
|
/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/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/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_eu.h | 131 #define ALU1(OP) \ argument 136 #define ALU2(OP) \ argument 142 #define ALU3(OP) \ argument 149 #define ROUND(OP) \ argument
|
D | gen8_wm_depth_stencil.c | 46 #define OP intel_translate_stencil_op in gen8_upload_wm_depth_stencil() 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-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/ |
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/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/clang/test/SemaCXX/ |
D | warn-self-assign.cpp | 20 #define OP = in false_positives() macro
|
/external/pdfium/third_party/freetype/src/psaux/ |
D | psconv.c | 57 #define OP >= macro 78 #define OP < macro
|
/external/freetype/src/psaux/ |
D | psconv.c | 57 #define OP >= macro 78 #define OP < macro
|
/external/eigen/test/ |
D | product_mmtr.cpp | 12 #define CHECK_MMTR(DEST, TRI, OP) { \ argument
|
/external/valgrind/memcheck/tests/amd64/ |
D | sse_memory.c | 105 #define Wrapper_RegReg(OP) \ argument 119 #define Wrapper_RegMem(OP) \ argument
|
/external/valgrind/memcheck/tests/x86/ |
D | sse_memory.c | 105 #define Wrapper_RegReg(OP) \ argument 119 #define Wrapper_RegMem(OP) \ argument
|
/external/python/cpython2/Tools/scripts/ |
D | checkappend.py | 115 OP=tokenize.OP, argument
|
/external/elfutils/lib/ |
D | sha1.c | 251 #define OP(i, a, b, c, d, e) \ in sha1_process_block() macro 285 #define OP(i, f, a, b, c, d, e, K) \ in sha1_process_block() macro
|
/external/v8/src/base/ |
D | safe_math.h | 198 #define BASE_NUMERIC_ARITHMETIC_OPERATORS(NAME, OP, COMPOUND_OP) \ argument
|