Home
last modified time | relevance | path

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

/glibc-2.36/locale/
Dlocarchive.h43 uint32_t locrectab_size; member
/glibc-2.36/locale/programs/
Dlocarchive.c150 SET (head.locrectab_size, INITIAL_NUM_LOCREC); in create_archive()
154 + GET (head.locrectab_size) * sizeof (struct locrecent))); in create_archive()
404 SET (newhead.locrectab_size, MAX (2 * GET (newhead.locrectab_used), in enlarge_archive()
405 GET (newhead.locrectab_size))); in enlarge_archive()
408 + (GET (newhead.locrectab_size) in enlarge_archive()
986 && (GET (head->locrectab_used) == GET (head->locrectab_size) in add_locale()
Dlocale.c662 || head->locrectab_offset + head->locrectab_size > len in write_archive_locales()