Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
Dbpf_core_read.h226 #define ___narg(...) ___nth(_, ##__VA_ARGS__, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0) macro
244 #define ___last(...) ___apply(___last, ___narg(__VA_ARGS__))(__VA_ARGS__)
255 #define ___nolast(...) ___apply(___nolast, ___narg(__VA_ARGS__))(__VA_ARGS__)
267 #define ___arrow(...) ___apply(___arrow, ___narg(__VA_ARGS__))(__VA_ARGS__)
289 ___apply(___rd_p, ___narg(__VA_ARGS__))(src, __VA_ARGS__)