Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Dtran.c240 unsigned hashval; in hash() local
242 for (hashval = 0; *s != '\0'; s++) in hash()
243 hashval = (*s + 31 * hashval); in hash()
244 return hashval % n; in hash()