Searched refs:_VM_HELP_23 (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/include/u-boot/ |
H A D | variadic-macro.h | 38 #define _VM_HELP_23(_call, x, ...) _call(x) _VM_HELP_22(_call, __VA_ARGS__) macro 39 #define _VM_HELP_24(_call, x, ...) _call(x) _VM_HELP_23(_call, __VA_ARGS__) 51 _VM_HELP_24, _VM_HELP_23, _VM_HELP_22, _VM_HELP_21, _VM_HELP_20, \
|