Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c110 #define HASH hashd /* Division hashing routine */
112 static unsigned int hashd();
167 printf("division: %d, ", hashd(line)); in main()
478 hashd(key) /* Division hashing scheme */ in hashd() function