HomeSort by relevance Sort by last modified time
    Searched refs:hash_lookup (Results 1 - 9 of 9) sorted by null

  /external/bison/src/
uniqstr.c 46 uniqstr res = hash_lookup (uniqstrs_table, str);
80 if (!hash_lookup (uniqstrs_table, str))
muscle-tab.c 115 entry = hash_lookup (muscle_table, &probe);
145 entry = hash_lookup (muscle_table, &probe);
232 result = hash_lookup (muscle_table, &probe);
252 result = hash_lookup (muscle_table, &probe);
symtab.c 668 entry = hash_lookup (symbol_table, &probe);
694 entry = hash_lookup (semantic_type_table, &probe);
state.c 400 entry = hash_lookup (state_table, probe);
  /toolchain/binutils/binutils-2.25/gas/
hash.c 134 hash_lookup (struct hash_control *table, const char *key, size_t len, function
212 p = hash_lookup (table, key, strlen (key), &list, &hash);
242 p = hash_lookup (table, key, strlen (key), &list, &hash);
279 p = hash_lookup (table, key, strlen (key), NULL, NULL);
302 p = hash_lookup (table, key, strlen (key), NULL, NULL);
317 p = hash_lookup (table, key, len, NULL, NULL);
333 p = hash_lookup (table, key, strlen (key), &list, NULL);
  /external/bison/lib/
hash.h 78 void *hash_lookup (const Hash_table *, const void *);
hash.c 261 hash_lookup (const Hash_table *table, const void *entry) function
    [all...]
  /external/freetype/src/base/
fthash.c 302 hash_lookup( FT_Hashkey key, function
322 return hash_lookup( hk, hash );
335 return hash_lookup( hk, hash );
  /external/fio/t/
genzipf.c 67 static struct node *hash_lookup(unsigned long long val) function
330 n = hash_lookup(offset);

Completed in 1117 milliseconds