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

  /bionic/libc/stdio/
printf_common.h 179 #define STATIC_ARG_TBL_SIZE 8 /* Size of static argument table. */
306 * initial argument table should be an array of STATIC_ARG_TBL_SIZE entries.
317 unsigned char stattypetable[STATIC_ARG_TBL_SIZE];
383 tablesize = STATIC_ARG_TBL_SIZE;
386 memset(typetable, T_UNUSED, STATIC_ARG_TBL_SIZE);
552 if (tablemax >= STATIC_ARG_TBL_SIZE) {
664 if (*tablesize == STATIC_ARG_TBL_SIZE) {
vfprintf.cpp 95 union arg statargtable[STATIC_ARG_TBL_SIZE];
vfwprintf.cpp 95 union arg statargtable[STATIC_ARG_TBL_SIZE];
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 589 #define STATIC_ARG_TBL_SIZE 8 /* Size of static argument table. */
682 union arg statargtable [STATIC_ARG_TBL_SIZE];
    [all...]

Completed in 182 milliseconds