Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dcommon.h37 inline constexpr uptr roundUp(uptr X, uptr Boundary) { in roundUp()
41 inline constexpr uptr roundUpSlow(uptr X, uptr Boundary) { in roundUpSlow()
45 inline constexpr uptr roundDown(uptr X, uptr Boundary) { in roundDown()
49 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/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h58 enum class Boundary : uint8_t { enum
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h56 enum class Boundary : uint8_t { enum
/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-16.0/llvm/lib/CodeGen/
DSplitKit.cpp741 SlotIndex Boundary = Idx.getBoundaryIndex(); in leaveIntvAfter() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp213 CHRScope *split(Region *Boundary) { in split()
/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