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

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

Completed in 142 milliseconds