Searched refs:__c_index (Results 1 – 1 of 1) sorted by relevance
239 #define _PICK_EVEN_2RANGES(__index, __c_index, __a, __b, __c, __d) \ argument240 (BUILD_BUG_ON_ZERO(!__is_constexpr(__c_index)) + \241 ((__index) < (__c_index) ? _PICK_EVEN(__index, __a, __b) : \242 _PICK_EVEN((__index) - (__c_index), __c, __d)))