HomeSort by relevance Sort by last modified time
    Searched refs:VA_START (Results 1 - 7 of 7) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
ansidecl.h 33 VA_START(ap, var) va_start(ap, var) va_start(ap)
69 thoroughly than the simple VA_START() macro mentioned above.
71 VA_OPEN and VA_CLOSE are used *instead of* va_start and va_end.
159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR)
165 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy
210 #define VA_START(va_list, var) va_start(va_list
    [all...]
system.h 758 #undef VA_START
760 VA_FIXEDARG VA_CLOSE VA_START
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
ansidecl.h 33 VA_START(ap, var) va_start(ap, var) va_start(ap)
69 thoroughly than the simple VA_START() macro mentioned above.
71 VA_OPEN and VA_CLOSE are used *instead of* va_start and va_end.
159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR)
165 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy
210 #define VA_START(va_list, var) va_start(va_list
    [all...]
system.h 759 #undef VA_START
761 VA_FIXEDARG VA_CLOSE VA_START
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
ansidecl.h 33 VA_START(ap, var) va_start(ap, var) va_start(ap)
69 thoroughly than the simple VA_START() macro mentioned above.
71 VA_OPEN and VA_CLOSE are used *instead of* va_start and va_end.
159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR)
165 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy
210 #define VA_START(va_list, var) va_start(va_list
    [all...]
  /external/clearsilver/util/
snprintf.c 77 # define VA_START(f) va_start(ap, f)
85 # define VA_START(f) va_start(ap) /* f is ignored! */
745 VA_START (fmt);
  /external/strace/
strace.c     [all...]

Completed in 355 milliseconds