Searched refs:xxh64_update (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | xxhash.h | 201 int xxh64_update(struct xxh64_state *state, const void *input, size_t length);
|
/Linux-v4.19/lib/ |
D | xxhash.c | 377 int xxh64_update(struct xxh64_state *state, const void *input, const size_t len) in xxh64_update() function 442 EXPORT_SYMBOL(xxh64_update);
|
/Linux-v4.19/lib/zstd/ |
D | decompress.c | 1614 xxh64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame() 1819 xxh64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()
|
D | compress.c | 2365 xxh64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_generic()
|