Searched refs:tv2double (Results 1 – 3 of 3) sorted by relevance
31 double tv2double(const struct timeval *val);
270 if (tv2double(&delta) > duration) { break; } in main()472 (float) (tv2double(&endTime) - tv2double(&startTime))); in randDelay()
57 double tv2double(const struct timeval *val) in tv2double() function