Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dargs.h21 #define __COUNT_ARGS(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _n, X...) _n macro
22 #define COUNT_ARGS(X...) __COUNT_ARGS(, ##X, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0)