Searched refs:timelib_conv_int64_signed (Results 1 – 1 of 1) sorted by relevance
92 #define timelib_conv_int64_signed(value) ((int64_t) timelib_conv_int64_unsigned((int64_t) value)) macro211 buffer[i] = timelib_conv_int64_signed(buffer[i]); in read_64bit_transitions()295 …tz->leap_times[i].trans = timelib_conv_int64_signed(leap_buffer[i * 3 + 1] * 4294967296 + leap_buf… in read_64bit_types()
Completed in 5 milliseconds