Home
last modified time | relevance | path

Searched defs:state_in (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilters.c92int32_t *state_in, /* array of size: 2*ALLPASSSECTIONS+1 */ in WebRtcIsacfix_DecimateAllpass32()
/external/vulkan-validation-layers/layers/
Dxxhash.c436 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) in XXH32_update()
484 XXH_PUBLIC_API unsigned int XXH32_digest (const XXH32_state_t* state_in) in XXH32_digest()
802 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* state_in, const void* input, size_t len) in XXH64_update()
863 XXH_PUBLIC_API unsigned long long XXH64_digest (const XXH64_state_t* state_in) in XXH64_digest()
/external/lz4/lib/
Dxxhash.c442 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) in XXH32_update()
490 XXH_PUBLIC_API unsigned int XXH32_digest (const XXH32_state_t* state_in) in XXH32_digest()
808 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* state_in, const void* input, size_t len) in XXH64_update()
869 XXH_PUBLIC_API unsigned long long XXH64_digest (const XXH64_state_t* state_in) in XXH64_digest()
/external/boringssl/src/crypto/fipsmodule/rand/
Drand.c98 static void rand_thread_state_free(void *state_in) { in rand_thread_state_free()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dfilter_functions.c222 double* state_in, in WebRtcIsac_DecimateAllpass()