Searched refs:timelib_conv_int (Results 1 – 1 of 1) sorted by relevance
47 #define timelib_conv_int(l) (l) macro75 tz->ttisgmtcnt = timelib_conv_int(buffer[0]); in read_header()76 tz->ttisstdcnt = timelib_conv_int(buffer[1]); in read_header()77 tz->leapcnt = timelib_conv_int(buffer[2]); in read_header()78 tz->timecnt = timelib_conv_int(buffer[3]); in read_header()79 tz->typecnt = timelib_conv_int(buffer[4]); in read_header()80 tz->charcnt = timelib_conv_int(buffer[5]); in read_header()98 buffer[i] = timelib_conv_int(buffer[i]); in read_transistions()203 tz->location.latitude = timelib_conv_int(buffer[0]); in read_location()205 tz->location.longitude = timelib_conv_int(buffer[1]); in read_location()[all …]
Completed in 4 milliseconds