Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/include/
Dmacros.h211 #define VA_NARGS(...) VA_NARGS_IMPL(__VA_ARGS__, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1) macro
213 #define VA_ARGS_UNUSED(...) VA_ARGS_UNUSED_IMPL(VA_NARGS(__VA_ARGS__))(__VA_ARGS__)