Searched refs:addend (Results 1 – 1 of 1) sorted by relevance
195 #define GX_UTILITY_MATH_UINT_ADD(augend, addend, result) \ argument196 if ((UINT)-1 - (augend) < (addend)) \202 (result) = (augend) + (addend); \215 #define GX_UTILITY_MATH_USHORT_ADD(augend, addend, result) \ argument216 if ((USHORT)-1 - (augend) < (addend)) \222 (result) = (USHORT)((augend) + (addend)); \