Home
last modified time | relevance | path

Searched refs:ts1 (Results 1 - 5 of 5) sorted by relevance

/test/xts/acts/kernel_lite/utils/
H A Dutils.cpp245 int GetTimeDiff(struct timespec ts1, struct timespec ts2) in GetTimeDiff() argument
248 int ms = (ts1.tv_sec - ts2.tv_sec) * nsecPerSec + (ts1.tv_nsec - ts2.tv_nsec); in GetTimeDiff()
H A Dutils.h166 int GetTimeDiff(struct timespec ts1, struct timespec ts2);
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dutils.cpp333 int GetTimeDiff(struct timespec ts1, struct timespec ts2) in GetTimeDiff() argument
337 int ms = (ts1.tv_sec - ts2.tv_sec) * nsecPerSec + (ts1.tv_nsec - ts2.tv_nsec); in GetTimeDiff()
H A Dutils.h124 int GetTimeDiff(struct timespec ts1, struct timespec ts2);
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dotherstestndk.cpp1088 static inline int GetTimeDiff(struct timespec ts1, struct timespec ts2) in GetTimeDiff() argument
1091 int ms = (ts1.tv_sec - ts2.tv_sec) * nsecPerSec + (ts1.tv_nsec - ts2.tv_nsec); in GetTimeDiff()

Completed in 9 milliseconds