Searched refs:XXH32_update (Results 1 – 5 of 5) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | xxhash.h | 130 # 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…
|
D | xxhash.c | 326 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/ |
D | xxhash.h | 130 # 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…
|
D | lz4frame.c | 890 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()
|
D | xxhash.c | 332 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
|