Lines Matching refs:h0
72 u32 h0 = (u32)h64, h1, h2; in test_int_hash() local
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()
81 h0, h1, h2); in test_int_hash()
92 hash_or[0][k] |= h1 = hash_32(h0, k); in test_int_hash()
94 pr_err("hash_32(%#x, %d) = %#x > %#x", h0, k, h1, m); in test_int_hash()
98 h2 = hash_32_generic(h0, k); in test_int_hash()
102 " = %#x", h0, k, h1, h2); in test_int_hash()
108 h0, k, h1, m); in test_int_hash()
160 u32 h0 = full_name_hash(buf+i, buf+i, j-i); in test_hash_init() local
170 if (hashlen_hash(hashlen) != h0) { in test_hash_init()
173 i, j, hashlen_hash(hashlen), h0); in test_hash_init()
177 string_or |= h0; in test_hash_init()
178 h64 = h64 << 32 | h0; /* For use with hash_64 */ in test_hash_init()