Home
last modified time | relevance | path

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

/external/chromium_org/third_party/smhasher/src/
DCity.cpp320 for (size_t tail_done = 0; tail_done < len; ) { in CityHash128WithSeed() local
321 tail_done += 32; in CityHash128WithSeed()
323 w.first += Fetch64(s + len - tail_done + 16); in CityHash128WithSeed()
325 z += w.second + Fetch64(s + len - tail_done); in CityHash128WithSeed()
327 v = WeakHashLen32WithSeeds(s + len - tail_done, v.first + z, v.second); in CityHash128WithSeed()