Searched refs:__max2 (Results 1 – 3 of 3) sorted by relevance
57 type __max2 = (y); \58 __max1 > __max2 ? __max1 : __max2; })
448 #define OSAL_MAX_T(type, __max1, __max2) \ argument449 ((type)(__max1) > (type)(__max2) ? (type)(__max1) : (type)(__max2))
4185 type __max2 = (y); \4186 __max1 > __max2 ? __max1 : __max2; })