Home
last modified time | relevance | path

Searched defs:round_up (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dkernel.h59 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/openbmc/qemu/include/qemu/
H A Dhost-utils.h92 bool round_up) in muldiv64_rounding()