Searched defs:CEIL (Results 1 – 3 of 3) sorted by relevance
578 #define CEIL(x, y) (((x) + (y) - 1) / (y)) macro
188 #define CEIL(count) (((count) + lbmask) & ~lbmask) macro
71 #define CEIL(x, align) FLOOR(((Address) x) + (align) - 1l, align) macro