Searched defs:Bound (Results 1 – 10 of 10) sorted by relevance
/external/sfntly/cpp/src/sfntly/data/ |
D | font_data.cc | 29 bool FontData::Bound(int32_t offset, int32_t length) { in Bound() function in sfntly::FontData 38 bool FontData::Bound(int32_t offset) { in Bound() function in sfntly::FontData
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | SortedMultisetTestSuiteBuilder.java | 109 enum Bound { enum in SortedMultisetTestSuiteBuilder
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cc | 321 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive() 337 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive() 342 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 547 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher() local
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2512 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local 2584 BoundInfo *Bound, in exploreDirections() 2684 BoundInfo *Bound, in testBounds() 2714 BoundInfo *Bound, in findBoundsALL() 2755 BoundInfo *Bound, in findBoundsEQ() 2797 BoundInfo *Bound, in findBoundsLT() 2843 BoundInfo *Bound, in findBoundsGT()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_tytypes.h | 102 } Bound; member
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | DerivedCollectionGenerators.java | 334 public enum Bound { enum in DerivedCollectionGenerators
|
/external/valgrind/VEX/priv/ |
D | host_generic_reg_alloc2.c | 115 Bound /* in use (holding value of some vreg) */ enumerator
|
/external/v8/src/crankshaft/ |
D | hydrogen-gvn.cc | 58 uint32_t Bound(uint32_t value) const { return value & (array_size_ - 1); } in Bound() function in v8::internal::HInstructionMap
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 726 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType); in EmitBoundsCheck() local
|