Searched defs:RoundUp (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dutils.h194 static constexpr T RoundUp(T x, typename TypeIdentity<T>::type n) WARN_UNUSED;
197 static constexpr T RoundUp(T x, typename TypeIdentity<T>::type n) { function in namespace:art
215 return reinterpret_cast<T*>(RoundUp(reinterpret_cast<uintptr_t>(x), n));

Completed in 177 milliseconds