Searched refs:sum_lower_16 (Results 1 – 1 of 1) sorted by relevance
6424 ULONG sum_lower_16, sum_upper_16; in _nx_sntp_client_utility_addition_overflow_check() local6431 sum_lower_16 = (temp1 & NX_LOWER_16_MASK) + (temp2 & NX_LOWER_16_MASK); in _nx_sntp_client_utility_addition_overflow_check()6434 if (sum_lower_16 & NX_CARRY_BIT) in _nx_sntp_client_utility_addition_overflow_check()