Searched refs:XXH32_update (Results 1 – 10 of 10) 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/zstd/lib/common/ |
D | xxhash.h | 114 # 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…
|
D | xxhash.c | 356 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/ |
D | xxhash.h | 135 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro 180 XXH_PUBLIC_API XXH_errorcode XXH32_update(XXH32_state_t *statePtr,
|
D | xxhash.c | 398 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/ |
D | xxhash.h | 132 # 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…
|
D | lz4frame.c | 921 (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()
|
D | xxhash.c | 398 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/ |
D | xxhash.h | 149 # 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
|