Searched refs:tm (Results 1 – 13 of 13) sorted by relevance
30 struct timespec tm; in now_secs() local31 clock_gettime(CLOCK_MONOTONIC, &tm); in now_secs()32 return (double)tm.tv_sec + (double)tm.tv_nsec/1e9; in now_secs()
198 struct tm tm_local; in nmea_reader_update_utc_diff()199 struct tm tm_utc; in nmea_reader_update_utc_diff()255 struct tm tm; in nmea_reader_update_time() local264 gmtime_r( &now, &tm ); in nmea_reader_update_time()265 r->utc_year = tm.tm_year + 1900; in nmea_reader_update_time()266 r->utc_mon = tm.tm_mon + 1; in nmea_reader_update_time()267 r->utc_day = tm.tm_mday; in nmea_reader_update_time()274 tm.tm_hour = hour; in nmea_reader_update_time()275 tm.tm_min = minute; in nmea_reader_update_time()276 tm.tm_sec = (int) seconds; in nmea_reader_update_time()[all …]
163 tm = MotobootImage(target_imagefile.data, "bootloader")174 for ti in tm.unpacked_images:184 whitelist = [ i.name for i in tm.unpacked_images if i.name not in blacklist ]
1381 struct tm * timeinfo; in getExifDateTime()1574 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()
1153 struct tm *timeinfo; in dumpRawSnapshot()2129 struct tm *timeinfo; in getExifDateTime()2340 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()
3694 struct tm * timeinfo; in dumpMetadataToFile()
1539 struct tm *timeinfo; in getExifDateTime()1750 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()
2988 struct tm * timeinfo; in dumpMetadataToFile()
1596 struct tm * timeinfo; in dumpMetadataToFile()1694 struct tm * timeinfo; in dumpFrameToFile()
7523 struct tm * timeinfo = NULL; in getExifDateTime()7773 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()
5237 struct tm * timeinfo = NULL; in getExifDateTime()5487 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()
3910 struct tm *UTCTimestamp; in initExifData()3953 struct tm * timeinfo; in setExifTags()