Searched defs:roundup (Results 1 – 2 of 2) sorted by relevance
| /device/linaro/bootloader/edk2/StdLib/Include/sys/ | ||
| D | param.h | 239 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro |
| /device/google/dragon/recovery/updater/ | ||
| D | ec_commands.h | 1832 uint8_t roundup; member |