Home
last modified time | relevance | path

Searched refs:XXH64_reset (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/third_party/xxhash/
Dxxhash.h143 # define XXH64_reset XXH_NAME2(XXH_NAMESPACE, XXH64_reset) macro
242 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t *statePtr, unsigned long long seed);
Dxxhash.c860 XXH64_reset(&state, seed); in XXH64()
898 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset() function
DREADME.md130 XXH_errorcode const resetResult = XXH64_reset(state, seed);
/third_party/lz4/lib/
Dxxhash.h140 # define XXH64_reset XXH_NAME2(XXH_NAMESPACE, XXH64_reset) macro
234 XXH_PUBLIC_API XXH_errorcode XXH64_reset (XXH64_state_t* statePtr, unsigned long long seed);
Dxxhash.c860 XXH64_reset(&state, seed); in XXH64()
898 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset() function
/third_party/lz4/tests/
Dfuzzer.c1246 XXH64_reset(&xxhOrig, 0); in FUZ_unitTests()
1247 XXH64_reset(&xxhNewSafe, 0); in FUZ_unitTests()
1248 XXH64_reset(&xxhNewFast, 0); in FUZ_unitTests()
1451 XXH64_reset(&crcOrigState, 0); in FUZ_unitTests()
1452 XXH64_reset(&crcNewState, 0); in FUZ_unitTests()
1493 XXH64_reset(&xxhOrig, 0); in FUZ_unitTests()
1494 XXH64_reset(&xxhNewSafe, 0); in FUZ_unitTests()
1495 XXH64_reset(&xxhNewFast, 0); in FUZ_unitTests()
1561 XXH64_reset(&xxhOrig, 0); in FUZ_unitTests()
1562 XXH64_reset(&xxhNewSafe, 0); in FUZ_unitTests()
[all …]
Dframetest.c892 XXH64_reset(&xxh64, 1); in test_lz4f_decompression_wBuffers()
/third_party/mesa3d/src/util/
Dxxhash.h159 # define XXH64_reset XXH_NAME2(XXH_NAMESPACE, XXH64_reset) macro
294 XXH_PUBLIC_API XXH_errorcode XXH64_reset (XXH64_state_t* statePtr, XXH64_hash_t seed);
1282 XXH64_reset(&state, seed); in XXH64()
1315 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, XXH64_hash_t seed) in XXH64_reset() function
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_autotune.c133 XXH64_reset(&hash_state, 0); in hash_renderpass_instance()