Searched refs:xxh64_update (Results 1 – 3 of 3) sorted by relevance
/lib/ |
A D | xxhash.c | 270 int xxh64_update(struct xxh64_state *state, const void *input, const size_t len) in xxh64_update() function 335 EXPORT_SYMBOL(xxh64_update);
|
/lib/zstd/decompress/ |
A D | zstd_decompress.c | 990 xxh64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame() 1296 if (dctx->validateChecksum) xxh64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()
|
/lib/zstd/compress/ |
A D | zstd_compress.c | 4522 xxh64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_frameChunk() 6876 xxh64_update(&cctx->xxhState, src, srcSize); in ZSTD_compressSequences()
|
Completed in 27 milliseconds