Searched refs:xxh64_update (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | xxhash.h | 224 int xxh64_update(struct xxh64_state *state, const void *input, size_t length);
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | xxhash_generic.c | 46 xxh64_update(&dctx->xxhstate, data, length); in xxhash64_update()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A 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);
|
| /OK3568_Linux_fs/kernel/lib/zstd/ |
| H A D | decompress.c | 1614 xxh64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame() 1820 xxh64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()
|
| H A D | compress.c | 2365 xxh64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_generic()
|