Searched refs:hash2 (Results 1 – 2 of 2) sorted by relevance
101 #define hash2(p) (((size_t)(p)[0] - ((size_t)(p)[-1] << 3)) % sizeof (shift)) macro152 shift[hash2 (ne + i)] = i; in memmem()153 shift1 = m1 - shift[hash2 (ne + m1)]; in memmem()154 shift[hash2 (ne + m1)] = m1; in memmem()162 tmp = shift[hash2 (hs)]; in memmem()
46 static __uint32_t hash2(const void *, size_t);86 hash2(keyarg, len)