Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dprintf_common.h321 int tablemax; /* largest used index in table */ in __find_arguments() local
330 (nextarg > tablemax) ? tablemax = nextarg : 0, typetable[nextarg++] = type) in __find_arguments()
386 tablemax = 0; in __find_arguments()
538 if (tablemax >= STATIC_ARG_TBL_SIZE) { in __find_arguments()
539 *argtablesiz = sizeof(union arg) * (tablemax + 1); in __find_arguments()
546 for (n = 1; n <= tablemax; n++) { in __find_arguments()