Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/include/
H A Dutil.h54 #define ROUNDUP(x, y) \ macro
160 #define ROUNDUP(x, y) ((((x) + (y) - 1) / (y)) * (y)) macro