Lines Matching refs:timespec
1229 static char* readSeconds(char* e, struct timespec* t) { in readSeconds()
1244 static struct timespec* sumTimespec(struct timespec* left, in sumTimespec()
1245 struct timespec* right) { in sumTimespec()
1255 static struct timespec* subTimespec(struct timespec* result, in subTimespec()
1256 struct timespec* left, in subTimespec()
1257 struct timespec* right) { in subTimespec()
1267 static long long nsecTimespec(struct timespec* now) { in nsecTimespec()
1272 static void convertMonotonic(struct timespec* result, in convertMonotonic()
1277 struct timespec time; in convertMonotonic()
1278 struct timespec convert; in convertMonotonic()
1280 struct timespec time, convert; in convertMonotonic()
1285 struct timespec suspended_monotonic = { 0, 0 }; in convertMonotonic()
1286 struct timespec suspended_diff = { 0, 0 }; in convertMonotonic()
1303 struct timespec monotonic; in convertMonotonic()
1551 struct timespec time; in android_log_formatLogLine()