Searched defs:CEIL_DIV (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h468 /* warning NOT side effect safe dont use this with CEIL_DIV( a++,b) */
469 #define CEIL_DIV( a, b ) ((a / b) + ( (a % b) ? 1 : 0)) macro

Completed in 83 milliseconds