Home | History | Annotate | Download | only in hash

Lines Matching defs:a0

581   uint32_t a0 = Rotate(Fetch(s + len - 4) * c1, 17) * c2;
586 h ^= a0;
1156 uint32_t a0 = Rotate(Fetch(s + len - 4) * c1, 17) * c2;
1161 h ^= a0;
1178 uint32_t a0 = Rotate(Fetch(s) * c1, 17) * c2;
1183 h ^= a0;
1199 f += a0;