Searched refs:hash_lookup (Results 1 – 8 of 8) 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/bison/ |
D | ChangeLog-2012 | 14408 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
|