Searched refs:ROUNDUP (Results 1 – 3 of 3) sorted by relevance
9 #define ROUNDUP(x, y) (((x) + ((y) - 1)) & ~((y) - 1)) macro
176 ROUNDUP( in write_sparse_image()
126 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro339 #define DECPMAX9 (ROUNDUP(DECPMAX, 9)/9) /* 'Pmax' in 10**9s */