Searched refs:NTtime (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32.c367 ULLNG64 NTtime; local
369 NTtime = ((ULLNG64)pft->dwLowDateTime +
376 if (NTtime < ((ULLNG64)UNIX_TIME_SMIN_LO +
381 if (NTtime > ((ULLNG64)UNIX_TIME_SMAX_LO +
390 if (NTtime < ((ULLNG64)UNIX_TIME_ZERO_LO +
395 if (NTtime > ((ULLNG64)UNIX_TIME_UMAX_LO +
402 NTtime -= ((ULLNG64)UNIX_TIME_ZERO_LO +
404 *ut = (time_t)(NTtime / (unsigned long)NT_QUANTA_PER_UNIX);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c583 ULLNG64 NTtime; local
588 NTtime = ((LLONG64)ut * NT_QUANTA_PER_UNIX) +
590 pft->dwLowDateTime = (DWORD)NTtime;
591 pft->dwHighDateTime = (DWORD)(NTtime >> 32);
697 ULLNG64 NTtime; local
699 NTtime = ((ULLNG64)pft->dwLowDateTime +
707 if (NTtime < ((ULLNG64)UNIX_TIME_SMIN_LO +
712 if (NTtime > ((ULLNG64)UNIX_TIME_SMAX_LO +
721 if (NTtime < ((ULLNG64)UNIX_TIME_ZERO_LO +
726 if (NTtime > ((ULLNG6
[all...]

Completed in 62 milliseconds