Lines Matching refs:__z
1081 const uint32_t __z = __len + (static_cast<uint32_t>(__c) << 2);
1082 return __shift_mix(__y * __k2 ^ __z * __k3) * __k2;
1101 _Size __w, _Size __x, _Size __y, _Size __z, _Size __a, _Size __b)
1105 __b = __rotate(__b + __a + __z, 21);
1110 return pair<_Size, _Size>(__a + __z, __b + __c);
1130 _Size __z = __loadword<_Size>(__s + 24);
1133 _Size __b = __rotate(__a + __z, 52);
1138 _Size __vf = __a + __z;
1141 __z += __loadword<_Size>(__s + __len - 8);
1142 __b = __rotate(__a + __z, 52);
1147 _Size __wf = __a + __z;
1175 _Size __z = __hash_len_16(__loadword<_Size>(__s + __len - 48) + __len,
1177 pair<_Size, _Size> __v = __weak_hash_len_32_with_seeds(__s + __len - 64, __len, __z);
1188 __z = __rotate(__z + __w.first, 33) * __k1;
1190 __w = __weak_hash_len_32_with_seeds(__s + 32, __z + __w.second,
1192 _VSTD::swap(__z, __x);
1197 __hash_len_16(__v.first, __w.first) + __shift_mix(__y) * __k1 + __z,