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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_util.h34 long tool_tvdiff(struct timeval t1, struct timeval t2);
37 * Same as tool_tvdiff but with full usec resolution.
51 #define tvdiff(a,b) tool_tvdiff((a), (b))
H A Dtool_util.c113 long tool_tvdiff(struct timeval newer, struct timeval older) function
120 * Same as tool_tvdiff but with full usec resolution.

Completed in 54 milliseconds