Home
last modified time | relevance | path

Searched defs:time_diff (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
H A D1-1.c163 struct timeval time_diff; in main() local
220 struct timeval time_diff; in main() local
H A D3-1.c183 struct timeval time_diff; in main() local
241 struct timeval time_diff; in main() local
H A D6-1.c111 struct timeval time_diff; in main() local
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/preemption/
H A Dpreemption_notifier_test.cc68 absl::Duration time_diff = preempt_time - start_time; in TEST_F() local
93 absl::Duration time_diff = preempt_time - start_time; in TEST_F() local
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/difftime/
H A D1-1.c24 double time_diff; in main() local
/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_event_processor.cc35 int64_t time_diff = a->GetNextTime() - b->GetNextTime(); in Cmp() local
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/
H A D1-1.c51 struct timeval time_diff; in main() local
H A D2-1.c54 struct timeval time_diff; in main() local
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
H A D1-1.c164 struct timeval time_diff; in main() local
H A D3-1.c178 struct timeval time_diff; in main() local
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dmetrics_server.cc48 gpr_timespec time_diff = in Get() local
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/
Dsensors_simulator.cpp59 double time_diff = duration.count(); in calculateGyroscope() local
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dexecsnoop.c161 double time_diff; in time_since_start() local
/aosp_15_r20/external/libdrm/tests/ttmtest/src/
H A Dttmtest.c129 time_diff(unsigned t, unsigned t2) in time_diff() function
/aosp_15_r20/external/coreboot/src/device/oprom/yabel/
H A Dio.c537 u64 time_diff; // time since last call in handle_port_61h() local
/aosp_15_r20/external/crosvm/audio_streams_conformance_test/src/
H A Dperformance_data.rs173 let time_diff = self.records[i].ts - self.records[i - 1].ts; in gen_report() localVariable
/aosp_15_r20/device/linaro/dragonboard/audio/
Daudio_aec.c629 int64_t time_diff = (mic_time > spk_time) ? (mic_time - spk_time) : (spk_time - mic_time); in process_aec() local
/aosp_15_r20/device/amlogic/yukawa/hal/audio/
Daudio_aec.c637 int64_t time_diff = (mic_time > spk_time) ? (mic_time - spk_time) : (spk_time - mic_time); in process_aec() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/test/
Doperations_test.cpp1865 double time_diff = std::difftime(ft, fs::last_write_time(f1x)); in write_time_tests() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_offload.py1158 time_diff = end - start variable