Searched refs:hshift (Results 1 – 1 of 1) sorted by relevance
500 register int hshift; local526 hshift = 0;528 ++hshift;529 hshift = 8 - hshift; /* set hash code range bound */545 i = (((code_int)c << hshift) ^ ent); /* xor hashing */
Completed in 5 milliseconds