Searched refs:va_list (Results 1 - 25 of 137) sorted by relevance

123456

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
H A Dvprintf.c53 vprintf(char const *fmt, va_list ap)
H A Dlocal.h67 extern int __svfscanf(FILE * __restrict, const char * __restrict, va_list)
69 extern int __svfscanf_unlocked(FILE * __restrict, const char * __restrict, va_list)
71 extern int __vfprintf_unlocked(FILE * __restrict, const char * __restrict, va_list);
83 extern int __vfwprintf_unlocked(FILE *, const wchar_t *, va_list);
84 extern int __vfwscanf_unlocked(FILE * __restrict, const wchar_t * __restrict, va_list);
H A Dfscanf.c60 va_list ap;
H A Dprintf.c57 va_list ap;
H A Dswscanf.c39 va_list ap;
H A Dvwprintf.c37 vwprintf(const wchar_t * __restrict fmt, va_list ap)
H A Dvwscanf.c43 vwscanf(const wchar_t * __restrict fmt, va_list ap)
H A Dfprintf.c57 va_list ap;
H A Dfwprintf.c46 va_list ap;
H A Dfwscanf.c45 va_list ap;
H A Dscanf.c56 va_list ap;
H A Dsnprintf_ss.c62 va_list ap;
H A Dswprintf.c40 va_list ap;
H A Dwprintf.c46 va_list ap;
H A Dwscanf.c45 va_list ap;
/device/linaro/bootloader/edk2/StdLib/Include/
H A Dstdarg.h2 This header, <stdarg.h>, declares type va_list and defines macros: va_start, va_arg, va_end;
10 The type va_list is a type suitable for holding information needed by the
13 in these descriptions) having type va_list. The object ap may be passed as
37 The type va_list is a type suitable for holding information needed by the
43 typedef __builtin_va_list va_list; typedef
45 #define va_list VA_LIST macro
53 Synopsys: void va_start(va_list ap, paramN);
55 @param ap An object of type va_list that is to be initialized such
78 va_list ap initialized by va_start. Each invocation of va_arg modifies ap
86 Synopsys: type va_arg(va_list a
[all...]
/device/linaro/bootloader/edk2/StdLib/PosixLib/Err/
H A Dwarn_err.c50 _Vdomessage(int doerrno, const char *fmt, va_list args)
66 va_list ap;
76 va_list ap;
86 va_list ap;
95 va_list ap;
/device/google/contexthub/firmware/os/inc/
H A Dprintf.h30 uint32_t cvprintf(printf_write_c writeF, void* writeD, const char* fmtStr, va_list vl);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
H A DEfiStdArg.h80 typedef int *va_list[1]; typedef
81 #define VA_LIST va_list
83 typedef struct __va_list { void *__ap; } va_list; typedef in typeref:struct:__va_list
84 #define VA_LIST va_list
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
H A Dstdarg.h39 typedef __va_list va_list; typedef
66 ((ap) = (va_list)&(last) + __va_size(last))
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
H A Dstdarg.h40 typedef _BSD_VA_LIST_ va_list; typedef
44 #define __builtin_stdarg_start(a, l) ((a) = (va_list)(void *)&(l))
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
H A Dprintf.c38 va_list args;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dmodsupport.h23 PyAPI_FUNC(PyObject *) _Py_VaBuildValue_SizeT(const char *, va_list);
35 PyAPI_FUNC(int) PyArg_VaParse(PyObject *, const char *, va_list);
37 const char *, char **, va_list);
38 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dmodsupport.h23 PyAPI_FUNC(PyObject *) _Py_VaBuildValue_SizeT(const char *, va_list);
35 PyAPI_FUNC(int) PyArg_VaParse(PyObject *, const char *, va_list);
37 const char *, char **, va_list);
38 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/device/google/contexthub/firmware/os/core/
H A DosApi.c35 static void osExpApiEvtqSubscribe(uintptr_t *retValP, va_list args)
43 static void osExpApiEvtqUnsubscribe(uintptr_t *retValP, va_list args)
51 static void osExpApiEvtqEnqueue(uintptr_t *retValP, va_list args)
60 static void osExpApiEvtqEnqueuePrivate(uintptr_t *retValP, va_list args)
70 static void osExpApiEvtqRetainEvt(uintptr_t *retValP, va_list args)
77 static void osExpApiEvtqFreeRetained(uintptr_t *retValP, va_list args)
86 static void osExpApiLogLogv(uintptr_t *retValP, va_list args)
90 va_list innerArgs;
96 static void osExpApiSensorSignal(uintptr_t *retValP, va_list args)
108 static void osExpApiSensorReg(uintptr_t *retValP, va_list arg
[all...]

Completed in 347 milliseconds

123456