Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c5696 ULONG secs_low; local
5704 secs_low = time_ptr -> second_low;
5709 _nx_ptp_client_utility_add64(&secs_high, &secs_low, offset < 0 ? -1 : 0, (ULONG)offset);
5723 while ((secs_high > 0) || (secs_low >= secs_per_year))
5725 if (secs_low < secs_per_year)
5729 secs_low -= secs_per_year;
5736 weekday = (weekday + secs_low / SECS_PER_DAY) % 7;
5741 while (secs_low >= secs_per_month)
5743 secs_low -= secs_per_month;
5766 day = secs_low / SECS_PER_DAY;
[all …]