Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/sntp/
Dnxd_sntp_client.c6224 ULONG value, segment; in _nx_sntp_client_utility_fraction_to_usecs() local
6231 segment = (fraction >> i) & 0x3F; in _nx_sntp_client_utility_fraction_to_usecs()
6234 value = (value >> 6) + segment * 15625 + 1; in _nx_sntp_client_utility_fraction_to_usecs()
6236 value = (value >> 6) + segment * 15625; in _nx_sntp_client_utility_fraction_to_usecs()