Searched refs:XXH64_reset (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | xxhash.h | 113 # 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 D | xxhash.c | 467 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
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 458 if (dctx->validateChecksum) XXH64_reset(&dctx->xxhState, 0); in ZSTD_decodeFrameHeader()
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstdmt_compress.c | 482 XXH64_reset(&serialState->xxhState, 0); in ZSTDMT_serialState_reset()
|
| H A D | zstd_compress.c | 1692 XXH64_reset(&zc->xxhState, 0); in ZSTD_resetCCtx_internal()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 5297 # define XXH64_reset XXH_NAME2(XXH_NAMESPACE, XXH64_reset) macro 5364 XXH_PUBLIC_API XXH_errorcode XXH64_reset (XXH64_state_t* statePtr, unsigned long long seed); 5966 XXH64_reset(state, seed); in XXH64() 6028 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset() function 14608 XXH64_reset(&zc->xxhState, 0); in ZSTD_resetCCtx_internal() 24955 if (dctx->fParams.checksumFlag) XXH64_reset(&dctx->xxhState, 0); in ZSTD_decodeFrameHeader()
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v07.c | 3246 if (dctx->fParams.checksumFlag) XXH64_reset(&dctx->xxhState, 0); in ZSTDv07_decodeFrameHeader()
|