Home
last modified time | relevance | path

Searched refs:hshift (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_out.c500 register int hshift; local
526 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