Searched refs:xxh64_state (Results 1 – 5 of 5) sorted by relevance
160 struct xxh64_state { struct212 void xxh64_reset(struct xxh64_state *state, uint64_t seed);224 int xxh64_update(struct xxh64_state *state, const void *input, size_t length);237 uint64_t xxh64_digest(const struct xxh64_state *state);257 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()
17 struct xxh64_state xxhstate;
129 struct xxh64_state xxhState;
283 struct xxh64_state xxhState;