HASH2
c = HASH2(item.key); /* No match => compute secondary hash */
unsigned int c0 = HASH2(item.key); /* Main branch increment */
cj = HASH2(table[pj].key); /* Secondary branch incr. */