Home
last modified time | relevance | path

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

/linux/lib/
A Dtest_hash.c75 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()
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()
[all …]

Completed in 2 milliseconds