Searched refs:xxh32_state (Results 1 – 2 of 2) sorted by relevance
116 struct xxh32_state { struct148 void xxh32_reset(struct xxh32_state *state, uint32_t seed);161 int xxh32_update(struct xxh32_state *state, const void *input, size_t length);174 uint32_t xxh32_digest(const struct xxh32_state *state);219 void xxh32_copy_state(struct xxh32_state *dst, const struct xxh32_state *src);
49 void xxh32_copy_state(struct xxh32_state *dst, const struct xxh32_state *src) in xxh32_copy_state()212 void xxh32_reset(struct xxh32_state *statePtr, const uint32_t seed) in xxh32_reset()215 struct xxh32_state state; in xxh32_reset()240 int xxh32_update(struct xxh32_state *state, const void *input, const size_t len) in xxh32_update()309 uint32_t xxh32_digest(const struct xxh32_state *state) in xxh32_digest()
Completed in 3 milliseconds