Searched refs:carry (Results 1 – 3 of 3) sorted by relevance
331 ULONG64 carry; in calibrate_timestamp() local374 carry = 0x100000000; in calibrate_timestamp()378 carry = 0; in calibrate_timestamp()382 …second_low = carry + ((ULONG64)test_ts -> delay_response.second_low + (ULONG64)test_ts -> delay_re… in calibrate_timestamp()386 carry = NANOSECONDS_PER_SEC; in calibrate_timestamp()390 carry = 0; in calibrate_timestamp()394 …nanosecond = (carry + ((long long)test_ts -> delay_response.nanosecond + (long long)test_ts -> del… in calibrate_timestamp()
1430 HN_UBASE2 value, carry; in _nx_crypto_huge_number_modulus() local1533 carry = 0; in _nx_crypto_huge_number_modulus()1540 product += carry; in _nx_crypto_huge_number_modulus()1542 carry = product >> HN_SHIFT; /* The carry bits used for the next itegration. */ in _nx_crypto_huge_number_modulus()1556 product = divisor_buffer[i] * scale + carry; in _nx_crypto_huge_number_modulus()1560 product = carry; in _nx_crypto_huge_number_modulus()
6425 UINT carry; in _nx_sntp_client_utility_addition_overflow_check() local6428 carry = 0; in _nx_sntp_client_utility_addition_overflow_check()6438 carry = 1; in _nx_sntp_client_utility_addition_overflow_check()6442 sum_upper_16 = (temp1 >> NX_SHIFT_BY_16) + (temp2 >> NX_SHIFT_BY_16) + carry; in _nx_sntp_client_utility_addition_overflow_check()