Home
last modified time | relevance | path

Searched refs:XXH32_reset (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-validation-layers/layers/
Dxxhash.h129 # 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);
Dxxhash.c325 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/
Dxxhash.h129 # 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);
Dxxhash.c331 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
Dlz4frame.c638 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()