Home
last modified time | relevance | path

Searched defs:tablesize (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/stdio/
Dprintf_common.h320 int tablesize; /* current size of type table */ in __find_arguments() local
644 static int __grow_type_table(unsigned char** typetable, int* tablesize) { in __grow_type_table()