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