Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_hash.c67 u32 (*hash_or)[33]; member
172 u32 hash_or[2][33] = { { 0, } }; in test_hash_or() local
196 test_int_hash(test, h64, hash_or); in test_hash_or()
200 KUNIT_EXPECT_EQ_MSG(test, hash_or[0][0], -1u, in test_hash_or()
202 hash_or[0][0], -1u); in test_hash_or()
205 KUNIT_EXPECT_EQ_MSG(test, hash_or[1][0], -1u, in test_hash_or()
207 hash_or[1][0], -1u); in test_hash_or()
215 KUNIT_EXPECT_EQ_MSG(test, hash_or[0][i], m, in test_hash_or()
217 i, hash_or[0][i], m); in test_hash_or()
218 KUNIT_EXPECT_EQ_MSG(test, hash_or[1][i], m, in test_hash_or()
[all …]