HomeSort by relevance Sort by last modified time
    Searched defs:state32 (Results 1 - 3 of 3) sorted by null

  /external/fio/lib/
rand.h 23 struct taus88_state state32; member in union:frand_state::__anon20535
59 __frand32_copy(&dst->state32, &src->state32);
102 return __rand32(&state->state32);
112 uint32_t val = __rand32(&state->state32);
127 r = __rand32(&state->state32);
  /external/fio/
verify-state.h 19 struct thread_rand32_state state32; member in union:thread_rand_state::__anon20558
  /external/webrtc/webrtc/common_audio/vad/
vad_filterbank.c 95 int32_t state32 = ((int32_t) (*filter_state) << 16); // Q15 local
98 tmp32 = state32 + filter_coefficient * *data_in;
101 state32 = (*data_in << 14) - filter_coefficient * tmp16; // Q14
102 state32 <<= 1; // Q15.
106 *filter_state = (int16_t) (state32 >> 16); // Q(-1)

Completed in 80 milliseconds