Home
last modified time | relevance | path

Searched refs:timelib_conv_int64_signed (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/date/lib/
H A Dparse_tz.c85 #define timelib_conv_int64_signed(value) ((int64_t) timelib_conv_int64_unsigned((int64_t) value)) macro
185 buffer[i] = timelib_conv_int64_signed(buffer[i]); in read_64bit_transitions()
267 …tz->leap_times[i].trans = timelib_conv_int64_signed(leap_buffer[i * 3 + 1] * 4294967296 + leap_buf… in read_64bit_types()

Completed in 12 milliseconds