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

/linux-master/include/linux/
H A Dargs.h9 * In __COUNT_ARGS() _0 to _12 are just placeholders from the start
16 * In COUNT_ARGS() we use actual integers, so __COUNT_ARGS() returns
21 #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)

Completed in 250 milliseconds