Lines Matching refs:timespec
977 static char *readSeconds(char *e, struct timespec *t) in readSeconds()
993 static struct timespec *sumTimespec(struct timespec *left, in sumTimespec()
994 struct timespec *right) in sumTimespec()
1005 static struct timespec *subTimespec(struct timespec *result, in subTimespec()
1006 struct timespec *left, in subTimespec()
1007 struct timespec *right) in subTimespec()
1018 static long long nsecTimespec(struct timespec *now) in nsecTimespec()
1023 static void convertMonotonic(struct timespec *result, in convertMonotonic()
1029 struct timespec time; in convertMonotonic()
1030 struct timespec convert; in convertMonotonic()
1032 struct timespec time, convert; in convertMonotonic()
1037 struct timespec suspended_monotonic = { 0, 0 }; in convertMonotonic()
1038 struct timespec suspended_diff = { 0, 0 }; in convertMonotonic()
1055 struct timespec monotonic; in convertMonotonic()
1304 struct timespec time; in android_log_formatLogLine()