Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvfwprintf.c82 #define WDECL(a, b) a ## w ## b macro
92 #define WDECL(a, b) a ## b macro
186 ret = WDECL(__vf,printf_unlocked)(&fake, fmt, ap); in __sbprintf()
551 WDECL(vf,printf)(FILE * __restrict fp, const CHAR_T * __restrict fmt0, va_list ap) in WDECL() function
560 ret = WDECL(__vf,printf_unlocked)(fp, fmt0, ap); in WDECL()
613 WDECL(__vf,printf_unlocked)(FILE *fp, const CHAR_T *fmt0, va_list ap) in WDECL() function