Searched defs:DIV_CEIL (Results 1 – 2 of 2) sorted by relevance
19 #define DIV_CEIL(x, y) (((x)-1) / (y) + 1) macro
765 static inline unsigned int DIV_CEIL (const unsigned int a, unsigned int b) in DIV_CEIL() function