Searched refs:Rotate32 (Results 1 – 2 of 2) sorted by relevance
/third_party/abseil-cpp/absl/hash/internal/ |
D | city.cc | 71 static uint32_t Rotate32(uint32_t val, int shift) { in Rotate32() function 86 a = Rotate32(a, 17); in Mur() 89 h = Rotate32(h, 19); in Mur() 134 uint32_t a0 = Rotate32(Fetch32(s + len - 4) * c1, 17) * c2; in CityHash32() 135 uint32_t a1 = Rotate32(Fetch32(s + len - 8) * c1, 17) * c2; in CityHash32() 136 uint32_t a2 = Rotate32(Fetch32(s + len - 16) * c1, 17) * c2; in CityHash32() 137 uint32_t a3 = Rotate32(Fetch32(s + len - 12) * c1, 17) * c2; in CityHash32() 138 uint32_t a4 = Rotate32(Fetch32(s + len - 20) * c1, 17) * c2; in CityHash32() 140 h = Rotate32(h, 19); in CityHash32() 143 h = Rotate32(h, 19); in CityHash32() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
D | city.cc | 71 static uint32_t Rotate32(uint32_t val, int shift) { in Rotate32() function 86 a = Rotate32(a, 17); in Mur() 89 h = Rotate32(h, 19); in Mur() 134 uint32_t a0 = Rotate32(Fetch32(s + len - 4) * c1, 17) * c2; in CityHash32() 135 uint32_t a1 = Rotate32(Fetch32(s + len - 8) * c1, 17) * c2; in CityHash32() 136 uint32_t a2 = Rotate32(Fetch32(s + len - 16) * c1, 17) * c2; in CityHash32() 137 uint32_t a3 = Rotate32(Fetch32(s + len - 12) * c1, 17) * c2; in CityHash32() 138 uint32_t a4 = Rotate32(Fetch32(s + len - 20) * c1, 17) * c2; in CityHash32() 140 h = Rotate32(h, 19); in CityHash32() 143 h = Rotate32(h, 19); in CityHash32() [all …]
|