Searched defs:DIV_ROUND_UP (Results 1 – 2 of 2) sorted by relevance
82 #define DIV_ROUND_UP(x, y) (((x) + (y) - 1) / (y)) macro
1326 #define DIV_ROUND_UP( X, Y ) ( ( ( X ) + ( Y ) - 1 ) / ( Y ) ) macro
Completed in 6 milliseconds