Searched refs:hash_or (Results 1 – 1 of 1) sorted by relevance
68 test_int_hash(unsigned long long h64, u32 hash_or[2][33]) in test_int_hash()74 hash_or[0][0] |= h1 = __hash_32(h0); in test_int_hash()76 hash_or[1][0] |= h2 = __hash_32_generic(h0); in test_int_hash()91 hash_or[0][k] |= h1 = hash_32(h0, k); in test_int_hash()113 hash_or[1][k] |= h1 = hash_64(h64, k); in test_int_hash()146 u32 string_or = 0, hash_or[2][33] = { { 0, } }; in test_hash_init() local178 if (!test_int_hash(h64, hash_or)) in test_hash_init()190 if (~hash_or[0][0]) { in test_hash_init()192 hash_or[0][0], -1u); in test_hash_init()197 if (~hash_or[1][0]) { in test_hash_init()[all …]