Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/sntp_test/
Dnetx_sntp_client_seconds_to_date_test.c16 UINT current_year,
/NetX-Duo-v6.2.1/addons/sntp/
Dnxd_sntp_client.c4455 …sntp_client_utility_convert_seconds_to_date(NX_SNTP_TIME *current_NTP_time_ptr, UINT current_year, in _nx_sntp_client_utility_convert_seconds_to_date() argument
4481 current_date_time_ptr -> year = current_year; in _nx_sntp_client_utility_convert_seconds_to_date()
4485 years_diff = current_year - 1999; in _nx_sntp_client_utility_convert_seconds_to_date()
4488 leapyears_diff = (current_year - 1 - 1996) >> 2; in _nx_sntp_client_utility_convert_seconds_to_date()
4491 leaps = (current_year - 1996) & 3; in _nx_sntp_client_utility_convert_seconds_to_date()
4514 current_year++; in _nx_sntp_client_utility_convert_seconds_to_date()
Dnxd_sntp_client.h765 …lity_convert_seconds_to_date(NX_SNTP_TIME *current_NTP_time_ptr, UINT current_year, NX_SNTP_DATE_T…