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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
ucode_download.c 124 actual_data_len = ROUNDUP(trx->offsets[0], 4) + ROUNDUP(trx->offsets[1], 4);
164 ROUNDUP(fw_size, 4) + ROUNDUP(second_offset, 4);
198 ROUNDUP(ucode_trx_hdr->offsets[0], 4);
dhdu.c 1032 params[1] = ROUNDUP(chunk, 4);
    [all...]
  /external/libppp/src/
defs.h 118 #define ROUNDUP(x) ((x) ? (1 + (((x) - 1) | (sizeof(long) - 1))) : sizeof(long))
route.c 325 wp += ROUNDUP(sa[rtax]->sa_len);
713 padlen = ROUNDUP(len);
iface.c 726 wp += ROUNDUP(sa[rtax]->sa_len);
  /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/chromium_org/third_party/icu/source/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...]
  /external/icu4c/i18n/
decNumberLocal.h 106 /* ROUNDUP -- round an integer up to a multiple of n */
107 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n)
330 #define DECPMAX9 (ROUNDUP(DECPMAX, 9)/9) /* 'Pmax' in 10**9s */
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 620 #define ROUNDUP(x, y) ((((x) + ((y) - 1)) / (y)) * (y))
  /external/valgrind/main/helgrind/
libhb_core.c 411 #define ROUNDUP(a, N) ((a + N - 1) & ~(N-1))
    [all...]

Completed in 821 milliseconds