Lines Matching defs:timespec64
79 #define timespec64 timespec
136 STATIC struct timespec64 g_accDeltaFromAdj;
138 STATIC struct timespec64 g_accDeltaFromSet;
245 STATIC INLINE struct timespec64 OsTimeSpecAdd(const struct timespec64 t1, const struct timespec64 t2)
247 struct timespec64 ret = {0};
262 STATIC INLINE struct timespec64 OsTimeSpecSub(const struct timespec64 t1, const struct timespec64 t2)
264 struct timespec64 ret = {0};
276 STATIC VOID OsGetHwTime(struct timespec64 *hwTime)
288 struct timespec64 setTime = {0};
289 struct timespec64 hwTime = {0};
290 struct timespec64 realTime = {0};
291 struct timespec64 tmp = {0};
360 struct timespec64 hwTime = {0};
361 struct timespec64 realTime = {0};
587 struct timespec64 tmp = {0};
588 struct timespec64 hwTime = {0};
1179 struct timespec64 tmp = {0};
1180 struct timespec64 hwTime = {0};