HomeSort by: relevance | last modified time | path
    Searched defs:xxh64_digest (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/zstd/dist/contrib/linux-kernel/test/include/linux/
xxhash.h 227 * xxh64_digest() - produce the current xxh64 hash
232 * inserting input into the hash state after a call to xxh64_digest(), and
233 * generate new hashes later on, by calling xxh64_digest() again.
237 XXH_API uint64_t xxh64_digest(const struct xxh64_state *state);
691 XXH_API uint64_t xxh64_digest(const struct xxh64_state *state) function

Completed in 13 milliseconds