Lines Matching refs:__z
1086 const uint32_t __z = __len + (static_cast<uint32_t>(__c) << 2);
1087 return __shift_mix(__y * __k2 ^ __z * __k3) * __k2;
1106 _Size __w, _Size __x, _Size __y, _Size __z, _Size __a, _Size __b)
1110 __b = __rotate(__b + __a + __z, 21);
1115 return pair<_Size, _Size>(__a + __z, __b + __c);
1135 _Size __z = __loadword<_Size>(__s + 24);
1138 _Size __b = __rotate(__a + __z, 52);
1143 _Size __vf = __a + __z;
1146 __z += __loadword<_Size>(__s + __len - 8);
1147 __b = __rotate(__a + __z, 52);
1152 _Size __wf = __a + __z;
1180 _Size __z = __hash_len_16(__loadword<_Size>(__s + __len - 48) + __len,
1182 pair<_Size, _Size> __v = __weak_hash_len_32_with_seeds(__s + __len - 64, __len, __z);
1193 __z = __rotate(__z + __w.first, 33) * __k1;
1195 __w = __weak_hash_len_32_with_seeds(__s + 32, __z + __w.second,
1197 std::swap(__z, __x);
1202 __hash_len_16(__v.first, __w.first) + __shift_mix(__y) * __k1 + __z,