hshift
hshift = 0;
hshift++;
hshift = 8 - hshift; /* Set hash code range bound. */
i = ((c << hshift) ^ ent); /* Xor hashing. */