Searched refs:divisor (Results 1 – 3 of 3) sorted by relevance
1419 …OID _nx_crypto_huge_number_modulus(NX_CRYPTO_HUGE_NUMBER *dividend, NX_CRYPTO_HUGE_NUMBER *divisor) in _nx_crypto_huge_number_modulus() argument1463 compare_value = _nx_crypto_huge_number_compare_unsigned(result, divisor); in _nx_crypto_huge_number_modulus()1468 _nx_crypto_huge_number_add(result, divisor); in _nx_crypto_huge_number_modulus()1474 divisor_length = divisor -> nx_crypto_huge_number_size - 1; in _nx_crypto_huge_number_modulus()1479 divisor_buffer = divisor -> nx_crypto_huge_number_data; in _nx_crypto_huge_number_modulus()1580 compare_value = _nx_crypto_huge_number_compare_unsigned(result, divisor); in _nx_crypto_huge_number_modulus()1586 _nx_crypto_huge_number_add(result, divisor); in _nx_crypto_huge_number_modulus()
195 VOID _nx_crypto_huge_number_modulus(NX_CRYPTO_HUGE_NUMBER *dividend, NX_CRYPTO_HUGE_NUMBER *divisor…
3496 ULONG divisor; in _nx_sntp_client_check_server_clock_dispersion() local3529 divisor = (ULONG)(1 << bit); in _nx_sntp_client_check_server_clock_dispersion()3530 if ((divisor < 1000000) && (divisor > 0)) in _nx_sntp_client_check_server_clock_dispersion()3532 dispersion_usecs += 1000000/divisor; in _nx_sntp_client_check_server_clock_dispersion()