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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dsym.c36 int hashfunct PROTO((register char[], int));
58 int hash_val = hashfunct( sym, table_size );
141 table[hashfunct( sym, table_size )];
154 /* hashfunct - compute the hash value for "str" and hash size "hash_size" */
156 int hashfunct( str, hash_size ) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dsym.c36 int hashfunct PROTO((register char[], int));
58 int hash_val = hashfunct( sym, table_size );
141 table[hashfunct( sym, table_size )];
154 /* hashfunct - compute the hash value for "str" and hash size "hash_size" */
156 int hashfunct( str, hash_size ) function

Completed in 69 milliseconds