Searched refs:XXH32_reset (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/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
|
/third_party/lz4/lib/ |
D | xxhash.h | 131 # 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);
|
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
|
D | lz4frame.c | 741 (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/ |
D | xxhash.h | 150 # 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
|