Home
last modified time | relevance | path

Searched defs:Dup (Results 1 – 25 of 45) sorted by relevance

12

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DRewriteRuleSubtreeStream.cs87 protected override object Dup(object el) { in Dup() method in Antlr.Runtime.Tree.RewriteRuleSubtreeStream
DRewriteRuleNodeStream.cs73 protected override object Dup(object el) { in Dup() method in Antlr.Runtime.Tree.RewriteRuleNodeStream
DRewriteRuleTokenStream.cs90 protected override object Dup(object el) { in Dup() method in Antlr.Runtime.Tree.RewriteRuleTokenStream
DRewriteRuleElementStream.cs193 protected abstract object Dup(object el); in Dup() method in Antlr.Runtime.Tree.RewriteRuleElementStream
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DRewriteRuleSubtreeStream.cs94 protected override object Dup( object el ) in Dup() method in Antlr.Runtime.Tree.RewriteRuleSubtreeStream
DRewriteRuleNodeStream.cs74 protected override object Dup( object el ) in Dup() method in Antlr.Runtime.Tree.RewriteRuleNodeStream
DRewriteRuleTokenStream.cs81 protected override object Dup( object el ) in Dup() method in Antlr.Runtime.Tree.RewriteRuleTokenStream
DRewriteRuleElementStream.cs207 protected abstract object Dup( object el ); in Dup() method in Antlr.Runtime.Tree.RewriteRuleElementStream
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1719 __ Dup(i.OutputSimd128Register().V4S(), i.InputSimd128Register(0).S(), 0); in AssembleArchInstruction() local
1767 __ Dup(i.OutputSimd128Register().V4S(), i.InputRegister32(0)); in AssembleArchInstruction() local
1827 __ Dup(i.OutputSimd128Register().V8H(), i.InputRegister32(0)); in AssembleArchInstruction() local
1924 __ Dup(i.OutputSimd128Register().V16B(), i.InputRegister32(0)); in AssembleArchInstruction() local
2023 __ Dup(dst.V4S(), src.V4S(), index); in AssembleArchInstruction() local
2026 __ Dup(dst.V8H(), src.V8H(), index); in AssembleArchInstruction() local
2029 __ Dup(dst.V16B(), src.V16B(), index); in AssembleArchInstruction() local
/external/boringssl/src/ssl/
Dssl_cert.cc758 UniquePtr<DC> DC::Dup() { in Dup() function in DC
/external/v8/src/arm64/
Dmacro-assembler-arm64.h1028 void Dup(const VRegister& vd, const VRegister& vn, int index) { in Dup() function
1032 void Dup(const VRegister& vd, const Register& rn) { in Dup() function
/external/protobuf/php/ext/google/protobuf/
Dupb.h2452 inline Def* Def::Dup(const void* owner) const { in Dup() function
2503 inline FieldDef* FieldDef::Dup(const void* owner) const { in Dup() function
2721 inline MessageDef* MessageDef::Dup(const void *owner) const { in Dup() function
2890 inline EnumDef* EnumDef::Dup(const void* owner) const { in Dup() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineLICM.cpp1178 if (const MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineLICM.cpp1369 if (const MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE() local
/external/llvm/lib/CodeGen/
DMachineLICM.cpp1239 if (const MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE() local
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzsyscall_netbsd_arm.go546 func Dup(fd int) (nfd int, err error) { func
Dzsyscall_netbsd_amd64.go546 func Dup(fd int) (nfd int, err error) { func
Dzsyscall_netbsd_386.go546 func Dup(fd int) (nfd int, err error) { func
Dzsyscall_openbsd_386.go544 func Dup(fd int) (nfd int, err error) { func
Dzsyscall_dragonfly_amd64.go563 func Dup(fd int) (nfd int, err error) { func
Dzsyscall_openbsd_amd64.go544 func Dup(fd int) (nfd int, err error) { func
Dzsyscall_openbsd_arm.go544 func Dup(fd int) (nfd int, err error) { func
Dzsyscall_darwin_amd64.go609 func Dup(fd int) (nfd int, err error) { func
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc23677 __ Dup(v16.V16B(), v0.B(), 0); in TEST() local
23678 __ Dup(v17.V8H(), v1.H(), 7); in TEST() local
23679 __ Dup(v18.V4S(), v1.S(), 3); in TEST() local
23680 __ Dup(v19.V2D(), v0.D(), 0); in TEST() local
23682 __ Dup(v20.V8B(), v0.B(), 0); in TEST() local
23683 __ Dup(v21.V4H(), v1.H(), 7); in TEST() local
23684 __ Dup(v22.V2S(), v1.S(), 3); in TEST() local
23686 __ Dup(v23.B(), v0.B(), 0); in TEST() local
23687 __ Dup(v24.H(), v1.H(), 7); in TEST() local
23688 __ Dup(v25.S(), v1.S(), 3); in TEST() local
[all …]
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1602 function Dup(const O: IANTLRInterface): IANTLRInterface; in Dup() function
3657 function TRewriteRuleSubtreeStream.Dup( in TRewriteRuleSubtreeStream.Dup() function

12