Searched refs:ROUNDUP (Results 1 - 7 of 7) sorted by relevance

/external/libppp/src/
H A Ddefs.h118 #define ROUNDUP(x) ((x) ? (1 + (((x) - 1) | (sizeof(long) - 1))) : sizeof(long)) macro
H A Droute.c325 wp += ROUNDUP(sa[rtax]->sa_len);
713 padlen = ROUNDUP(len);
H A Diface.c726 wp += ROUNDUP(sa[rtax]->sa_len);
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumberLocal.h118 /* ROUNDUP -- round an integer up to a multiple of n */
119 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
342 #define DECPMAX9 (ROUNDUP(DECPMAX, 9)/9) /* 'Pmax' in 10**9s */
/external/icu4c/i18n/
H A DdecNumberLocal.h106 /* ROUNDUP -- round an integer up to a multiple of n */
107 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
330 #define DECPMAX9 (ROUNDUP(DECPMAX, 9)/9) /* 'Pmax' in 10**9s */
/external/valgrind/main/helgrind/
H A Dlibhb_core.c411 #define ROUNDUP(a, N) ((a + N - 1) & ~(N-1)) macro
1507 return ROUNDUP(a, N_LINE_ARANGE);
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 293 milliseconds