Home
last modified time | relevance | path

Searched defs:statePtr (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/Benchmark/musl/
H A Dlibc_pthread.cpp421 benchmark::State *statePtr = (benchmark::State *)arg; in BroadcastNotifyMutex() local
580 benchmark::State *statePtr = (benchmark::State *)arg; in Func() local
735 benchmark::State *statePtr = (benchmark::State *)arg; in CleanupPushAndPop() local
/third_party/mesa3d/src/util/
H A Dxxhash.h843 XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr) in XXH32_freeState() argument
854 XXH32_reset(XXH32_state_t* statePtr, XXH32_hash_t seed) XXH32_reset() argument
1304 XXH64_freeState(XXH64_state_t* statePtr) XXH64_freeState() argument
1315 XXH64_reset(XXH64_state_t* statePtr, XXH64_hash_t seed) XXH64_reset() argument
[all...]
/third_party/lz4/lib/
H A Dxxhash.c426 XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr) in XXH32_freeState() argument
437 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, unsigned int seed) in XXH32_reset() argument
887 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr) in XXH64_freeState() argument
898 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset() argument
H A Dlz4hc.c962 LZ4_streamHC_t* const statePtr = (LZ4_streamHC_t*)ALLOC(sizeof(LZ4_streamHC_t)); in LZ4_compress_HC() local
/third_party/skia/third_party/externals/angle2/src/common/third_party/xxhash/
H A Dxxhash.c426 XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr) in XXH32_freeState() argument
437 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, unsigned int seed) in XXH32_reset() argument
887 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr) in XXH64_freeState() argument
898 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset() argument
/third_party/lz4/tests/
H A Dfuzzer.c1198 { LZ4_stream_t* const statePtr = LZ4_createStream(); in FUZ_unitTests() local

Completed in 14 milliseconds