Searched refs:hash_or (Results 1 – 1 of 1) sorted by relevance
69 test_int_hash(unsigned long long h64, u32 hash_or[2][33]) in test_int_hash()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()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()147 u32 string_or = 0, hash_or[2][33] = { { 0, } }; in test_hash_init() local179 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()[all …]