Searched refs:hashfunct (Results 1 – 1 of 1) sorted by relevance
68 static int hashfunct(const char *, int);78 int hash_val = hashfunct (sym, table_size); in addsym()148 table[hashfunct (sym, table_size)]; in findsym()161 static int hashfunct (const char *str, int hash_size) in hashfunct() function