Home
last modified time | relevance | path

Searched defs:Depth (Results 1 – 25 of 71) sorted by relevance

123

/external/javassist/src/main/javassist/runtime/
DCflow.java26 private static class Depth { class in Cflow
28 Depth() { depth = 0; } in Depth() method in Cflow.Depth
/external/opencv/cxcore/include/
Dcvwimage.h507 inline int WImage<uchar>::Depth() const {return IPL_DEPTH_8U; } in Depth() function
509 inline int WImage<schar>::Depth() const {return IPL_DEPTH_8S; } in Depth() function
511 inline int WImage<short>::Depth() const {return IPL_DEPTH_16S; } in Depth() function
513 inline int WImage<ushort>::Depth() const {return IPL_DEPTH_16U; } in Depth() function
515 inline int WImage<int>::Depth() const {return IPL_DEPTH_32S; } in Depth() function
517 inline int WImage<float>::Depth() const {return IPL_DEPTH_32F; } in Depth() function
519 inline int WImage<double>::Depth() const {return IPL_DEPTH_64F; } in Depth() function
/external/llvm/lib/Analysis/
DValueTracking.cpp51 const DataLayout *TD, unsigned Depth) { in computeKnownBitsAddSub()
134 const DataLayout *TD, unsigned Depth) { in computeKnownBitsMul()
228 const DataLayout *TD, unsigned Depth) { in computeKnownBits()
802 const DataLayout *TD, unsigned Depth) { in ComputeSignBit()
820 bool llvm::isKnownToBeAPowerOfTwo(Value *V, bool OrZero, unsigned Depth) { in isKnownToBeAPowerOfTwo()
916 unsigned Depth) { in isGEPKnownNonNull()
979 bool llvm::isKnownNonZero(Value *V, const DataLayout *TD, unsigned Depth) { in isKnownNonZero()
1115 const DataLayout *TD, unsigned Depth) { in MaskedValueIsZero()
1132 unsigned Depth) { in ComputeNumSignBits()
1303 bool LookThroughSExt, unsigned Depth) { in ComputeMultiple()
[all …]
/external/clang/lib/Parse/
DParseTemplate.cpp295 bool Parser::ParseTemplateParameters(unsigned Depth, in ParseTemplateParameters()
335 Parser::ParseTemplateParameterList(unsigned Depth, in ParseTemplateParameterList()
445 Decl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) { in ParseTemplateParameter()
467 Decl *Parser::ParseTypeParameter(unsigned Depth, unsigned Position) { in ParseTypeParameter()
530 Parser::ParseTemplateTemplateParameter(unsigned Depth, unsigned Position) { in ParseTemplateTemplateParameter()
637 Parser::ParseNonTypeTemplateParameter(unsigned Depth, unsigned Position) { in ParseNonTypeTemplateParameter()
/external/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h46 size_t Depth; variable
DMachineTraceMetrics.h226 unsigned Depth; member
/external/libcxxabi/test/
Ddynamic_cast_stress.cpp56 const std::size_t Depth = 5; in test() local
/external/expat/examples/
Doutline.c46 int Depth; variable
/external/lldb/include/lldb/Core/
DSearchFilter.h49 } Depth; typedef
/external/chromium_org/third_party/libxml/chromium/
Dlibxml_utils.h62 int Depth() { return xmlTextReaderDepth(reader_); } in Depth() function
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCAPElim.cpp71 bool ObjCARCAPElim::MayAutorelease(ImmutableCallSite CS, unsigned Depth) { in MayAutorelease()
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
DSDL_vglvideo.h40 int Depth; member
/external/eigen/Eigen/src/Core/
DGeneralProduct.h68 Depth = EIGEN_SIZE_MIN_PREFER_FIXED(_Lhs::ColsAtCompileTime, enumerator
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp72 unsigned Depth) { in SimplifyDemandedBits()
104 unsigned Depth) { in SimplifyDemandedUseBits()
919 unsigned Depth) { in SimplifyDemandedVectorElts()
DInstCombineVectorOps.cpp509 unsigned Depth = 0; in visitInsertValueInst() local
593 unsigned Depth = 5) { in CanEvaluateShuffled()
/external/clang/include/clang/Sema/
DTemplate.h75 bool hasTemplateArgument(unsigned Depth, unsigned Index) const { in hasTemplateArgument()
85 void setArgument(unsigned Depth, unsigned Index, in setArgument()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1591 unsigned Depth) { in getUsefulBitsFromAndWithImmediate()
1601 unsigned Depth) { in getUsefulBitsFromBitfieldMoveOpd()
1627 unsigned Depth) { in getUsefulBitsFromUBFM()
1637 unsigned Depth) { in getUsefulBitsFromOrWithShiftedReg()
1665 unsigned Depth) { in getUsefulBitsFromBFM()
1691 SDValue Orig, unsigned Depth) { in getUsefulBitsForUse()
1724 static void getUsefulBits(SDValue Op, APInt &UsefulBits, unsigned Depth) { in getUsefulBits()
/external/llvm/include/llvm/IR/
DLegacyPassManagers.h398 unsigned Depth; variable
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp577 SUnit *SUa, SUnit *SUb, SUnit *ExitSU, unsigned *Depth, in iterateChainSucc()
628 unsigned Depth = 0; in adjustChainDeps() local
1356 unsigned Depth = I->first->getDepth(); in finalize() local
1393 void addConnection(unsigned FromTree, unsigned ToTree, unsigned Depth) { in addConnection()
/external/llvm/lib/DebugInfo/
DDWARFUnit.cpp168 uint32_t Depth = 0; in extractDIEsToVector() local
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp543 unsigned Depth = 0, Index = 0; in CheckParameterPacksForExpansion() local
646 unsigned Depth; in getNumArgumentsInExpansion() local
DSemaTemplate.cpp552 unsigned Depth, unsigned Position, in ActOnTypeParameter()
669 unsigned Depth, in ActOnNonTypeTemplateParameter()
745 unsigned Depth, in ActOnTemplateTemplateParameter()
815 Sema::ActOnTemplateParameterList(unsigned Depth, in ActOnTemplateParameterList()
1485 unsigned Depth; member
2044 unsigned Depth = AliasTemplate->getTemplateParameters()->getDepth(); in CheckTemplateIdType() local
2325 const TemplateArgument &Arg, unsigned Depth, unsigned Index) { in isTemplateArgumentTemplateParameter()
2366 unsigned Depth = Params->getDepth(); in isSameAsPrimaryTemplate() local
5788 static SourceRange findTemplateParameter(unsigned Depth, Expr *E) { in findTemplateParameter()
5798 static SourceRange findTemplateParameter(unsigned Depth, TypeLoc TL) { in findTemplateParameter()
DSemaTemplateDeduction.cpp620 unsigned Depth, Index; in PackDeductionScope() local
4696 unsigned Depth, in MarkUsedTemplateParameters()
4735 unsigned Depth, in MarkUsedTemplateParameters()
4752 unsigned Depth, in MarkUsedTemplateParameters()
4776 unsigned Depth, in MarkUsedTemplateParameters()
5009 unsigned Depth, in MarkUsedTemplateParameters()
5059 bool OnlyDeduced, unsigned Depth, in MarkUsedTemplateParameters()
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dmalloc_extension.cc236 uintptr_t Depth(void** entry) { in Depth() function
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dmalloc_extension.cc253 uintptr_t Depth(void** entry) { in Depth() function

123