Searched defs:seed (Results 1 – 5 of 5) sorted by relevance
/lib/ |
D | xxhash.c | 94 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()
|
D | test_hash.c | 28 xorshift(u32 seed) in xorshift() 49 fill_buf(char *buf, size_t len, u32 seed) in fill_buf()
|
D | random32.c | 132 u32 seed; member 142 u32 seed; member 259 static void prandom_seed_early(struct rnd_state *state, u32 seed, in prandom_seed_early()
|
D | test_rhashtable.c | 79 static u32 my_hashfn(const void *data, u32 len, u32 seed) in my_hashfn()
|
D | rhashtable.c | 961 static u32 rhashtable_jhash2(const void *key, u32 length, u32 seed) in rhashtable_jhash2()
|