Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_minmax_index.c182 struct hash_entry *table_entry; in vbo_minmax_cache_store() local
210 table_entry = _mesa_hash_table_search_pre_hashed(bufferObj->MinMaxCache, in vbo_minmax_cache_store()
212 if (table_entry) { in vbo_minmax_cache_store()
221 table_entry = _mesa_hash_table_insert_pre_hashed(bufferObj->MinMaxCache, in vbo_minmax_cache_store()
223 if (!table_entry) in vbo_minmax_cache_store()
/external/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_utils.c329 uintptr_t base_va, uint32_t *attributes, uint64_t **table_entry, in xlat_get_mem_attributes_internal() argument
363 if (table_entry != NULL) { in xlat_get_mem_attributes_internal()
364 *table_entry = entry; in xlat_get_mem_attributes_internal()
/external/libevent/sample/
Dhttp-server.c83 static const struct table_entry { struct
117 const struct table_entry *ent; in guess_content_type()
/external/freetype/src/sfnt/
Dsfwoff2.c1518 FT_Byte* table_entry = NULL; in reconstruct_font() local
1560 if ( FT_NEW_ARRAY( table_entry, 16 ) ) in reconstruct_font()
1680 buf_cursor = &table_entry[0]; in reconstruct_font()
1686 WRITE_SFNT_BUF_AT( table_entry_offset, table_entry, 16 ); in reconstruct_font()
1689 font_checksum += compute_ULong_sum( table_entry, 16 ); in reconstruct_font()
1725 FT_FREE( table_entry ); in reconstruct_font()
1738 FT_FREE( table_entry ); in reconstruct_font()