Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/third_party/xxhash/
Dxxhash.h134 # 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);
Dxxhash.c397 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
/third_party/lz4/lib/
Dxxhash.h131 # define XXH32_reset XXH_NAME2(XXH_NAMESPACE, XXH32_reset) macro
177 XXH_PUBLIC_API XXH_errorcode XXH32_reset (XXH32_state_t* statePtr, unsigned int seed);
Dxxhash.c397 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
Dlz4frame.c741 (void)XXH32_reset(&(cctxPtr->xxh), 0); in LZ4F_compressBegin_usingCDict()
1621 if (dctx->frameInfo.contentChecksumFlag) (void)XXH32_reset(&(dctx->xxh), 0); in LZ4F_decompress()
1688 (void)XXH32_reset(&dctx->blockChecksum, 0); in LZ4F_decompress()
/third_party/mesa3d/src/util/
Dxxhash.h150 # define XXH32_reset XXH_NAME2(XXH_NAMESPACE, XXH32_reset) macro
241 XXH_PUBLIC_API XXH_errorcode XXH32_reset (XXH32_state_t* statePtr, XXH32_hash_t seed);
820 XXH32_reset(&state, seed); in XXH32()
854 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, XXH32_hash_t seed) in XXH32_reset() function