Searched refs:num_types (Results 1 – 2 of 2) sorted by relevance
55 static size_t num_types; variable188 num_types = (size_t) decode (tzhead.tzh_typecnt); in __tzfile_read()194 if (__glibc_unlikely (num_isstd > num_types || num_isgmt > num_types)) in __tzfile_read()204 + num_types * 6 in __tzfile_read()223 + num_types * 6 in __tzfile_read()227 + num_types * 6 in __tzfile_read()271 + num_types * sizeof (struct ttinfo) in __tzfile_read()285 types = alloc_buffer_alloc_array (&buf, struct ttinfo, num_types); in __tzfile_read()307 if (__glibc_unlikely (type_idxs[i] >= num_types)) in __tzfile_read()328 for (i = 0; i < num_types; ++i) in __tzfile_read()[all …]
3551 * time/tzfile.c (__tzfile_default): Set num_types to 2.