Searched defs:VA_START (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/m_demangle/
H A Dansidecl.h34 VA_START(ap, var) va_start(ap, var) va_start(ap)
70 thoroughly than the simple VA_START() macro mentioned above.
164 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) macro
215 #define VA_START(va_list, var) va_start(va_list) macro
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_snprintf.c205 #ifdef VA_START
206 #undef VA_START macro
207 #endif /* defined(VA_START) */
213 #define VA_START(ap, last) va_start(ap, last) macro
217 #define VA_START(ap, last) va_start(ap) /* "last" is ignored. */ macro
1450 VA_START(ap, format);
1476 VA_START(ap, format);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c205 #ifdef VA_START
206 #undef VA_START macro
207 #endif /* defined(VA_START) */
213 #define VA_START(ap, last) va_start(ap, last) macro
217 #define VA_START(ap, last) va_start(ap) /* "last" is ignored. */ macro
1450 VA_START(ap, format);
1476 VA_START(ap, format);

Completed in 202 milliseconds