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

  /external/webkit/Source/WebCore/rendering/
RenderArena.cpp 43 #define ROUNDUP(x, y) ((((x)+((y)-1))/(y))*(y))
91 size = ROUNDUP(size, sizeof(void*));
127 size = ROUNDUP(size, sizeof(void*));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
gmon.h 152 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
gmon.h 152 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
gmon.h 152 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y))
  /external/dhcpcd/
if-bsd.c 64 #define ROUNDUP(a) \
66 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len))
201 l = ROUNDUP(_su.sa.sa_len); \
  /external/icu4c/i18n/
decNumberLocal.h 118 /* ROUNDUP -- round an integer up to a multiple of n */
119 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n)
342 #define DECPMAX9 (ROUNDUP(DECPMAX, 9)/9) /* 'Pmax' in 10**9s */
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmutils.h 525 #define ROUNDUP(x, y) ((((x)+((y)-1))/(y))*(y))
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 525 #define ROUNDUP(x, y) ((((x)+((y)-1))/(y))*(y))
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c 1005 params[0] = addr; params[1] = ROUNDUP(chunk, 4);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 1005 params[0] = addr; params[1] = ROUNDUP(chunk, 4);
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 410 #define ROUNDUP(a, N) ((a + N - 1) & ~(N-1))
    [all...]

Completed in 388 milliseconds