Searched defs:timediff (Results 1 – 11 of 11) sorted by relevance
46 static float timediff(struct timespec t2, struct timespec t1) in timediff() function
44 static float timediff(struct timespec t2, struct timespec t1) in timediff() function
43 static float timediff(struct timespec t2, struct timespec t1) in timediff() function
17 static unsigned long timediff(struct timeval s, struct timeval e) in timediff() function
221 int64_t timediff = time_to - time_from; in OPENSSL_gmtime_diff() local
198 double timediff; in cpu_util() local
483 timediff_t timediff = Curl_timediff(now2, now); /* spent time */ in Curl_resolver_wait_resolv() local
610 timediff_t timediff = Curl_timediff(after, before); in wait_or_timeout() local
459 long timediff(struct timeval newer, struct timeval older) in timediff() function