Home
last modified time | relevance | path

Searched refs:ROUNDUP (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/powerpc/boot/
H A Daddnote.c54 #define ROUNDUP(len) (((len) + 3) & ~3) macro
131 nnote = 12 + ROUNDUP(strlen(arch) + 1) + sizeof(descr); in main()
132 nnote2 = 12 + ROUNDUP(strlen(rpaname) + 1) + sizeof(rpanote); in main()
214 ns += 12 + ROUNDUP(strlen(rpaname) + 1); in main()
/openbmc/u-boot/include/
H A Dimage-sparse.h9 #define ROUNDUP(x, y) (((x) + ((y) - 1)) & ~((y) - 1)) macro
/openbmc/u-boot/lib/
H A Dimage-sparse.c176 ROUNDUP( in write_sparse_image()
/openbmc/qemu/include/libdecnumber/
H A DdecNumberLocal.h127 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
340 #define DECPMAX9 (ROUNDUP(DECPMAX, 9)/9) /* 'Pmax' in 10**9s */
/openbmc/linux/arch/ia64/hp/common/
H A Dsba_iommu.c265 #define ROUNDUP(x,y) ((x + ((y)-1)) & ~((y)-1)) macro
534 uint bitshiftcnt = ROUNDUP(ioc->res_bitshift, o); in sba_search_bitmap()
1075 size = ROUNDUP(size, iovp_size); in sba_unmap_page()
1256 cnt = ROUNDUP(cnt, iovp_size); in sba_fill_pdir()