roundup            73 src/unexhp9k800.c #undef roundup
roundup            74 src/unexhp9k800.c #define roundup(x,n) (((x) + ((n) - 1)) & ~((n) - 1))  /* n is power of 2 */