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