Home
last modified time | relevance | path

Searched refs:XXH64_reset (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/vfs/hammer2/xxhash/
H A Dxxhash.h135 # define XXH64_reset XXH_NAME2(XXH_NAMESPACE, XXH64_reset) macro
197 XXH_PUBLIC_API XXH_errorcode XXH64_reset (XXH64_state_t* statePtr, unsigned long long seed);
H A Dxxhash.c502 XXH64_reset(state, seed); in XXH64()
568 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset() function
/dragonfly/contrib/zstd/lib/common/
H A Dxxhash.h113 # define XXH64_reset XXH_NAME2(XXH_NAMESPACE, XXH64_reset) macro
183 XXH_PUBLIC_API XXH_errorcode XXH64_reset (XXH64_state_t* statePtr, unsigned long long seed);
H A Dxxhash.c467 XXH64_reset(state, seed); in XXH64()
529 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset() function
/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c458 if (dctx->validateChecksum) XXH64_reset(&dctx->xxhState, 0); in ZSTD_decodeFrameHeader()
/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c482 XXH64_reset(&serialState->xxhState, 0); in ZSTDMT_serialState_reset()
H A Dzstd_compress.c1692 XXH64_reset(&zc->xxhState, 0); in ZSTD_resetCCtx_internal()