Home
last modified time | relevance | path

Searched refs:xxh64 (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dxxhash.h108 uint64_t xxh64(const void *input, size_t length, uint64_t seed);
127 return xxh64(input, length, seed); in xxhash()
/linux/fs/btrfs/
H A Dfs.c51 put_unaligned_le64(xxh64(data, len, 0), out); in btrfs_csum()
73 xxh64_reset(&ctx->xxh64, 0); in btrfs_csum_init()
94 xxh64_update(&ctx->xxh64, data, len); in btrfs_csum_update()
115 put_unaligned_le64(xxh64_digest(&ctx->xxh64), out); in btrfs_csum_final()
H A Dfs.h1107 struct xxh64_state xxh64; member
/linux/lib/
H A Dxxhash.c157 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64() function
222 EXPORT_SYMBOL(xxh64);
/linux/lib/zstd/compress/
H A Dzstd_ldm.c312 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_fillHashTable()
392 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_generateSequences_internal()
/linux/lib/zstd/decompress/
H A Dzstd_decompress.c91 const U64 hash = xxh64(&dictID, sizeof(U32), 0); in ZSTD_DDictHashSet_getIndex()