Searched refs:XXH64_reset (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/third_party/xxhash/ |
D | xxhash.h | 143 # 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);
|
D | xxhash.c | 860 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
|
D | README.md | 130 XXH_errorcode const resetResult = XXH64_reset(state, seed);
|
/third_party/lz4/lib/ |
D | xxhash.h | 140 # 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);
|
D | xxhash.c | 860 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/ |
D | fuzzer.c | 1246 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 …]
|
D | frametest.c | 892 XXH64_reset(&xxh64, 1); in test_lz4f_decompression_wBuffers()
|
/third_party/mesa3d/src/util/ |
D | xxhash.h | 159 # 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/ |
D | tu_autotune.c | 133 XXH64_reset(&hash_state, 0); in hash_renderpass_instance()
|