Home
last modified time | relevance | path

Searched refs:difftime (Results 1 - 25 of 44) sorted by relevance

12

/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h262 # undef difftime macro
263 # define difftime tz_difftime macro
283 double difftime(time_t, time_t);
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dprivate.h262 # undef difftime macro
263 # define difftime tz_difftime macro
283 double difftime(time_t, time_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dtime.h55 double difftime (time_t, time_t);
136 __REDIR(difftime, __difftime64);
/third_party/musl/porting/liteos_m/user/include/
H A Dtime.h54 double difftime (time_t, time_t);
135 __REDIR(difftime, __difftime64);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtime.h55 double difftime (time_t, time_t);
136 __REDIR(difftime, __difftime64);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H A D9-1.c66 } while (difftime(t2, t1) <= 2); in child_process()
95 } while (difftime(t2, t1) <= 2); in test_process()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dtime.h59 double difftime (time_t, time_t);
151 __REDIR(difftime, __difftime64);
/third_party/musl/include/
H A Dtime.h56 double difftime (time_t, time_t);
138 __REDIR(difftime, __difftime64);
/third_party/musl/src/time/
H A Ddifftime.c3 double difftime(time_t t1, time_t t0) in difftime() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D18-1-buildonly.c9 double difftime(time_t, time_t);
20 dummyvar = difftime; in dummyfcn()
/third_party/musl/compat/time32/
H A Ddifftime32.c6 return difftime(t1, t2); in __difftime32()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/difftime/
H A D1-1.c8 Test that the difftime function shall return the difference between
27 time_diff = difftime(time0 + 1, time0); in main()
31 ("Test FAILED: difftime did not return the correct value\n"); in main()
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Ddifftime_sup.c490 returnVal = difftime(timeEnd, timeStart); in difftime_0100()
/third_party/tzdata/
H A Ddifftime.c20 difftime(time_t time1, time_t time0) in difftime() function
H A DMakefile566 LIBSRCS= localtime.c asctime.c difftime.c strftime.c
567 LIBOBJS= localtime.o asctime.o difftime.o strftime.o
621 date.1 date.c difftime.c \
1339 difftime.o: private.h
H A Dprivate.h613 # undef difftime macro
614 # define difftime tz_difftime macro
685 ATTRIBUTE_UNSEQUENCED double difftime(time_t, time_t);
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dthrd_yield.c26 double sd = difftime(tse.tv_sec, tss.tv_sec); in ustimer()
/third_party/musl/libc-test/src/functionalext/time/
H A Ddifftime.c42 returnVal = difftime(timeEnd, timeStart); in difftime_0100()
/third_party/curl/docs/examples/
H A Dcookie_interface.c100 difftime(time(NULL) + 31337, (time_t)0), in main()
/third_party/ltp/testcases/kernel/syscalls/fsync/
H A Dfsync02.c97 difftime(time_end, time_start)) > time_limit) { in run()
/third_party/musl/porting/linux/user/src/network/
H A Dgetaddrinfo.c187 reportdnsresult(netid, host, difftime(t_end, t_start), DNS_QUERY_COMMOM_FAIL, NULL, param); in getaddrinfo_ext()
232 reportdnsresult(netid, host, difftime(t_end, t_start), DNS_QUERY_SUCCESS, *res, param); in getaddrinfo_ext()
/third_party/ltp/utils/benchmark/ebizzy-0.3/
H A Debizzy.c439 difftime(time(NULL), start_time)); in thread_run()
482 elapsed = difftime(time(NULL), start_time); in start_threads()
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.cpp146 difftime(end, beg)); in SoftwareRenderer()
164 __func__, difftime(end, beg)); in SoftwareRenderer()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dfiletools.cpp119 diff = difftime(modtime1, modtime2); in whichFileModTimeIsLater()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dfiletools.cpp119 diff = difftime(modtime1, modtime2); in whichFileModTimeIsLater()

Completed in 11 milliseconds

12