Searched defs:RoundUp (Results 1 – 3 of 3) sorted by relevance
202 inline T RoundUp(T x, u32 base) in RoundUp() function216 inline void* RoundUp(void* x, u32 base) in RoundUp() function230 inline const void* RoundUp(const void* x, u32 base) in RoundUp() function
192 static uptr RoundUp(uptr addr, s32 alignment) in RoundUp() function
43 static uptr RoundUp(uptr addr) in RoundUp() function