Home
last modified time | relevance | path

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

/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h72 #define ROUNDUP(a, b) (((a) + ((b) - 1)) & ~((b) - 1)) macro
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc_impl.h63 #define ROUNDUP(a, b) (((a) + ((b) - 1)) & ~((b) - 1)) macro
/third_party/icu/icu4c/source/i18n/
H A DdecNumberLocal.h110 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumberLocal.h110 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumberLocal.h110 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro

Completed in 6 milliseconds