HomeSort by relevance Sort by last modified time
    Searched refs:tablemax (Results 1 - 2 of 2) sorted by null

  /bionic/libc/stdio/
printf_common.h 319 int tablemax; /* largest used index in table */ local
328 (nextarg > tablemax) ? tablemax = nextarg : 0, typetable[nextarg++] = type)
384 tablemax = 0;
552 if (tablemax >= STATIC_ARG_TBL_SIZE) {
553 *argtablesiz = sizeof(union arg) * (tablemax + 1);
560 for (n = 1; n <= tablemax; n++) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 1602 int tablemax; \/* largest used index in table *\/ local
    [all...]

Completed in 410 milliseconds