Home
last modified time | relevance | path

Searched refs:xxh64_update (Results 1 – 3 of 3) sorted by relevance

/u-boot/include/linux/
A Dxxhash.h194 int xxh64_update(struct xxh64_state *state, const void *input, size_t length);
/u-boot/lib/
A Dxxhash.c347 int xxh64_update(struct xxh64_state *state, const void *input, const size_t len) in xxh64_update() function
412 EXPORT_SYMBOL(xxh64_update);
/u-boot/lib/zstd/
A Ddecompress.c1605 xxh64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame()
1810 xxh64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()

Completed in 10 milliseconds