Home
last modified time | relevance | path

Searched refs:a_allocated (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/intl/
Dprintf-parse.c68 size_t a_allocated; /* allocated elements of a->arg */ in PRINTF_PARSE() local
80 a_allocated = 0; in PRINTF_PARSE()
86 if (n >= a_allocated) \ in PRINTF_PARSE()
91 a_allocated = xtimes (a_allocated, 2); \ in PRINTF_PARSE()
92 if (a_allocated <= n) \ in PRINTF_PARSE()
93 a_allocated = xsum (n, 1); \ in PRINTF_PARSE()
94 memory_size = xtimes (a_allocated, sizeof (argument)); \ in PRINTF_PARSE()