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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dptimer.c236 LARGE_INTEGER hires; /* In case high-resolution timer is used */ member in union:__anon7573
270 QueryPerformanceCounter (&pst->hires);
272 /* Where hires counters are not available, use GetTickCount rather
284 return (pst1->hires.QuadPart - pst2->hires.QuadPart) / windows_hires_freq;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dtime.c691 char *current_timestring(BOOL hires) argument
698 if (hires) {
706 if (hires) {
720 if (hires) {
730 if (hires) {

Completed in 146 milliseconds