Searched refs:ROUNDUP (Results 1 – 2 of 2) sorted by relevance
56 #define ROUNDUP(len) (((len) + 3) & ~3) macro108 nnote = 12 + ROUNDUP(strlen(arch) + 1) + sizeof(descr); in main()109 nnote2 = 12 + ROUNDUP(strlen(rpaname) + 1) + sizeof(rpanote); in main()176 ns += 12 + ROUNDUP(strlen(rpaname) + 1); in main()
272 #define ROUNDUP(x,y) ((x + ((y)-1)) & ~((y)-1)) macro542 uint bitshiftcnt = ROUNDUP(ioc->res_bitshift, o); in sba_search_bitmap()1064 size = ROUNDUP(size, iovp_size); in sba_unmap_single_attrs()1251 cnt = ROUNDUP(cnt, iovp_size); in sba_fill_pdir()