Searched refs:__mul (Results 1 – 3 of 3) sorted by relevance
32 const std::size_t __mul = 0x9ddfea08eb382d69ULL; in hash_len_16() local33 std::size_t __a = (__u ^ __v) * __mul; in hash_len_16()35 std::size_t __b = (__v ^ __a) * __mul; in hash_len_16()37 __b *= __mul; in hash_len_16()
510 struct __mul // __overflow == false516 struct __mul<_Xp, _Yp, true>523 typedef ratio<__mul<__n1, __d2, !value>::value,524 __mul<__n2, __d1, !value>::value> type;
1028 const _Size __mul = 0x9ddfea08eb382d69ULL;1029 _Size __a = (__u ^ __v) * __mul;1031 _Size __b = (__v ^ __a) * __mul;1033 __b *= __mul;