Searched refs:___nth (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
D | bpf_core_read.h | 220 #define ___nth(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, __11, N, ...) N macro 226 #define ___narg(...) ___nth(_, ##__VA_ARGS__, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0) 232 #define ___empty(...) ___nth(_, ##__VA_ARGS__, N, N, N, N, N, N, N, N, N, N, 0)
|