Home | History | Annotate | Download | only in preprocessor

Lines Matching defs:hval

149     int hval = 0;
152 hval = (hval*13507 + *s*197) ^ (hval >> 2);
155 return hval & 0x7fffffff;
165 int hval = 0;
168 hval = (hval*729 + *s*37) ^ (hval >> 1);
171 return hval;