Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_gif_out.c514 register int hshift; local
540 hshift = 0;
542 ++hshift;
543 hshift = 8 - hshift; /* set hash code range bound */
559 i = (((code_int)c << hshift) ^ ent); /* xor hashing */

Completed in 17 milliseconds