Searched refs:table_entry (Results 1 – 5 of 5) sorted by relevance
37 struct table_entry struct400 struct table_entry *tab;414 tab->tab = realloc (tab->tab, sizeof (struct table_entry) * tab->size); in debug_frame_tab_append()428 tab->tab = realloc (tab->tab, sizeof (struct table_entry) * tab->length); in debug_frame_tab_shrink()436 const struct table_entry *fa = a, *fb = b; in debug_frame_tab_compare()498 tab.tab = calloc (tab.size, sizeof (struct table_entry)); in dwarf_find_debug_frame()563 qsort (tab.tab, tab.length, sizeof (struct table_entry), in dwarf_find_debug_frame()750 assert (sizeof (struct table_entry) % sizeof (unw_word_t) == 0); in dwarf_callback()751 di->u.rti.table_len = (fde_count * sizeof (struct table_entry) in dwarf_callback()838 static inline const struct table_entry *[all …]
181 struct hash_entry *table_entry; in vbo_minmax_cache_store() local209 table_entry = _mesa_hash_table_search_pre_hashed(bufferObj->MinMaxCache, in vbo_minmax_cache_store()211 if (table_entry) { in vbo_minmax_cache_store()220 table_entry = _mesa_hash_table_insert_pre_hashed(bufferObj->MinMaxCache, in vbo_minmax_cache_store()222 if (!table_entry) in vbo_minmax_cache_store()
70 static const struct table_entry { struct94 const struct table_entry *ent; in guess_content_type() argument
361 struct table_entry *index;
434 typedef struct table_entry { struct