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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
H A Dvbo_minmax_index.c181 struct hash_entry *table_entry; local in function:vbo_minmax_cache_store
209 table_entry = _mesa_hash_table_search_pre_hashed(bufferObj->MinMaxCache,
211 if (table_entry) {
220 table_entry = _mesa_hash_table_insert_pre_hashed(bufferObj->MinMaxCache,
222 if (!table_entry)
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_minmax_index.c183 struct hash_entry *table_entry; local in function:vbo_minmax_cache_store
211 table_entry = _mesa_hash_table_search_pre_hashed(bufferObj->MinMaxCache,
213 if (table_entry) {
222 table_entry = _mesa_hash_table_insert_pre_hashed(bufferObj->MinMaxCache,
224 if (!table_entry)
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dsfwoff2.c1518 FT_Byte* table_entry = NULL; local in function:reconstruct_font
1560 if ( FT_NEW_ARRAY( table_entry, 16 ) )
1680 buf_cursor = &table_entry[0];
1686 WRITE_SFNT_BUF_AT( table_entry_offset, table_entry, 16 );
1689 font_checksum += compute_ULong_sum( table_entry, 16 );
1725 FT_FREE( table_entry );
1738 FT_FREE( table_entry );
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimThaiFlt.c751 struct _XMapThaiKey const *table_entry = ThaiComposeTable; local in function:ThaiComposeConvert
753 while (table_entry->from != XK_VoidSymbol) {
754 if (table_entry->from == insym) {
755 *outsym = table_entry->to;
760 table_entry++;

Completed in 7 milliseconds