hshift
hshift = cnt % WORD_BITS;
lshift = (bitcnt_t)(WORD_BITS - hshift);
hipart = WLSHIFT(in->val[ipos], hshift);
bitcnt_t lshift, hshift;
hshift = (bitcnt_t)(WORD_BITS - lshift);
hipart = WLSHIFT(in->val[ipos], hshift);
bitcnt_t lshift, hshift;
hshift = (bitcnt_t)(WORD_BITS - lshift);
hipart = WLSHIFT(in->val[ipos], hshift);
bitcnt_t lshift, hshift;
hshift = cnt % WORD_BITS;
lshift = (bitcnt_t)(WORD_BITS - hshift);
hipart = WLSHIFT(in->val[ipos], hshift);
bitcnt_t lshift, hshift, blen;
hshift = 0;
hshift++;
hshift = 8 - hshift; /* Set hash code range bound. */
i = ((c << hshift) ^ ent); /* Xor hashing. */