Home
last modified time | relevance | path

Searched defs:TimeDifference (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/util/
H A Dtimer.h173 static double TimeDifference(const timeval& from, const timeval& to) { in TimeDifference() function
181 static double TimeDifference(const timespec& from, const timespec& to) { in TimeDifference() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/util/
Dtimer.h173 static double TimeDifference(const timeval& from, const timeval& to) { in TimeDifference() function
181 static double TimeDifference(const timespec& from, const timespec& to) { in TimeDifference() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dtimer.h173 static double TimeDifference(const timeval& from, const timeval& to) { in TimeDifference() function
181 static double TimeDifference(const timespec& from, const timespec& to) { in TimeDifference() function
/aosp_15_r20/external/scapy/scapy/contrib/
H A Dgsm_um.py10140 class TimeDifference(Packet): class