Home
last modified time | relevance | path

Searched refs:_op (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_parser_autogen.cpp30 spv::Op _op; in ParseUndef() local
32 GetInstructionOpAndLength(_instruction, &_op, &_length); in ParseUndef()
33 ASSERT(_op == spv::OpUndef); in ParseUndef()
40 spv::Op _op; in ParseSourceContinued() local
42 GetInstructionOpAndLength(_instruction, &_op, &_length); in ParseSourceContinued()
43 ASSERT(_op == spv::OpSourceContinued); in ParseSourceContinued()
55 spv::Op _op; in ParseSource() local
57 GetInstructionOpAndLength(_instruction, &_op, &_length); in ParseSource()
58 ASSERT(_op == spv::OpSource); in ParseSource()
75 spv::Op _op; in ParseSourceExtension() local
[all …]
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCWrappedCall.m40 grpc_op _op;
67 _op.op = GRPC_OP_SEND_INITIAL_METADATA;
68 _op.data.send_initial_metadata.count = metadata.count;
69 _op.data.send_initial_metadata.metadata = metadata.grpc_metadataArray;
70 _op.data.send_initial_metadata.maybe_compression_level.is_set = false;
71 _op.data.send_initial_metadata.maybe_compression_level.level = 0;
72 _op.flags = flags;
79 for (int i = 0; i < _op.data.send_initial_metadata.count; i++) {
80 grpc_slice_unref(_op.data.send_initial_metadata.metadata[i].key);
81 grpc_slice_unref(_op.data.send_initial_metadata.metadata[i].value);
[all …]
/third_party/boost/boost/gil/io/
Ddynamic_io_new.hpp53 OpClass* _op; member in boost::gil::detail::dynamic_io_fnobj
56 void apply(View const& view, std::true_type) { _op->apply(view); } in apply()
59 … void apply(View const& view, Info const & info, const std::true_type) { _op->apply(view, info); } in apply()
74 dynamic_io_fnobj(OpClass* op) : _op(op) {} in dynamic_io_fnobj()
/third_party/uboot/u-boot-2020.01/include/
Dhifmc_common.h364 #define op_ctrl_rd_op_sel(_op) (((_op) & 0x3) << 4) argument
366 #define op_ctrl_rw_op(_op) ((_op) << 1) argument
/third_party/skia/modules/canvaskit/
Dpathops.js5 if (this._op(otherPath, op)) {
Dexterns.js614 _op: function() {},
/third_party/libunwind/doc/
Dlibunwind-dynamic.tex234 \item[\Type{unw\_dyn\_op\_t} \Var{op}] An array of dynamic unwind
274 the form of a structure of type \Type{unw\_dyn\_op\_t}. This
364 unw\_dyn\_op\_t
366 \_U\_dyn\_op\_save\_reg();
367 \_U\_dyn\_op\_spill\_fp\_rel();
368 \_U\_dyn\_op\_spill\_sp\_rel();
369 \_U\_dyn\_op\_add();
370 \_U\_dyn\_op\_pop\_frames();
371 \_U\_dyn\_op\_label\_state();
372 \_U\_dyn\_op\_copy\_state();
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16InstrInfo.td89 class FRI16_TCP_ins<bits<5> _op, string asmstr,
91 FRI16<_op, (outs CPU16Regs:$rx), (ins pcrel16:$imm, i32imm:$size),
103 class F2RI16_ins<bits<5> _op, string asmstr,
105 FRI16<_op, (outs CPU16Regs:$rx), (ins CPU16Regs:$rx_, simm16:$imm),
110 class FRI16_B_ins<bits<5> _op, string asmstr,
112 FRI16<_op, (outs), (ins CPU16Regs:$rx, brtarget:$imm),
191 class FEXT_RI16_ins_base<bits<5> _op, string asmstr, string asmstr2,
193 FEXT_RI16<_op, (outs CPU16Regs:$rx), (ins simm16:$imm),
196 class FEXT_RI16_ins<bits<5> _op, string asmstr,
198 FEXT_RI16_ins_base<_op, asmstr, "\t$rx, $imm", itin>;
[all …]
DMips16InstrFormats.td482 class FEXT_RI16<bits<5> _op, dag outs, dag ins, string asmstr,
490 let op = _op;
506 class FEXT_RRI16<bits<5> _op, dag outs, dag ins, string asmstr,
515 let op=_op;
/third_party/skia/modules/pathkit/
Dexterns.js52 _op: function(otherPath, op) {}, method
Dchaining.js113 if (this._op(otherPath, op)) {
/third_party/flutter/skia/modules/pathkit/
Dexterns.js52 _op: function(otherPath, op) {}, method
Dchaining.js113 if (this._op(otherPath, op)) {
/third_party/flutter/skia/modules/canvaskit/
Dexterns.js246 _op: function() {}, method
Dinterface.js295 if (this._op(otherPath, op)) {
/third_party/flutter/engine/flutter/lib/ui/
Dpainting.dart2159 if (path._op(path1, path2, operation.index)) {
2164 bool _op(Path path1, Path path2, int operation) native 'Path_op';