Home
last modified time | relevance | path

Searched refs:first_arg (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/eal/include/
H A Drte_common.h148 #define __rte_format_printf(format_index, first_arg) \ argument
149 __attribute__((format(gnu_printf, format_index, first_arg)))
151 #define __rte_format_printf(format_index, first_arg) \ argument
152 __attribute__((format(printf, format_index, first_arg)))