Home
last modified time | relevance | path

Searched refs:Fetch32 (Results 1 – 2 of 2) sorted by relevance

/third_party/abseil-cpp/absl/hash/internal/
Dcity.cc48 static uint32_t Fetch32(const char *p) { in Fetch32() function
94 uint32_t a = Fetch32(s - 4 + (len >> 1)); in Hash32Len13to24()
95 uint32_t b = Fetch32(s + 4); in Hash32Len13to24()
96 uint32_t c = Fetch32(s + len - 8); in Hash32Len13to24()
97 uint32_t d = Fetch32(s + (len >> 1)); in Hash32Len13to24()
98 uint32_t e = Fetch32(s); in Hash32Len13to24()
99 uint32_t f = Fetch32(s + len - 4); in Hash32Len13to24()
118 a += Fetch32(s); in Hash32Len5to12()
119 b += Fetch32(s + len - 4); in Hash32Len5to12()
120 c += Fetch32(s + ((len >> 1) & 4)); in Hash32Len5to12()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
Dcity.cc48 static uint32_t Fetch32(const char *p) { in Fetch32() function
94 uint32_t a = Fetch32(s - 4 + (len >> 1)); in Hash32Len13to24()
95 uint32_t b = Fetch32(s + 4); in Hash32Len13to24()
96 uint32_t c = Fetch32(s + len - 8); in Hash32Len13to24()
97 uint32_t d = Fetch32(s + (len >> 1)); in Hash32Len13to24()
98 uint32_t e = Fetch32(s); in Hash32Len13to24()
99 uint32_t f = Fetch32(s + len - 4); in Hash32Len13to24()
118 a += Fetch32(s); in Hash32Len5to12()
119 b += Fetch32(s + len - 4); in Hash32Len5to12()
120 c += Fetch32(s + ((len >> 1) & 4)); in Hash32Len5to12()
[all …]