Home
last modified time | relevance | path

Searched refs:xxh64_reset (Results 1 – 3 of 3) sorted by relevance

/lib/
Dxxhash.c256 void xxh64_reset(struct xxh64_state *statePtr, const uint64_t seed) in xxh64_reset() function
268 EXPORT_SYMBOL(xxh64_reset);
/lib/zstd/
Dcompress.c234 xxh64_reset(&cctx->xxhState, 0); in ZSTD_continueCCtx()
280 xxh64_reset(&zc->xxhState, 0); in ZSTD_resetCCtx_advanced()
Ddecompress.c382 xxh64_reset(&dctx->xxhState, 0); in ZSTD_decodeFrameHeader()