xxh32_state 178 include/linux/xxhash.h void xxh32_reset(struct xxh32_state *state, uint32_t seed); xxh32_state 191 include/linux/xxhash.h int xxh32_update(struct xxh32_state *state, const void *input, size_t length); xxh32_state 204 include/linux/xxhash.h uint32_t xxh32_digest(const struct xxh32_state *state); xxh32_state 249 include/linux/xxhash.h void xxh32_copy_state(struct xxh32_state *dst, const struct xxh32_state *src); xxh32_state 79 lib/xxhash.c void xxh32_copy_state(struct xxh32_state *dst, const struct xxh32_state *src) xxh32_state 242 lib/xxhash.c void xxh32_reset(struct xxh32_state *statePtr, const uint32_t seed) xxh32_state 245 lib/xxhash.c struct xxh32_state state; xxh32_state 270 lib/xxhash.c int xxh32_update(struct xxh32_state *state, const void *input, const size_t len) xxh32_state 339 lib/xxhash.c uint32_t xxh32_digest(const struct xxh32_state *state)