Searched refs:roundup (Results 1 – 1 of 1) sorted by relevance
16 #define roundup(x,y) ((((x)+((y)-1))/(y))*(y)) macro
Completed in 5 milliseconds