Searched defs:CEIL (Results 1 – 4 of 4) sorted by relevance
33 #define CEIL(a, b) (((a) + (b-1)) / (b)) macro
275 #define CEIL(x, y) (((x) + ((y)-1)) / (y)) macro
45 CEIL, enumerator
266 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro