Searched refs:hshift (Results 1 – 1 of 1) sorted by relevance
514 register int hshift; local540 hshift = 0;542 ++hshift;543 hshift = 8 - hshift; /* set hash code range bound */559 i = (((code_int)c << hshift) ^ ent); /* xor hashing */
Completed in 6 milliseconds