Home
last modified time | relevance | path

Searched defs:Destination (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/units/
Dconversion.hpp65 #define BOOST_UNITS_DEFINE_CONVERSION_FACTOR(Source, Destination, type_, value_) \ argument
97 #define BOOST_UNITS_DEFINE_CONVERSION_FACTOR_TEMPLATE(Params, Source, Destination, type_, value_) … argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceUtils.h32 D Destination; in bitCopy() local
/third_party/gstreamer/gstplugins_bad/gst/siren/
Ddct4.c90 siren_dct4 (float *Source, float *Destination, int dct_length) in siren_dct4()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h77 Instruction *Destination) : in Dependence()
DLoopAccessAnalysis.h148 unsigned Destination; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp192 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h70 const MachineOperand *Destination; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp256 FullDependence::FullDependence(Instruction *Source, Instruction *Destination, in FullDependence()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp124 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2; in ConstantFoldTerminator() local
/third_party/python/Tools/clinic/
Dclinic.py1707 class Destination: class