Home
last modified time | relevance | path

Searched defs:seed (Results 1 – 5 of 5) sorted by relevance

/lib/
A Dxxhash.c94 static uint32_t xxh32_round(uint32_t seed, const uint32_t input) in xxh32_round()
102 uint32_t xxh32(const void *input, const size_t len, const uint32_t seed) in xxh32()
172 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64()
242 void xxh32_reset(struct xxh32_state *statePtr, const uint32_t seed) in xxh32_reset()
256 void xxh64_reset(struct xxh64_state *statePtr, const uint64_t seed) in xxh64_reset()
A Drandom32.c131 u32 seed; member
141 u32 seed; member
248 static void prandom_state_selftest_seed(struct rnd_state *state, u32 seed) in prandom_state_selftest_seed()
A Dtest_rhashtable.c80 static u32 my_hashfn(const void *data, u32 len, u32 seed) in my_hashfn()
A Drhashtable.c980 static u32 rhashtable_jhash2(const void *key, u32 length, u32 seed) in rhashtable_jhash2()
/lib/tests/
A Dtest_hash.c26 xorshift(u32 seed) in xorshift()
46 static void fill_buf(char *buf, size_t len, u32 seed) in fill_buf()

Completed in 9 milliseconds