/ndk/sources/host-tools/make-3.81/ |
misc.c | 34 # define VA_START(args, lastarg) va_start(args, lastarg) 37 # define VA_START(args, lastarg) va_start(args) 49 # define VA_START(args, lastarg) 218 VA_START (args, fmt); 252 VA_START(args, fmt); 285 VA_START(args, fmt);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/ |
ansidecl.h | 34 VA_START(ap, var) va_start(ap, var) va_start(ap) 70 thoroughly than the simple VA_START() macro mentioned above. 72 VA_OPEN and VA_CLOSE are used *instead of* va_start and va_end. 164 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) 170 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy 215 #define VA_START(va_list, var) va_start(va_list [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/ |
ansidecl.h | 34 VA_START(ap, var) va_start(ap, var) va_start(ap) 70 thoroughly than the simple VA_START() macro mentioned above. 72 VA_OPEN and VA_CLOSE are used *instead of* va_start and va_end. 164 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) 170 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy 215 #define VA_START(va_list, var) va_start(va_list [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
ansidecl.h | 34 VA_START(ap, var) va_start(ap, var) va_start(ap) 70 thoroughly than the simple VA_START() macro mentioned above. 72 VA_OPEN and VA_CLOSE are used *instead of* va_start and va_end. 164 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) 170 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy 215 #define VA_START(va_list, var) va_start(va_list [all...] |
system.h | 944 #undef VA_START 946 VA_FIXEDARG VA_CLOSE VA_START [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_snprintf.c | 205 #ifdef VA_START 206 #undef VA_START 207 #endif /* defined(VA_START) */ 213 #define VA_START(ap, last) va_start(ap, last) 217 #define VA_START(ap, last) va_start(ap) /* "last" is ignored. */ [all...] |
/toolchain/binutils/binutils-2.25/include/ |
ansidecl.h | 34 VA_START(ap, var) va_start(ap, var) va_start(ap) 70 thoroughly than the simple VA_START() macro mentioned above. 72 VA_OPEN and VA_CLOSE are used *instead of* va_start and va_end. 164 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) 170 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy 215 #define VA_START(va_list, var) va_start(va_list [all...] |
/external/mdnsresponder/mDNSCore/ |
mDNSEmbeddedAPI.h | 62 #define va_start(a, b) VA_START(a, b) macro [all...] |