Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_defs.h120 T RoundUp(T p, u64 align) { in RoundUp() function
/external/v8/src/base/
Dmacros.h407 inline T RoundUp(T x, intptr_t m) { in RoundUp() function
/external/v8/src/
Dfixed-dtoa.cc171 static void RoundUp(Vector<char> buffer, int* length, int* decimal_point) { in RoundUp() function
/external/mdnsresponder/mDNSShared/
DCommonServices.h614 #define RoundUp( X, Y ) ( ( X ) + ( ( Y ) - ( ( X ) % ( Y ) ) ) ) macro