Home
last modified time | relevance | path

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

/external/bison/src/
Duniqstr.c46 uniqstr res = hash_lookup (uniqstrs_table, str); in uniqstr_new()
80 if (!hash_lookup (uniqstrs_table, str)) in uniqstr_assert()
Dmuscle-tab.c115 entry = hash_lookup (muscle_table, &probe); in muscle_insert()
145 entry = hash_lookup (muscle_table, &probe); in muscle_grow()
232 result = hash_lookup (muscle_table, &probe); in muscle_find_const()
252 result = hash_lookup (muscle_table, &probe); in muscle_find()
Dsymtab.c668 entry = hash_lookup (symbol_table, &probe); in symbol_from_uniqstr()
694 entry = hash_lookup (semantic_type_table, &probe); in semantic_type_from_uniqstr()
Dstate.c400 entry = hash_lookup (state_table, probe); in state_hash_lookup()
/external/fio/t/
Dgenzipf.c56 static struct node *hash_lookup(unsigned long long val) in hash_lookup() function
216 n = hash_lookup(offset); in main()
/external/bison/lib/
Dhash.h78 void *hash_lookup (const Hash_table *, const void *);
Dhash.c261 hash_lookup (const Hash_table *table, const void *entry) in hash_lookup() function
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bdf/
Dbdflib.c370 hash_lookup( const char* key, in hash_lookup() function
1101 if ( hash_lookup( name, &(font->proptbl) ) ) in bdf_create_property()
1148 if ( ( hn = hash_lookup( name, &(font->proptbl) ) ) == 0 ) in bdf_get_property()
1373 if ( ( hn = hash_lookup( name, (hashtable *)font->internal ) ) != 0 ) in _bdf_add_property()
1409 hn = hash_lookup( name, &(font->proptbl) ); in _bdf_add_property()
1415 hn = hash_lookup( name, &(font->proptbl) ); in _bdf_add_property()
2703 hn = hash_lookup( name, (hashtable *)font->internal ); in bdf_get_font_property()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.215817 * src/bdf/bdflib.c (hash_bucket, hash_lookup): Use `const' for first
/external/bison/
DChangeLog-201214408 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,