Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceIdCache.cpp34 static inline uint32_t hashround(uint32_t hash, int c) { in hashround() function
41 while (int c = *str++) hash = hashround(hash, c); in hash()