Home
last modified time | relevance | path

Searched refs:carry (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/ptp_test/
Dnetx_ptp_utility.c331 ULONG64 carry; in calibrate_timestamp() local
374 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()
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_huge_number.c1430 HN_UBASE2 value, carry; in _nx_crypto_huge_number_modulus() local
1533 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()
/NetX-Duo-v6.2.1/addons/sntp/
Dnxd_sntp_client.c6425 UINT carry; in _nx_sntp_client_utility_addition_overflow_check() local
6428 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()