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

/linux-master/lib/
H A Dtest_hash.c67 u32 (*hash_or)[33]; member in struct:test_hash_params
74 params->hash_or[1][0] |= params->h2 = __hash_32_generic(params->h0);
102 * is the integer to hash. hash_or accumulates the OR of the hash values,
110 test_int_hash(struct kunit *test, unsigned long long h64, u32 hash_or[2][33]) argument
113 struct test_hash_params params = { &h64, (u32)h64, 0, 0, hash_or };
116 hash_or[0][0] |= params.h1 = __hash_32(params.h0);
126 hash_or[0][k] |= params.h1 = hash_32(params.h0, k);
132 hash_or[1][k] |= params.h1 = hash_64(h64, k);
172 u32 hash_or[2][33] = { { 0, } }; local
196 test_int_hash(test, h64, hash_or);
[all...]

Completed in 140 milliseconds