Searched refs:xxh64_digest (Results 1 – 5 of 5) sorted by relevance
237 uint64_t xxh64_digest(const struct xxh64_state *state);
55 put_unaligned_le64(xxh64_digest(&dctx->xxhstate), out); in xxhash64_final()
444 uint64_t xxh64_digest(const struct xxh64_state *state) in xxh64_digest() function497 EXPORT_SYMBOL(xxh64_digest);
858 U32 const checkCalc = (U32)xxh64_digest(&dctx->xxhState); in ZSTD_decompressFrame()1174 U32 const h32 = (U32)xxh64_digest(&dctx->xxhState); in ZSTD_decompressContinue()
3439 U32 const checksum = (U32) xxh64_digest(&cctx->xxhState); in ZSTD_writeEpilogue()4825 U32 const checksum = (U32) xxh64_digest(&cctx->xxhState); in ZSTD_compressSequences()