Searched refs:XXH32_reset (Results 1 – 5 of 5) sorted by relevance
/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/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()
|