Searched defs:RoundUp (Results 1 – 4 of 4) sorted by relevance
120 T RoundUp(T p, u64 align) { in RoundUp() function
407 inline T RoundUp(T x, intptr_t m) { in RoundUp() function
171 static void RoundUp(Vector<char> buffer, int* length, int* decimal_point) { in RoundUp() function
614 #define RoundUp( X, Y ) ( ( X ) + ( ( Y ) - ( ( X ) % ( Y ) ) ) ) macro