Searched refs:ARG_N_HELPER (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_common.h | 177 #define ARG_N_HELPER(...) ARG_T(ARG_N(__VA_ARGS__)) macro 178 #define COUNT_ARG(...) ARG_N_HELPER(__VA_ARGS__, 4, 3, 2, 1, 0)
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_common.h | 163 #define ARG_N_HELPER(...) ARG_T(ARG_N(__VA_ARGS__)) macro 164 #define COUNT_ARG(...) ARG_N_HELPER(__VA_ARGS__, 4, 3, 2, 1, 0)
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_common.h | 163 #define ARG_N_HELPER(...) ARG_T(ARG_N(__VA_ARGS__)) macro 164 #define COUNT_ARG(...) ARG_N_HELPER(__VA_ARGS__, 4, 3, 2, 1, 0)
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_common.h | 139 #define ARG_N_HELPER(...) ARG_T(ARG_N(__VA_ARGS__)) macro 140 #define COUNT_ARG(...) ARG_N_HELPER(__VA_ARGS__,4,3,2,1,0)
|
Completed in 3 milliseconds