xxh64_state 17 crypto/xxhash_generic.c struct xxh64_state xxhstate; xxh64_state 212 include/linux/xxhash.h void xxh64_reset(struct xxh64_state *state, uint64_t seed); xxh64_state 224 include/linux/xxhash.h int xxh64_update(struct xxh64_state *state, const void *input, size_t length); xxh64_state 237 include/linux/xxhash.h uint64_t xxh64_digest(const struct xxh64_state *state); xxh64_state 257 include/linux/xxhash.h void xxh64_copy_state(struct xxh64_state *dst, const struct xxh64_state *src); xxh64_state 85 lib/xxhash.c void xxh64_copy_state(struct xxh64_state *dst, const struct xxh64_state *src) xxh64_state 256 lib/xxhash.c void xxh64_reset(struct xxh64_state *statePtr, const uint64_t seed) xxh64_state 259 lib/xxhash.c struct xxh64_state state; xxh64_state 377 lib/xxhash.c int xxh64_update(struct xxh64_state *state, const void *input, const size_t len) xxh64_state 444 lib/xxhash.c uint64_t xxh64_digest(const struct xxh64_state *state) xxh64_state 74 lib/zstd/compress.c struct xxh64_state xxhState; xxh64_state 93 lib/zstd/decompress.c struct xxh64_state xxhState;