Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c3281 LONG secs_high; in _nx_ptp_client_utility_convert_time_to_date() local
3289 secs_high = time_ptr -> second_high; in _nx_ptp_client_utility_convert_time_to_date()
3295 _nx_ptp_client_utility_add64(&secs_high, &secs_low, offset < 0 ? -1 : 0, (ULONG)offset); in _nx_ptp_client_utility_convert_time_to_date()
3297 if (secs_high < 0) in _nx_ptp_client_utility_convert_time_to_date()
3309 while ((secs_high > 0) || (secs_low >= secs_per_year)) in _nx_ptp_client_utility_convert_time_to_date()
3313 secs_high--; in _nx_ptp_client_utility_convert_time_to_date()