Searched refs:hash_lookup (Results 1 – 7 of 7) sorted by relevance
/external/bison/src/ |
D | uniqstr.c | 47 uniqstr res = hash_lookup (uniqstrs_table, str); in uniqstr_new() 65 if (!hash_lookup (uniqstrs_table, str)) in uniqstr_assert()
|
D | muscle_tab.c | 107 entry = hash_lookup (muscle_table, &probe); in muscle_insert() 133 entry = hash_lookup (muscle_table, &probe); in muscle_grow() 208 result = hash_lookup (muscle_table, &probe); in muscle_find()
|
D | state.c | 350 entry = hash_lookup (state_table, probe); in state_hash_lookup()
|
D | symtab.c | 509 entry = hash_lookup (symbol_table, &probe); in symbol_get()
|
/external/bison/lib/ |
D | hash.h | 66 void *hash_lookup (const Hash_table *, const void *);
|
D | hash.c | 250 hash_lookup (const Hash_table *table, const void *entry) in hash_lookup() function
|
/external/bison/ |
D | ChangeLog | 6147 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
|