Searched refs:a_hi (Results 1 – 1 of 1) sorted by relevance
348 #define ADD_64(s_hi, a_hi, s_lo, a_lo) \ argument351 s_hi += a_hi + ((s_lo < a_lo) ? 1 : 0); \