Searched refs:HASHPART (Results 1 – 7 of 7) sorted by relevance
92 while (_hash_s1 < _hash_s2) HASHPART(h, *_hash_s1++);\94 else while (*_hash_s1) HASHPART(h, *_hash_s1++);\
43 while (c = *s++) HASHPART(i, c); in strhash()
47 while (n = *s++) HASHPART(c, n); in strsum()
43 while (s < e) HASHPART(c, *s++); in memhash()
47 while (p < e) HASHPART(c, *p++); in memsum()
57 while (c = *s2++) HASHPART(n, c); in hashlook()
49 #define HASHPART(h,c) (h = HASH_MPY(h) + HASH_ADD(h) + (c)) macro