/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
D | spirv_instruction_parser_autogen.cpp | 30 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/libunwind/libunwind/doc/ |
D | libunwind-dynamic.tex | 234 \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/ |
D | Mips16InstrInfo.td | 89 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 …]
|
D | Mips16InstrFormats.td | 482 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/canvaskit/ |
D | pathops.js | 5 if (this._op(otherPath, op)) {
|
D | externs.js | 614 _op: function() {},
|
/third_party/littlefs/scripts/ |
D | tracebd.py | 360 def _op(self, f, block=None, off=None, size=None): member in Bd 387 self._op(Block.read, block, off, size) 390 self._op(Block.prog, block, off, size) 393 self._op(Block.erase, block, off, size) 396 self._op(Block.clear, block, off, size)
|
/third_party/skia/modules/pathkit/ |
D | externs.js | 52 _op: function(otherPath, op) {}, method
|
D | chaining.js | 113 if (this._op(otherPath, op)) {
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 550 #define ALU_CASE(nir, _op) \ argument 552 op = midgard_alu_op_##_op; \ 556 #define ALU_CASE_RTZ(nir, _op) \ argument 558 op = midgard_alu_op_##_op; \ 566 #define ALU_CASE_BCAST(nir, _op, count) \ argument 568 op = midgard_alu_op_##_op; \ 573 #define ALU_CASE_CMP(nir, _op) \ argument 575 op = midgard_alu_op_##_op; \
|
/third_party/lz4/lib/ |
D | lz4hc.c | 469 BYTE** _op, in LZ4HC_encodeSequence() argument 477 #define op (*_op) in LZ4HC_encodeSequence()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | builtin.c | 275 static struct symbol_op name##_op = { \
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
D | translate.rs | 500 _op: &ast::ClassSetBinaryOp, in visit_class_set_binary_op_pre() 514 _op: &ast::ClassSetBinaryOp, in visit_class_set_binary_op_in()
|