Home
last modified time | relevance | path

Searched defs:RoundUpTo (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/compiler-rt/lib/safestack/
Dsafestack_util.h31 inline size_t RoundUpTo(size_t size, size_t boundary) { in RoundUpTo() function
/external/icing/icing/util/
Dmath-util.h59 static IntType RoundUpTo(IntType input_value, IntType rounding_value) { in RoundUpTo() function
/external/webrtc/rtc_base/units/
Dunit_base.h78 constexpr Unit_T RoundUpTo(const Unit_T& resolution) const { in RoundUpTo() function
/external/giflib/
Dgifalloc.c118 int i, j, CrntSlot, RoundUpTo, NewGifBitSize; in GifUnionColorMap() local
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.h63 constexpr uptr RoundUpTo(uptr Size, uptr Boundary) { in RoundUpTo() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h454 INLINE uptr RoundUpTo(uptr size, uptr boundary) { in RoundUpTo() function
/external/compiler-rt/lib/interception/
Dinterception_win.cc163 static uptr RoundUpTo(uptr size, uptr boundary) { in RoundUpTo() function
/external/llvm-project/compiler-rt/lib/interception/
Dinterception_win.cpp168 static uptr RoundUpTo(uptr size, uptr boundary) { in RoundUpTo() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h424 inline uptr RoundUpTo(uptr size, uptr boundary) { in RoundUpTo() function