Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dxxhash.h130 struct xxh64_state { struct
131 uint64_t total_len;
132 uint64_t v1;
133 uint64_t v2;
134 uint64_t v3;
135 uint64_t v4;
136 uint64_t mem64[4];
137 uint32_t memsize;

Completed in 19 milliseconds