Searched defs:CEIL (Results 1 – 2 of 2) sorted by relevance
275 #define CEIL(x, y) (((x) + ((y)-1)) / (y)) macro
164 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro