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 D | stdarg.h | 14 #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 D | stdarg.h | 57 #define va_arg(v,l) __builtin_va_arg(v,l) macro
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | stdarg.h | 8 #define va_arg(v, T) __builtin_va_arg(v, T) macro
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| H A D | stdarg.h | 14 #define va_arg(v,l) __builtin_va_arg(v,l) macro
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| H A D | stdarg.h | 14 #define va_arg(v,l) __builtin_va_arg(v,l) macro
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| H A D | stdarg.h | 14 #define va_arg(v,l) __builtin_va_arg(v,l) macro
|
| /third_party/musl/include/ |
| H A D | stdarg.h | 14 #define va_arg(v,l) __builtin_va_arg(v,l) macro
|
| /kernel/linux/linux-5.10/include/acpi/platform/ |
| H A D | acgcc.h | 22 #define va_arg(v, l) __builtin_va_arg(v, l) macro
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | LLVMJIT.cpp | 89 va_arg, // __msan_va_arg_tls member in rr::MSanTLS
|
Completed in 3 milliseconds