Home
last modified time | relevance | path

Searched defs:new_time (Results 1 – 12 of 12) sorted by relevance

/third_party/benchmark/src/
Dreporter.cc103 double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedRealTime() local
109 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedCPUTime() local
/third_party/ltp/testcases/kernel/syscalls/stime/
Dstime02.c25 static time_t new_time; variable
Dstime01.c27 time_t new_time; in run() local
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dsleep.c31 struct timespec new_time; in sleep_0100() local
Dusleep.c31 struct timespec new_time; in usleep_0100() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimeValue.h106 explicit TimeValue( double new_time ) in TimeValue()
/third_party/libuv/src/win/
Dcore.c326 uint64_t new_time = uv__hrtime(1000); in uv_update_time() local
/third_party/openssl/crypto/ts/
Dts_rsp_utils.c133 ASN1_GENERALIZEDTIME *new_time; in TS_TST_INFO_set_time() local
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.c868 gst_flups_demux_send_gap_updates (GstFluPSDemux * demux, GstClockTime new_time, in gst_flups_demux_send_gap_updates()
1302 GstClockTime new_time; in gst_flups_demux_parse_pack_start() local
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c717 gst_test_clock_set_time (GstTestClock * test_clock, GstClockTime new_time) in gst_test_clock_set_time()
/third_party/openssl/ssl/
Dssl_sess.c931 time_t new_time = (time_t)t; in SSL_SESSION_set_time() local
/third_party/python/Modules/
D_datetimemodule.c1009 #define new_time(hh, mm, ss, us, tzinfo, fold) \ macro