Home
last modified time | relevance | path

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

/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.h126 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
339 #define DECPMAX9 (ROUNDUP(DECPMAX, 9)/9) /* 'Pmax' in 10**9s */