Searched refs:timeDiff (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dtest-changelist.c114 struct timeval timeEnd, timeDiff; local
129 evutil_timersub(&timeEnd, &timer->timeBegin, &timeDiff);
130 secondsPassed = timeDiff.tv_sec + (timeDiff.tv_usec / 1.0e6);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/sqlite-3.6.22/
H A Dshell.c90 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ function
103 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
104 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));
164 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ function
178 timeDiff(&ftUserBegin, &ftUserEnd),
179 timeDiff(&ftKernelBegin, &ftKernelEnd));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/sqlite-3.6.22/
H A Dshell.c90 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ function
103 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
104 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));
164 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ function
178 timeDiff(&ftUserBegin, &ftUserEnd),
179 timeDiff(&ftKernelBegin, &ftKernelEnd));

Completed in 80 milliseconds