Lines Matching refs:hash_or
69 test_int_hash(unsigned long long h64, u32 hash_or[2][33]) in test_int_hash()
75 hash_or[0][0] |= h1 = __hash_32(h0); in test_int_hash()
77 hash_or[1][0] |= h2 = __hash_32_generic(h0); in test_int_hash()
92 hash_or[0][k] |= h1 = hash_32(h0, k); in test_int_hash()
114 hash_or[1][k] |= h1 = hash_64(h64, k); in test_int_hash()
147 u32 string_or = 0, hash_or[2][33] = { { 0, } }; in test_hash_init() local
179 if (!test_int_hash(h64, hash_or)) in test_hash_init()
191 if (~hash_or[0][0]) { in test_hash_init()
193 hash_or[0][0], -1u); in test_hash_init()
198 if (~hash_or[1][0]) { in test_hash_init()
200 hash_or[1][0], -1u); in test_hash_init()
210 if (hash_or[0][i] != m) { in test_hash_init()
212 "(%#x expected)", i, hash_or[0][i], m); in test_hash_init()
215 if (hash_or[1][i] != m) { in test_hash_init()
217 "(%#x expected)", i, hash_or[1][i], m); in test_hash_init()