Home
last modified time | relevance | path

Searched refs:XXH32_update (Results 1 – 10 of 10) 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/zstd/lib/common/
Dxxhash.h114 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro
177 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t lengt…
Dxxhash.c356 XXH32_update(state, input, len); in XXH32()
600 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) in XXH32_update() function
/external/angle/src/common/third_party/xxhash/
Dxxhash.h135 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro
180 XXH_PUBLIC_API XXH_errorcode XXH32_update(XXH32_state_t *statePtr,
Dxxhash.c398 XXH32_update(&state, input, len); in XXH32()
515 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.h132 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro
178 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t lengt…
Dlz4frame.c921 (void)XXH32_update(&(cctxPtr->xxh), srcBuffer, srcSize); in LZ4F_compressUpdate()
1515 (void)XXH32_update(&dctx->blockChecksum, srcPtr, sizeToCopy); in LZ4F_decompress()
1518 (void)XXH32_update(&dctx->xxh, srcPtr, sizeToCopy); in LZ4F_decompress()
1634 XXH32_update(&(dctx->xxh), dstPtr, (size_t)decodedSize); in LZ4F_decompress()
1677 XXH32_update(&(dctx->xxh), dctx->tmpOut, (size_t)decodedSize); in LZ4F_decompress()
Dxxhash.c398 XXH32_update(&state, input, len); in XXH32()
515 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) in XXH32_update() function
/external/mesa3d/src/util/
Dxxhash.h149 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro
240 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t lengt…
819 XXH32_update(&state, (const xxh_u8*)input, len); in XXH32()
867 XXH32_update(XXH32_state_t* state, const void* input, size_t len) in XXH32_update() function