Home
last modified time | relevance | path

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

/glibc-2.36/catgets/
Dopen_catalog.c46 size_t tab_size; in __open_catalog() local
303 tab_size = 3 * catalog->plane_size * catalog->plane_depth; in __open_catalog()
304 for (cnt = 2; cnt < tab_size; cnt += 3) in __open_catalog()
311 <= (sizeof (struct catalog_obj) + 2 * tab_size + max_offset)) in __open_catalog()
317 - sizeof (struct catalog_obj) + 2 * tab_size + max_offset); in __open_catalog()