Home
last modified time | relevance | path

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

/lib/
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()
Dtest_hash.c28 xorshift(u32 seed) in xorshift()
49 fill_buf(char *buf, size_t len, u32 seed) in fill_buf()
Drandom32.c161 static void prandom_seed_early(struct rnd_state *state, u32 seed, in prandom_seed_early()
307 u32 seed; member
317 u32 seed; member
Dtest_rhashtable.c79 static u32 my_hashfn(const void *data, u32 len, u32 seed) in my_hashfn()
Drhashtable.c961 static u32 rhashtable_jhash2(const void *key, u32 length, u32 seed) in rhashtable_jhash2()