Home
last modified time | relevance | path

Searched defs:ROUNDUP (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dimage-sparse.h9 #define ROUNDUP(x, y) (((x) + ((y) - 1)) & ~((y) - 1)) macro
/openbmc/linux/arch/powerpc/boot/
H A Daddnote.c54 #define ROUNDUP(len) (((len) + 3) & ~3) macro
/openbmc/qemu/include/libdecnumber/
H A DdecNumberLocal.h127 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
/openbmc/linux/arch/ia64/hp/common/
H A Dsba_iommu.c265 #define ROUNDUP(x,y) ((x + ((y)-1)) & ~((y)-1)) macro