Home
last modified time | relevance | path

Searched refs:XXH32_update (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-validation-layers/layers/
Dxxhash.h130 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro
176 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t lengt…
Dxxhash.c326 XXH32_update(&state, input, len); in XXH32()
436 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) in XXH32_update() function
/external/lz4/lib/
Dxxhash.h130 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro
176 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t lengt…
Dlz4frame.c890 XXH32_update(&(cctxPtr->xxh), srcBuffer, srcSize); in LZ4F_compressUpdate()
1454 XXH32_update(&dctx->blockChecksum, srcPtr, sizeToCopy); in LZ4F_decompress()
1457 XXH32_update(&dctx->xxh, srcPtr, sizeToCopy); in LZ4F_decompress()
1561 XXH32_update(&(dctx->xxh), dstPtr, decodedSize); in LZ4F_decompress()
1604 XXH32_update(&(dctx->xxh), dctx->tmpOut, decodedSize); in LZ4F_decompress()
Dxxhash.c332 XXH32_update(&state, input, len); in XXH32()
442 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) in XXH32_update() function