HomeSort by relevance Sort by last modified time
    Searched defs:Copy (Results 226 - 250 of 353) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.cpp 397 Copy(rhs);
403 Copy(rhs);
408 void SPVRTPFXParserShader::Copy(const SPVRTPFXParserShader& rhs)
434 Copy(rhs);
440 Copy(rhs);
444 void SPVRTSemanticDefaultData::Copy(const SPVRTSemanticDefaultData& rhs)
470 Copy(rhs);
476 Copy(rhs);
481 void SPVRTPFXParserSemantic::Copy(const SPVRTPFXParserSemantic& rhs)
790 // Copy line into pszLin
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
function.cc 5 You may obtain a copy of the License at
    [all...]
  /external/v8/src/compiler/
escape-analysis.cc 279 VirtualObject* Copy(VirtualObject* obj, Alias alias);
367 VirtualObject* VirtualState::Copy(VirtualObject* obj, Alias alias) {
    [all...]
  /external/webrtc/talk/media/base/
videoframe_unittest.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
callobj.h 139 virtual HRESULT WINAPI Copy(CALLFRAME_COPY copyControl,ICallFrameWalker *pWalker,ICallFrame **ppFrame) = 0;
165 HRESULT (WINAPI *Copy)(ICallFrame *This,CALLFRAME_COPY copyControl,ICallFrameWalker *pWalker,ICallFrame **ppFrame);
193 #define ICallFrame_Copy(This,copyControl,pWalker,ppFrame) (This)->lpVtbl->Copy(This,copyControl,pWalker,ppFrame)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
type.go 204 Copyto []*Node // where to copy the eventual value to
392 // Copy s and take address of t rather than s to avoid
587 t = t.copy()
594 t = t.copy()
601 t = t.copy()
608 t = t.copy()
616 t = t.copy()
626 t = t.copy()
643 nfs[i] = f.Copy()
647 t = t.copy()
656 func (t *Type) copy() *Type { func
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
value.go 117 // we don't need to copy if safe==true?
192 hash uint32 // copy of typ.hash
203 // v.flag.mustBe(Bool), which will only bother to copy the
394 copy(in[:n], origIn)
418 // Copy inputs into args.
503 // Copy argument frame into Values.
512 // Must make a copy, because f might keep a reference to it,
534 // Copy results back into argument frame.
655 // Copy in receiver and rest of args.
665 // Copy return values. On amd64p32, the beginning of return value
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
type.go 204 Copyto []*Node // where to copy the eventual value to
392 // Copy s and take address of t rather than s to avoid
587 t = t.copy()
594 t = t.copy()
601 t = t.copy()
608 t = t.copy()
616 t = t.copy()
626 t = t.copy()
643 nfs[i] = f.Copy()
647 t = t.copy()
656 func (t *Type) copy() *Type { func
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
value.go 117 // we don't need to copy if safe==true?
192 hash uint32 // copy of typ.hash
203 // v.flag.mustBe(Bool), which will only bother to copy the
394 copy(in[:n], origIn)
418 // Copy inputs into args.
503 // Copy argument frame into Values.
512 // Must make a copy, because f might keep a reference to it,
534 // Copy results back into argument frame.
655 // Copy in receiver and rest of args.
665 // Copy return values. On amd64p32, the beginning of return value
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 779 SDValue Copy = DAG.getCopyFromReg(Chain, DL, Reg, VT);
780 InVals.push_back(Copy);
801 SDValue Copy = DAG.getCopyFromReg(Chain, DL, Reg, VT);
802 Regs.push_back(Copy);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 228 // Copy the result values into the output registers.
264 // If the function returns a struct, copy the SRetReturnReg to I0
313 // Copy the result values into the output registers.
529 // Copy the SRet Argument to SRetReturnReg.
536 SDValue Copy = DAG.getCopyToReg(DAG.getEntryNode(), dl, Reg, InVals[0]);
537 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Copy, Chain);
800 // Use local copy if it is a byval arg.
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 636 // Note: This is fine to do a copy from FR32 to FR128, this is the
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CodeView.h 32 /// Duplicate copy of the above enum, but using the official CV names. Useful
46 /// Duplicate copy of the above enum, but using the official CV names. Useful
500 Copy,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
CodeView.h 32 /// Duplicate copy of the above enum, but using the official CV names. Useful
46 /// Duplicate copy of the above enum, but using the official CV names. Useful
500 Copy,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
CodeView.h 32 /// Duplicate copy of the above enum, but using the official CV names. Useful
46 /// Duplicate copy of the above enum, but using the official CV names. Useful
500 Copy,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
CodeView.h 32 /// Duplicate copy of the above enum, but using the official CV names. Useful
46 /// Duplicate copy of the above enum, but using the official CV names. Useful
500 Copy,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CodeView.h 32 /// Duplicate copy of the above enum, but using the official CV names. Useful
46 /// Duplicate copy of the above enum, but using the official CV names. Useful
500 Copy,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
CodeView.h 32 /// Duplicate copy of the above enum, but using the official CV names. Useful
46 /// Duplicate copy of the above enum, but using the official CV names. Useful
500 Copy,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
CodeView.h 32 /// Duplicate copy of the above enum, but using the official CV names. Useful
46 /// Duplicate copy of the above enum, but using the official CV names. Useful
500 Copy,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
CodeView.h 32 /// Duplicate copy of the above enum, but using the official CV names. Useful
46 /// Duplicate copy of the above enum, but using the official CV names. Useful
500 Copy,
  /external/clang/include/clang/AST/
DeclObjC.h 729 enum SetterKind { Assign, Retain, Copy, Weak };
844 return getType()->isBlockPointerType() ? Copy : Retain;
848 return Copy;
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc     [all...]

Completed in 1487 milliseconds

1 2 3 4 5 6 7 8 91011>>