Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_common.h114 #define __rte_format_printf(format_index, first_arg) \ argument
115 __attribute__((format(gnu_printf, format_index, first_arg)))
117 #define __rte_format_printf(format_index, first_arg) \ argument
118 __attribute__((format(printf, format_index, first_arg)))
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_common.h141 #define __rte_format_printf(format_index, first_arg) \ argument
142 __attribute__((format(gnu_printf, format_index, first_arg)))
144 #define __rte_format_printf(format_index, first_arg) \ argument
145 __attribute__((format(printf, format_index, first_arg)))