Searched refs:hashfunct (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/flex/
H A Dsym.c67 static int hashfunct PROTO ((const char *, int));
82 int hash_val = hashfunct (sym, table_size);
160 table[hashfunct (sym, table_size)];
171 /* hashfunct - compute the hash value for "str" and hash size "hash_size" */
173 static int hashfunct (str, hash_size) function

Completed in 91 milliseconds