HomeSort by relevance Sort by last modified time
    Searched refs:roundup (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
param.h 55 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \ macro
59 # define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
  /external/kernel-headers/original/linux/
kernel.h 36 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro

Completed in 2090 milliseconds