Searched refs:xxh64_state (Results 1 – 4 of 4) sorted by relevance
146 struct xxh64_state { struct162 void xxh64_reset(struct xxh64_state *state, uint64_t seed); argument174 int xxh64_update(struct xxh64_state *state, const void *input, size_t length);187 uint64_t xxh64_digest(const struct xxh64_state *state);
227 void xxh64_reset(struct xxh64_state *statePtr, const uint64_t seed) in xxh64_reset()230 struct xxh64_state state; in xxh64_reset()241 int xxh64_update(struct xxh64_state *state, const void *input, const size_t len) in xxh64_update()308 uint64_t xxh64_digest(const struct xxh64_state *state) in xxh64_digest()
147 struct xxh64_state xxhState;
485 struct xxh64_state xxhState;