Searched refs:first_arg (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_common.h | 114 #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 D | rte_common.h | 141 #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)))
|