Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dxxhash.h146 struct xxh64_state { struct
162 void xxh64_reset(struct xxh64_state *state, uint64_t seed); argument
174 int xxh64_update(struct xxh64_state *state, const void *input, size_t length);
187 uint64_t xxh64_digest(const struct xxh64_state *state);
/linux/lib/
H A Dxxhash.c227 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()
/linux/lib/zstd/decompress/
H A Dzstd_decompress_internal.h147 struct xxh64_state xxhState;
/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h485 struct xxh64_state xxhState;