/third_party/node/deps/v8/src/codegen/s390/ |
D | assembler-s390.h | 335 #define DECLARE_S390_RIL_AB_INSTRUCTIONS(name, op_name, op_value) \ argument 340 #define DECLARE_S390_RIL_C_INSTRUCTIONS(name, op_name, op_value) \ argument 358 #define DECLARE_S390_RR_INSTRUCTIONS(name, op_name, op_value) \ in S390_RIL_B_OPCODE_LIST() argument 377 #define DECLARE_S390_RRD_INSTRUCTIONS(name, op_name, op_value) \ in S390_RR_OPCODE_LIST() argument 391 #define DECLARE_S390_RRE_INSTRUCTIONS(name, op_name, op_value) \ in S390_RRD_OPCODE_LIST() argument 407 #define DECLARE_S390_RX_INSTRUCTIONS(name, op_name, op_value) \ argument 437 #define DECLARE_S390_RXY_INSTRUCTIONS(name, op_name, op_value) \ argument 483 #define DECLARE_S390_RSY_A_INSTRUCTIONS(name, op_name, op_value) \ argument 495 #define DECLARE_S390_RSY_B_INSTRUCTIONS(name, op_name, op_value) \ argument 513 #define DECLARE_S390_RS_A_INSTRUCTIONS(name, op_name, op_value) \ argument [all …]
|
/third_party/openssl/test/ |
D | constant_time_test.c | 62 const char *op_name, unsigned int a, unsigned int b, in test_binary_op() 74 const char *op_name, unsigned int a, in test_binary_op_8() 85 const char *op_name, size_t a, size_t b, in test_binary_op_s() 96 const char *op_name, uint64_t a, uint64_t b, in test_binary_op_64()
|
/third_party/ffmpeg/tests/checkasm/ |
D | h264qpel.c | 63 const char *op_name = op ? "avg" : "put"; in checkasm_check_h264qpel() local
|
/third_party/python/Objects/ |
D | abstract.c | 859 , const char *op_name in binary_op1() 910 # define BINARY_OP1(v, w, op_slot, op_name) binary_op1(v, w, op_slot) argument 912 # define BINARY_OP1(v, w, op_slot, op_name) binary_op1(v, w, op_slot, op_name) argument 916 binop_type_error(PyObject *v, PyObject *w, const char *op_name) in binop_type_error() 928 binary_op(PyObject *v, PyObject *w, const int op_slot, const char *op_name) in binary_op() 965 const char *op_name in ternary_op() 1054 #define BINARY_FUNC(func, op, op_name) \ argument 1174 , const char *op_name in binary_iop1() 1198 # define BINARY_IOP1(v, w, iop_slot, op_slot, op_name) binary_iop1(v, w, iop_slot, op_slot) argument 1200 # define BINARY_IOP1(v, w, iop_slot, op_slot, op_name) binary_iop1(v, w, iop_slot, op_slot, op_nam… argument [all …]
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx06.c | 87 char *op_name; member
|
/third_party/elfutils/tests/ |
D | dwarfcfi.c | 36 op_name (unsigned int code) in op_name() function
|
D | addrcfi.c | 33 op_name (unsigned int code) in op_name() function
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_send.py | 582 def large_emit_begin(self, f, op_name = None): argument
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-set.c | 989 const char* op_name; in check_set_operations() local
|
/third_party/libdrm/intel/ |
D | intel_decode.c | 850 int i, char *instr_prefix, const char *op_name) in i915_decode_alu1() 865 int i, char *instr_prefix, const char *op_name) in i915_decode_alu2() 881 int i, char *instr_prefix, const char *op_name) in i915_decode_alu3()
|
/third_party/node/deps/v8/src/execution/s390/ |
D | simulator-s390.h | 497 #define EVALUATE_VR_INSTRUCTIONS(name, op_name, op_value) EVALUATE(op_name); argument
|
D | simulator-s390.cc | 835 #define CREATE_EVALUATE_TABLE(name, op_name, op_value) \ in EvalTableInit() argument
|
/third_party/mesa3d/src/mesa/main/ |
D | atifragshader.c | 137 char *op_name; in debug_op() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_ssa_test.cpp | 663 std::string op_name; in forwardKernelNonDominantParameterBaseCode() local
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_ssa_test.cpp | 663 std::string op_name; in forwardKernelNonDominantParameterBaseCode() local
|
/third_party/spirv-tools/test/val/ |
D | val_ssa_test.cpp | 663 std::string op_name; in forwardKernelNonDominantParameterBaseCode() local
|
/third_party/mbedtls/programs/ssl/ |
D | ssl_server2.c | 1165 const char *op_name = ssl_async_operation_names[op_type]; in ssl_async_start() local 1253 const char *op_name; in ssl_async_resume() local
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 1605 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\ argument
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 1447 #define GTEST_IMPL_CMP_HELPER_(op_name, op) \ argument
|
/third_party/node/deps/googletest/include/gtest/ |
D | gtest.h | 1442 #define GTEST_IMPL_CMP_HELPER_(op_name, op) \ argument
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g.c | 148 #define CALL_REPARSE_PLUGIN(ni, op_name, ...) \ argument
|
D | lowntfs-3g.c | 179 #define CALL_REPARSE_PLUGIN(ni, op_name, ...) \ argument
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest.cc | 1462 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\ argument
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 2902 char op_name[128]; in do_scsi_inquiry() local
|
/third_party/elfutils/src/ |
D | readelf.c | 4457 const char *op_name = dwarf_locexpr_opcode_string (op); in print_ops() local
|