Searched refs:ROUNDUP (Results 1 – 6 of 6) sorted by relevance
43 #define ROUNDUP(x, y) ((((x)+((y)-1))/(y))*(y)) macro91 size = ROUNDUP(size, sizeof(void*)); in allocate()127 size = ROUNDUP(size, sizeof(void*)); in free()
64 #define ROUNDUP(a) \ macro66 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len))201 l = ROUNDUP(_su.sa.sa_len); \ in if_route()
682 #define ROUNDUP(a) \ macro685 #define SAROUNDUP(X) ROUNDUP(((struct sockaddr *)(X))->sa_len)
119 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro342 #define DECPMAX9 (ROUNDUP(DECPMAX, 9)/9) /* 'Pmax' in 10**9s */
158 #define ROUNDUP(a, N) ((a + N - 1) & ~(N-1)) macro1246 return ROUNDUP(a, N_LINE_ARANGE); in cacheline_ROUNDUP()
97839 ROUNDUP R AW1 N D AH2 P