Home
last modified time | relevance | path

Searched refs:h1 (Results 1 – 1 of 1) sorted by relevance

/lib/
Dtest_hash.c71 u32 h0 = (u32)h64, h1, h2; in test_int_hash() local
74 hash_or[0][0] |= h1 = __hash_32(h0); in test_int_hash()
78 if (h1 != h2) { in test_int_hash()
80 h0, h1, h2); in test_int_hash()
91 hash_or[0][k] |= h1 = hash_32(h0, k); in test_int_hash()
92 if (h1 > m) { in test_int_hash()
93 pr_err("hash_32(%#x, %d) = %#x > %#x", h0, k, h1, m); in test_int_hash()
99 if (h1 != h2) { in test_int_hash()
101 " = %#x", h0, k, h1, h2); in test_int_hash()
107 h0, k, h1, m); in test_int_hash()
[all …]