Home
last modified time | relevance | path

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

/u-boot/tools/
A Dpblimage.c11 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
A Dmxsimage.h16 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/u-boot/include/linux/
A Dkernel.h84 #define roundup(x, y) ( \ macro
/u-boot/include/
A Dec_commands.h2282 uint8_t roundup; member

Completed in 31 milliseconds