Lines Matching defs:shift
113 GLuint i, shift;116 for (i = 0, shift = 0; i < len; ++i, shift = (shift+8) & 31)117 hash += (GLuint)name[i] << shift;