Searched refs:hashround (Results 1 – 1 of 1) sorted by relevance
34 static inline uint32_t hashround(uint32_t hash, int c) { in hashround() function41 while (int c = *str++) hash = hashround(hash, c); in hash()