Searched refs:xxh64 (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | xxhash.h | 108 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 D | fs.c | 51 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 D | fs.h | 1107 struct xxh64_state xxh64; member
|
| /linux/lib/ |
| H A D | xxhash.c | 157 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 D | zstd_ldm.c | 312 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 D | zstd_decompress.c | 91 const U64 hash = xxh64(&dictID, sizeof(U32), 0); in ZSTD_DDictHashSet_getIndex()
|