Lines Matching defs:hash_or
61 * is the integer to hash. hash_or accumulates the OR of the hash values,
69 test_int_hash(unsigned long long h64, u32 hash_or[2][33])
75 hash_or[0][0] |= h1 = __hash_32(h0);
77 hash_or[1][0] |= h2 = __hash_32_generic(h0);
92 hash_or[0][k] |= h1 = hash_32(h0, k);
114 hash_or[1][k] |= h1 = hash_64(h64, k);
147 u32 string_or = 0, hash_or[2][33] = { { 0, } };
179 if (!test_int_hash(h64, hash_or))
191 if (~hash_or[0][0]) {
193 hash_or[0][0], -1u);
198 if (~hash_or[1][0]) {
200 hash_or[1][0], -1u);
210 if (hash_or[0][i] != m) {
212 "(%#x expected)", i, hash_or[0][i], m);
215 if (hash_or[1][i] != m) {
217 "(%#x expected)", i, hash_or[1][i], m);