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