Home
last modified time | relevance | path

Searched refs:timespec_to_double (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/test/
H A Dvecsum.c46 static double timespec_to_double(const struct timespec *ts) in timespec_to_double() function
114 elapsed = timespec_to_double(&watch->stop) - in stopwatch_stop()
115 timespec_to_double(&watch->start); in stopwatch_stop()
/dports/astro/foxtrotgps/foxtrotgps-1.2.2/src/
H A Dgps_functions.c733 timespec_to_double(struct timespec ts) in timespec_to_double() function
761 gpsdata->fix.time = timespec_to_double(libgps_gpsdata.fix.time); in cb_gpsd_data()
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-os.c237 #define timespec_to_double(ts) \ macro
277 return clock_jitter(timespec_to_double(ts)); in CpuTime()
339 stime = timespec_to_double(tp); in WallTime()
/dports/editors/rehex/rehex-0.4.0/src/
H A DDiffWindow.cpp994 idle_secs += timespec_to_double(timespec_sub(b, a)); in OnIdle()
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-thread.c5805 #define timespec_to_double(ts) \ macro
5825 return timespec_to_double(ts); in ThreadCPUTime()
6052 { LD->statistics.user_cputime = timespec_to_double(ts); in SyncUserCPU()