Searched refs:xxh64_state (Results 1 – 4 of 4) sorted by relevance
137 struct xxh64_state { struct189 void xxh64_reset(struct xxh64_state *state, uint64_t seed);201 int xxh64_update(struct xxh64_state *state, const void *input, size_t length);214 uint64_t xxh64_digest(const struct xxh64_state *state);234 void xxh64_copy_state(struct xxh64_state *dst, const struct xxh64_state *src);
85 void xxh64_copy_state(struct xxh64_state *dst, const struct xxh64_state *src) in xxh64_copy_state()256 void xxh64_reset(struct xxh64_state *statePtr, const uint64_t seed) in xxh64_reset()259 struct xxh64_state state; in xxh64_reset()377 int xxh64_update(struct xxh64_state *state, const void *input, const size_t len) in xxh64_update()444 uint64_t xxh64_digest(const struct xxh64_state *state) in xxh64_digest()
93 struct xxh64_state xxhState;
74 struct xxh64_state xxhState;