Searched refs:xxh64 (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
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/crypto/ |
A D | xxhash_generic.c | 65 put_unaligned_le64(xxh64(data, length, tctx->seed), out); in xxhash64_digest()
|
/linux/lib/ |
A D | xxhash.c | 172 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64() function 237 EXPORT_SYMBOL(xxh64);
|
/linux/lib/zstd/compress/ |
A D | zstd_ldm.c | 265 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_fillHashTable() 351 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_generateSequences_internal()
|
/linux/lib/zstd/decompress/ |
A D | zstd_decompress.c | 89 const U64 hash = xxh64(&dictID, sizeof(U32), 0); in ZSTD_DDictHashSet_getIndex()
|
/linux/ |
A D | vmlinux.symvers | 309 0x00000000 xxh64 vmlinux EXPORT_SYMBOL
|
A D | System.map | 16835 ffff8000104a40a0 T xxh64
|
A D | .tmp_System.map | 16835 ffff8000104a40a0 T xxh64
|
Completed in 296 milliseconds