Searched refs:roundup (Results 1 - 3 of 3) sorted by relevance

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
H A Dparam.h55 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \ macro
59 # define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
H A Dparam.h55 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \ macro
59 # define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
H A Dparam.h55 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \ macro
59 # define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro

Completed in 137 milliseconds