Searched refs:hash_lookup (Results 1 – 10 of 10) sorted by relevance
/external/bison/src/ |
D | uniqstr.c | 46 uniqstr res = hash_lookup (uniqstrs_table, str); in uniqstr_new() 80 if (!hash_lookup (uniqstrs_table, str)) in uniqstr_assert()
|
D | muscle-tab.c | 115 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()
|
D | symtab.c | 668 entry = hash_lookup (symbol_table, &probe); in symbol_from_uniqstr() 694 entry = hash_lookup (semantic_type_table, &probe); in semantic_type_from_uniqstr()
|
D | state.c | 400 entry = hash_lookup (state_table, probe); in state_hash_lookup()
|
/external/fio/t/ |
D | genzipf.c | 56 static struct node *hash_lookup(unsigned long long val) in hash_lookup() function 216 n = hash_lookup(offset); in main()
|
/external/bison/lib/ |
D | hash.h | 78 void *hash_lookup (const Hash_table *, const void *);
|
D | hash.c | 261 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/ |
D | bdflib.c | 370 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/ |
D | ChangeLog.21 | 5817 * src/bdf/bdflib.c (hash_bucket, hash_lookup): Use `const' for first
|
/external/bison/ |
D | ChangeLog-2012 | 14408 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
|