Searched refs:XXH64_update (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | xxhash.h | 115 # define XXH64_update XXH_NAME2(XXH_NAMESPACE, XXH64_update) macro 184 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* statePtr, const void* input, size_t lengt…
|
| H A D | xxhash.c | 468 XXH64_update(state, input, len); in XXH64() 719 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* state_in, const void* input, size_t len) in XXH64_update() function
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 674 XXH64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame() 989 if (dctx->validateChecksum) XXH64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v07.c | 3851 if (dctx->fParams.checksumFlag) XXH64_update(&dctx->xxhState, op, decodedSize); in ZSTDv07_decompressFrame() 4068 if (dctx->fParams.checksumFlag) XXH64_update(&dctx->xxhState, dst, rSize); in ZSTDv07_decompressContinue()
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstdmt_compress.c | 589 XXH64_update(&serialState->xxhState, src.start, src.size); in ZSTDMT_serialState_update()
|
| H A D | zstd_compress.c | 2854 XXH64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_frameChunk() 4915 XXH64_update(&cctx->xxhState, src, srcSize); in ZSTD_compressSequences()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 5299 # define XXH64_update XXH_NAME2(XXH_NAMESPACE, XXH64_update) macro 5365 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* statePtr, const void* input, size_t lengt… 5967 XXH64_update(state, input, len); in XXH64() 6218 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* state_in, const void* input, size_t len) in XXH64_update() function 15682 XXH64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_frameChunk() 25171 XXH64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame() 25486 if (dctx->fParams.checksumFlag) XXH64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()
|