Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/math-emu/
Dsfrem.c
Ddfrem.c
/openbmc/linux/tools/include/linux/
Dmath.h
/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/linux/include/soc/fsl/
Dqman.h
/openbmc/u-boot/include/
H A Dec_commands.h2241 uint8_t roundup; member