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

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dprintf-parse.c68 size_t a_allocated; /* allocated elements of a->arg */ local
80 a_allocated = 0;
86 if (n >= a_allocated) \
91 a_allocated = xtimes (a_allocated, 2); \
92 if (a_allocated <= n) \
93 a_allocated = xsum (n, 1); \
94 memory_size = xtimes (a_allocated, sizeof (argument)); \

Completed in 34 milliseconds