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