Home
last modified time | relevance | path

Searched refs:a_allocated (Results 1 – 2 of 2) 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()
/external/bison/lib/
Dprintf-parse.c88 size_t a_allocated; /* allocated elements of a->arg */ in PRINTF_PARSE() local
97 a_allocated = N_DIRECT_ALLOC_ARGUMENTS; in PRINTF_PARSE()
103 if (n >= a_allocated) \ in PRINTF_PARSE()
108 a_allocated = xtimes (a_allocated, 2); \ in PRINTF_PARSE()
109 if (a_allocated <= n) \ in PRINTF_PARSE()
110 a_allocated = xsum (n, 1); \ in PRINTF_PARSE()
111 memory_size = xtimes (a_allocated, sizeof (argument)); \ in PRINTF_PARSE()