Home
last modified time | relevance | path

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

/external/webkit/Tools/android/flex-2.5.4a/
Dsym.c36 int hashfunct PROTO((register char[], int));
58 int hash_val = hashfunct( sym, table_size );
141 table[hashfunct( sym, table_size )];
156 int hashfunct( str, hash_size ) in hashfunct() function