Lines Matching refs:hash_or
68 test_int_hash(unsigned long long h64, u32 hash_or[2][33]) in test_int_hash()
74 hash_or[0][0] |= h1 = __hash_32(h0); in test_int_hash()
76 hash_or[1][0] |= h2 = __hash_32_generic(h0); in test_int_hash()
91 hash_or[0][k] |= h1 = hash_32(h0, k); in test_int_hash()
113 hash_or[1][k] |= h1 = hash_64(h64, k); in test_int_hash()
146 u32 string_or = 0, hash_or[2][33] = { { 0, } }; in test_hash_init() local
178 if (!test_int_hash(h64, hash_or)) in test_hash_init()
190 if (~hash_or[0][0]) { in test_hash_init()
192 hash_or[0][0], -1u); in test_hash_init()
197 if (~hash_or[1][0]) { in test_hash_init()
199 hash_or[1][0], -1u); in test_hash_init()
209 if (hash_or[0][i] != m) { in test_hash_init()
211 "(%#x expected)", i, hash_or[0][i], m); in test_hash_init()
214 if (hash_or[1][i] != m) { in test_hash_init()
216 "(%#x expected)", i, hash_or[1][i], m); in test_hash_init()