Searched refs:XXH32_reset (Results 1 – 8 of 8) sorted by relevance
/external/lz4/lib/ |
D | xxhash.h | 129 # define XXH32_reset XXH_NAME2(XXH_NAMESPACE, XXH32_reset) macro 175 XXH_PUBLIC_API XXH_errorcode XXH32_reset (XXH32_state_t* statePtr, unsigned int seed);
|
D | xxhash.c | 331 XXH32_reset(&state, seed); in XXH32() 371 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, unsigned int seed) in XXH32_reset() function
|
D | lz4frame.c | 638 XXH32_reset(&(cctxPtr->xxh), 0); in LZ4F_compressBegin_usingCDict() 1369 if (dctx->frameInfo.contentChecksumFlag) XXH32_reset(&(dctx->xxh), 0); in LZ4F_decompress() 1434 XXH32_reset(&dctx->blockChecksum, 0); in LZ4F_decompress()
|
/external/vulkan-validation-layers/layers/ |
D | xxhash.h | 129 # define XXH32_reset XXH_NAME2(XXH_NAMESPACE, XXH32_reset) macro 175 XXH_PUBLIC_API XXH_errorcode XXH32_reset (XXH32_state_t* statePtr, unsigned int seed);
|
D | xxhash.c | 325 XXH32_reset(&state, seed); in XXH32() 365 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, unsigned int seed) in XXH32_reset() function
|
/external/angle/src/common/third_party/xxhash/ |
D | xxhash.h | 134 # define XXH32_reset XXH_NAME2(XXH_NAMESPACE, XXH32_reset) macro 179 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t *statePtr, unsigned int seed);
|
D | xxhash.c | 397 XXH32_reset(&state, seed); in XXH32() 437 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, unsigned int seed) in XXH32_reset() function
|
/external/mesa3d/src/util/ |
D | xxhash.h | 148 # define XXH32_reset XXH_NAME2(XXH_NAMESPACE, XXH32_reset) macro 239 XXH_PUBLIC_API XXH_errorcode XXH32_reset (XXH32_state_t* statePtr, XXH32_hash_t seed); 818 XXH32_reset(&state, seed); in XXH32() 852 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, XXH32_hash_t seed) in XXH32_reset() function
|