Home
last modified time | relevance | path

Searched refs:xxh64_state (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/
Dxxhash.h137 struct xxh64_state { struct
189 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);
/linux-4.19.296/lib/
Dxxhash.c85 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()
/linux-4.19.296/lib/zstd/
Ddecompress.c93 struct xxh64_state xxhState;
Dcompress.c74 struct xxh64_state xxhState;