Searched defs:HASH2 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dhsearch.c105 #define HASH2 hash2m /* Secondary hash function */ macro
111 #define HASH2(A) 1 /* Secondary hash function */ macro
306 c = HASH2(item.key); /* No match => compute secondary hash */
339 unsigned int c0 = HASH2(item.key); /* Main branch increment */
352 cj = HASH2(table[pj].key); /* Secondary branch incr. */

Completed in 24 milliseconds