Searched refs:xtimes (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/intl/ |
D | printf-parse.c | 91 a_allocated = xtimes (a_allocated, 2); \ in PRINTF_PARSE() 94 memory_size = xtimes (a_allocated, sizeof (argument)); \ in PRINTF_PARSE() 146 n = xsum (xtimes (n, 10), *np - '0'); in PRINTF_PARSE() 216 n = xsum (xtimes (n, 10), *np - '0'); in PRINTF_PARSE() 273 n = xsum (xtimes (n, 10), *np - '0'); in PRINTF_PARSE() 507 d_allocated = xtimes (d_allocated, 2); in PRINTF_PARSE() 508 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); in PRINTF_PARSE()
|
D | vasnprintf.c | 158 size_t buf_memsize = xtimes (buf_neededlength, sizeof (CHAR_T)); in VASNPRINTF() 190 allocated = (allocated > 0 ? xtimes (allocated, 2) : 12); \ in VASNPRINTF() 193 memory_size = xtimes (allocated, sizeof (CHAR_T)); \ in VASNPRINTF() 297 width = xsum (xtimes (width, 10), *digitp++ - '0'); in VASNPRINTF() 320 precision = xsum (xtimes (precision, 10), *digitp++ - '0'); in VASNPRINTF() 458 tmp_length = xtimes (tmp_length, MB_CUR_MAX); in VASNPRINTF() 489 size_t tmp_memsize = xtimes (tmp_length, sizeof (CHAR_T)); in VASNPRINTF() 789 xsum (xtimes (allocated, 2), 12); in VASNPRINTF() 824 xmax (xsum (length, count), xtimes (allocated, 2)); in VASNPRINTF()
|
D | xsize.h | 99 #define xtimes(N, ELSIZE) \ macro
|
/external/bison/lib/ |
D | printf-parse.c | 108 a_allocated = xtimes (a_allocated, 2); \ in PRINTF_PARSE() 111 memory_size = xtimes (a_allocated, sizeof (argument)); \ in PRINTF_PARSE() 165 n = xsum (xtimes (n, 10), *np - '0'); in PRINTF_PARSE() 242 n = xsum (xtimes (n, 10), *np - '0'); in PRINTF_PARSE() 299 n = xsum (xtimes (n, 10), *np - '0'); in PRINTF_PARSE() 587 d_allocated = xtimes (d_allocated, 2); in PRINTF_PARSE() 588 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); in PRINTF_PARSE()
|
D | vasnprintf.c | 1821 size_t buf_memsize = xtimes (buf_neededlength, sizeof (TCHAR_T)); in VASNPRINTF() 1853 allocated = (allocated > 0 ? xtimes (allocated, 2) : 12); \ in VASNPRINTF() 1856 memory_size = xtimes (allocated, sizeof (DCHAR_T)); \ in VASNPRINTF() 1975 width = xsum (xtimes (width, 10), *digitp++ - '0'); in VASNPRINTF() 2006 precision = xsum (xtimes (precision, 10), *digitp++ - '0'); in VASNPRINTF() 2453 width = xsum (xtimes (width, 10), *digitp++ - '0'); in VASNPRINTF() 2484 precision = xsum (xtimes (precision, 10), *digitp++ - '0'); in VASNPRINTF() 2978 width = xsum (xtimes (width, 10), *digitp++ - '0'); in VASNPRINTF() 3009 precision = xsum (xtimes (precision, 10), *digitp++ - '0'); in VASNPRINTF() 3041 size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T)); in VASNPRINTF() [all …]
|
D | xsize.h | 102 #define xtimes(N, ELSIZE) \ macro
|