Searched refs:ROUNDUP (Results 1 – 5 of 5) sorted by relevance
107 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro330 #define DECPMAX9 (ROUNDUP(DECPMAX, 9)/9) /* 'Pmax' in 10**9s */
69 #define ROUNDUP(a, size) (((a) & ((size)-1)) ? (1 + ((a) | ((size)-1))) : (a)) macro72 ((caddr_t) ap + (ap->sa_len ? ROUNDUP(ap->sa_len, sizeof (uint32_t)) : sizeof(uint32_t)))
411 #define ROUNDUP(a, N) ((a + N - 1) & ~(N-1)) macro1507 return ROUNDUP(a, N_LINE_ARANGE); in cacheline_ROUNDUP()
97839 ROUNDUP R AW1 N D AH2 P