Searched defs:RoundUpTo (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/compiler-rt/lib/safestack/ |
D | safestack_util.h | 31 inline size_t RoundUpTo(size_t size, size_t boundary) { in RoundUpTo() function
|
/external/icing/icing/util/ |
D | math-util.h | 59 static IntType RoundUpTo(IntType input_value, IntType rounding_value) { in RoundUpTo() function
|
/external/webrtc/rtc_base/units/ |
D | unit_base.h | 78 constexpr Unit_T RoundUpTo(const Unit_T& resolution) const { in RoundUpTo() function
|
/external/giflib/ |
D | gifalloc.c | 118 int i, j, CrntSlot, RoundUpTo, NewGifBitSize; in GifUnionColorMap() local
|
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_allocator.h | 63 constexpr uptr RoundUpTo(uptr Size, uptr Boundary) { in RoundUpTo() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.h | 454 INLINE uptr RoundUpTo(uptr size, uptr boundary) { in RoundUpTo() function
|
/external/compiler-rt/lib/interception/ |
D | interception_win.cc | 163 static uptr RoundUpTo(uptr size, uptr boundary) { in RoundUpTo() function
|
/external/llvm-project/compiler-rt/lib/interception/ |
D | interception_win.cpp | 168 static uptr RoundUpTo(uptr size, uptr boundary) { in RoundUpTo() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.h | 424 inline uptr RoundUpTo(uptr size, uptr boundary) { in RoundUpTo() function
|