Home
last modified time | relevance | path

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

/glibc-2.36/time/
Dtzfile.c61 static struct leap *leaps; variable
284 leaps = alloc_buffer_alloc_array (&buf, struct leap, num_leaps); in __tzfile_read()
358 leaps[i].transition = decode (x); in __tzfile_read()
360 leaps[i].transition = decode64 (x); in __tzfile_read()
364 leaps[i].change = (long int) decode (x); in __tzfile_read()
643 if (__glibc_unlikely (zone_names == (char *) &leaps[num_leaps])) in __tzfile_compute()
762 while (timer < leaps[i].transition); in __tzfile_compute()
765 *leap_correct = leaps[i].change; in __tzfile_compute()
767 if (timer == leaps[i].transition /* Exactly at the transition time. */ in __tzfile_compute()
768 && (leaps[i].change > (i == 0 ? 0 : leaps[i - 1].change))) in __tzfile_compute()
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.12458 * tzfile.c (__tzfile_read): Don't allocate space for 0 leaps.
DChangeLog.1011429 * time/tzfile.c (transitions, type_idxs, types, zone_names, leaps):