Home
last modified time | relevance | path

Searched defs:roundup (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/tools/
H A Dpblimage.c10 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
H A Dmxsimage.h16 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/openbmc/u-boot/include/linux/
H A Dkernel.h77 #define roundup(x, y) ( \ macro
/openbmc/openbmc/poky/meta/lib/oe/
H A Dutils.py496 def roundup(size): function
/openbmc/u-boot/include/
H A Dec_commands.h2241 uint8_t roundup; member