Home
last modified time | relevance | path

Searched refs:time_delta (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fsync/
Dfsync02.c66 double time_delta; in run() local
96 } else if ((time_delta = in run()
101 time_delta, max_block, data_blocks); in run()
/third_party/googletest/googletest/test/
Dgtest_xml_output_unittest.py283 time_delta = abs(datetime.datetime.now() - date_time_from_xml)
285 self.assertTrue(time_delta < datetime.timedelta(seconds=600),
286 'time_delta is %s' % time_delta)
Dgoogletest-json-output-unittest.py784 time_delta = abs(datetime.datetime.now() - date_time_from_json)
786 self.assertTrue(time_delta < datetime.timedelta(seconds=600),
787 'time_delta is %s' % time_delta)
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_cc.c312 uint64_t tx, kx, time_delta, delta; in ngtcp2_cc_cubic_cc_on_pkt_acked() local
393 time_delta = tx - kx; in ngtcp2_cc_cubic_cc_on_pkt_acked()
395 time_delta = kx - tx; in ngtcp2_cc_cubic_cc_on_pkt_acked()
399 ((((time_delta * time_delta) >> 4) * time_delta) >> 8) * 4 / 10; in ngtcp2_cc_cubic_cc_on_pkt_acked()
436 pkt->pkt_num, cstat->cwnd, t, cc->k, time_delta >> 4, delta, in ngtcp2_cc_cubic_cc_on_pkt_acked()
/third_party/node/deps/v8/src/base/platform/
Delapsed-timer.h112 bool HasExpired(TimeDelta time_delta) const { in HasExpired() argument
114 return Elapsed() >= time_delta; in HasExpired()
/third_party/nghttp2/src/
Dapp_helper.h69 std::chrono::milliseconds time_delta(const TimePoint &a, const TimePoint &b) { in time_delta() function
Dapp_helper.cc473 return time_delta(std::chrono::steady_clock::now(), base_tv); in get_timer()
/third_party/pulseaudio/src/modules/
Dmodule-loopback.c1086 int64_t time_delta; in sink_input_process_msg_cb() local
1089 time_delta = PA_PTR_TO_INT(data); in sink_input_process_msg_cb()
1091 time_delta += pa_rtclock_now() - (pa_usec_t) offset; in sink_input_process_msg_cb()
1093 time_delta += pa_sink_get_latency_within_thread(u->sink_input->sink, true); in sink_input_process_msg_cb()
1094 time_delta += pa_resampler_get_delay_usec(u->sink_input->thread_info.resampler); in sink_input_process_msg_cb()
1114 time_delta -= (int64_t)u->output_thread_info.effective_source_latency; in sink_input_process_msg_cb()
1116time_delta -= (int64_t)pa_bytes_to_usec(chunk->length, &u->sink_input->sample_spec); in sink_input_process_msg_cb()
1120 memblockq_adjust(u, time_delta, true); in sink_input_process_msg_cb()
/third_party/ffmpeg/libavformat/
Dsegment.c109 int64_t time_delta; member
901 end_pts - seg->time_delta, AV_TIME_BASE_Q) >= 0))) { in seg_write_packet()
1035 …{ "segment_time_delta","set approximation value used for the segment times", OFFSET(time_delta), A…
/third_party/node/deps/v8/src/logging/
Dlog.cc1585 int script_id, double time_delta, int start_position, in AppendFunctionMessage() argument
1593 msg << time_delta; in AppendFunctionMessage()
1599 void Logger::FunctionEvent(const char* reason, int script_id, double time_delta, in FunctionEvent() argument
1604 AppendFunctionMessage(msg, reason, script_id, time_delta, start_position, in FunctionEvent()
1610 void Logger::FunctionEvent(const char* reason, int script_id, double time_delta, in FunctionEvent() argument
1616 AppendFunctionMessage(msg, reason, script_id, time_delta, start_position, in FunctionEvent()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc3086 base::TimeDelta time_delta = sample.timestamp - start_time; in SerializeSamples() local
3087 buffer_pos = utoa(time_delta.InMicroseconds(), buffer, buffer_pos); in SerializeSamples()
/third_party/ffmpeg/doc/
Dmuxers.texi2406 PTS >= start_time - time_delta
Dfilters.texi13964 @item time_delta
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h9028 u32 time_delta: 27; member
15329 struct timespec64 time_delta; member
15447 struct timespec64 time_delta; member