HomeSort by relevance Sort by last modified time
    Searched full:hashround (Results 1 - 1 of 1) sorted by null

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

Completed in 69 milliseconds