Searched defs:ceil_div (Results 1 – 2 of 2) sorted by relevance
15 unsigned int ceil_div(unsigned int x, unsigned int y) in ceil_div() function
74 #define ceil_div(a, b) (CEIL_DIV(a, b)) macro