Searched defs:ROUNDUP (Results 1 – 3 of 3) sorted by relevance
30 #define ROUNDUP(x, y) RTE_ALIGN_CEIL(x, (1 << (32 - y))) macro
152 #define ROUNDUP(x,y) roundup(x,y) macro
400 #define ROUNDUP(value, to_what) RTE_ROUNDUP((value), (to_what)) macro