HomeSort by relevance Sort by last modified time
    Searched defs:statargtable (Results 1 - 3 of 3) sorted by null

  /bionic/libc/stdio/
vfprintf.cpp 95 union arg statargtable[STATIC_ARG_TBL_SIZE]; local
230 argtable = statargtable;
265 argtable = statargtable;
697 if (argtable != NULL && argtable != statargtable) {
vfwprintf.cpp 95 union arg statargtable[STATIC_ARG_TBL_SIZE]; local
219 argtable = statargtable;
254 argtable = statargtable;
675 if (argtable != NULL && argtable != statargtable) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 682 union arg statargtable [STATIC_ARG_TBL_SIZE]; local
802 argtable = statargtable; \
954 argtable = statargtable;
    [all...]

Completed in 100 milliseconds