/external/v8/src/compiler/ |
D | loop-variable-optimizer.h | 27 struct Bound { struct 28 Bound(Node* bound, ConstraintKind kind) : bound(bound), kind(kind) {} in Bound() function 34 const ZoneVector<Bound>& lower_bounds() { return lower_bounds_; } in lower_bounds() argument
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
D | Bound.java | 13 public abstract class Bound { class
|
/external/sfntly/cpp/src/sfntly/data/ |
D | font_data.cc | 31 void FontData::Bound(int32_t offset, int32_t length) { in Bound() function in sfntly::FontData
|
/external/annotation-tools/annotation-file-utilities/tests/ |
D | ASTInsert.java | 99 class Bound<X extends Object & Comparable<int[]> & Map<? extends Object, ?>, Y> {} class
|
/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 | 589 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher() local
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2463 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local 2533 CoefficientInfo *B, BoundInfo *Bound, in exploreDirections() 2632 BoundInfo *Bound, const SCEV *Delta) const { in testBounds() 2660 BoundInfo *Bound, unsigned K) const { in findBoundsALL() 2699 BoundInfo *Bound, unsigned K) const { in findBoundsEQ() 2739 BoundInfo *Bound, unsigned K) const { in findBoundsLT() 2783 BoundInfo *Bound, unsigned K) const { in findBoundsGT()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_area_op.cc | 273 static EIGEN_ALWAYS_INLINE int64 Bound(int64 val, int64 limit) { in Bound() function in tensorflow::ResizeAreaOp
|
D | resize_bicubic_op_test.cc | 82 inline int64 Bound(int64 val, int64 limit) { in Bound() function in tensorflow::ResizeBicubicOpTest
|
D | resize_bicubic_op.cc | 59 inline int64 Bound(int64 val, int64 limit) { in Bound() function
|
/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 | 59 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 | 751 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType); in EmitBoundsCheck() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86BaseImpl.h | 3847 const intptr_t Bound = Buffer.size(); in bind() local
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 7625 unsigned Bound = Last >= 2 ? Last - 2 : 0; in getListOfPossibleValues() local
|