Home
last modified time | relevance | path

Searched defs:va_arg (Results 1 - 9 of 9) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dstdarg.h14 #define va_arg(v,l) __builtin_va_arg(v,l) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/nuttx/include/
H A Dstdarg.h57 #define va_arg(v,l) __builtin_va_arg(v,l) macro
/kernel/linux/linux-6.6/include/linux/
H A Dstdarg.h8 #define va_arg(v, T) __builtin_va_arg(v, T) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdarg.h14 #define va_arg(v,l) __builtin_va_arg(v,l) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdarg.h14 #define va_arg(v,l) __builtin_va_arg(v,l) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdarg.h14 #define va_arg(v,l) __builtin_va_arg(v,l) macro
/third_party/musl/include/
H A Dstdarg.h14 #define va_arg(v,l) __builtin_va_arg(v,l) macro
/kernel/linux/linux-5.10/include/acpi/platform/
H A Dacgcc.h22 #define va_arg(v, l) __builtin_va_arg(v, l) macro
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMJIT.cpp89 va_arg, // __msan_va_arg_tls member in rr::MSanTLS

Completed in 3 milliseconds