Searched refs:_VM_HELP_8 (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/include/u-boot/ |
H A D | variadic-macro.h | 23 #define _VM_HELP_8(_call, x, ...) _call(x) _VM_HELP_7(_call, __VA_ARGS__) macro 24 #define _VM_HELP_9(_call, x, ...) _call(x) _VM_HELP_8(_call, __VA_ARGS__) 54 _VM_HELP_9, _VM_HELP_8, _VM_HELP_7, _VM_HELP_6, _VM_HELP_5, \
|