Searched refs:ROUNDUP (Results 1 - 2 of 2) sorted by relevance

/arch/powerpc/boot/
H A Daddnote.c56 #define ROUNDUP(len) (((len) + 3) & ~3) macro
108 nnote = 12 + ROUNDUP(strlen(arch) + 1) + sizeof(descr);
109 nnote2 = 12 + ROUNDUP(strlen(rpaname) + 1) + sizeof(rpanote);
176 ns += 12 + ROUNDUP(strlen(rpaname) + 1);
/arch/ia64/hp/common/
H A Dsba_iommu.c273 #define ROUNDUP(x,y) ((x + ((y)-1)) & ~((y)-1)) macro
543 uint bitshiftcnt = ROUNDUP(ioc->res_bitshift, o);
1083 size = ROUNDUP(size, iovp_size);
1277 cnt = ROUNDUP(cnt, iovp_size);

Completed in 58 milliseconds