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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dprintf-parse.c86 size_t a_allocated; /* allocated elements of a->arg */ local
98 a_allocated = 0;
104 if (n >= a_allocated) \
109 a_allocated = xtimes (a_allocated, 2); \
110 if (a_allocated <= n) \
111 a_allocated = xsum (n, 1); \
112 memory_size = xtimes (a_allocated, sizeof (argument)); \

Completed in 20 milliseconds