Searched refs:_VM_HELP_3 (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/include/u-boot/ |
H A D | variadic-macro.h | 18 #define _VM_HELP_3(_call, x, ...) _call(x) _VM_HELP_2(_call, __VA_ARGS__) macro 19 #define _VM_HELP_4(_call, x, ...) _call(x) _VM_HELP_3(_call, __VA_ARGS__) 55 _VM_HELP_4, _VM_HELP_3, _VM_HELP_2, _VM_HELP_1, \
|