Searched refs:COUNT_ARGS_IMPL (Results 1 – 2 of 2) sorted by relevance
| /hal_telink-latest/tlsr9/ble/common/ |
| D | macro_trick.h | 30 #define COUNT_ARGS_IMPL(args) COUNT_ARGS_IMPL2 args macro 31 #define COUNT_ARGS(...) COUNT_ARGS_IMPL((__VA_ARGS__, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, …
|
| /hal_telink-latest/tlsr9/common/ |
| D | bit.h | 72 #define COUNT_ARGS_IMPL(args) COUNT_ARGS_IMPL2 args macro 73 #define COUNT_ARGS(...) COUNT_ARGS_IMPL((__VA_ARGS__, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, …
|