Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dcommon.h32 inline constexpr uptr roundUp(uptr X, uptr Boundary) { in roundUp()
36 inline constexpr uptr roundUpSlow(uptr X, uptr Boundary) { in roundUpSlow()
40 inline constexpr uptr roundDown(uptr X, uptr Boundary) { in roundDown()
44 inline constexpr uptr roundDownSlow(uptr X, uptr Boundary) { in roundDownSlow()
/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_code_motion.h42 Boundary() : position_(Position::kUndefined) {} in Boundary() function
43 explicit Boundary(Position p) : position_(p) {} in Boundary() function
Dconditional_code_motion.cc252 absl::flat_hash_map<Boundary, Boundary>& hoisted_boundaries) { in CopyOutOfConditional()
284 absl::flat_hash_map<Boundary, Boundary>& hoisted_boundaries) { in CopyIntoConditional()
/external/rust/crates/heck/0.3.3/src/
Dlib.rs78 Boundary, in transform() enumerator
/external/rust/crates/heck/src/
Dlib.rs101 Boundary, in transform() enumerator
/external/gwp_asan/gwp_asan/
Dguarded_pool_allocator.cpp30 size_t roundUpTo(size_t Size, size_t Boundary) { in roundUpTo()
/external/llvm/lib/CodeGen/
DSplitKit.cpp567 SlotIndex Boundary = Idx.getBoundaryIndex(); in leaveIntvAfter() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp763 SlotIndex Boundary = Idx.getBoundaryIndex(); in leaveIntvAfter() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp245 CHRScope *split(Region *Boundary) { in split()
/external/clang/lib/AST/
DDecl.cpp2923 SourceLocation Boundary = getNameInfo().getLocStart(); in getReturnTypeSourceRange() local