Searched refs:XXH32_reset (Results 1 – 7 of 7) 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 | 659 (void)XXH32_reset(&(cctxPtr->xxh), 0); in LZ4F_compressBegin_usingCDict() 1430 if (dctx->frameInfo.contentChecksumFlag) (void)XXH32_reset(&(dctx->xxh), 0); in LZ4F_decompress() 1495 (void)XXH32_reset(&dctx->blockChecksum, 0); in LZ4F_decompress()
|
/third_party/flutter/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
|