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

  /external/webrtc/src/common_audio/signal_processing/
filter_ar_fast_q12.c 33 WebRtc_Word16 *state_ptr = &out[i - 1]; local
39 o -= WEBRTC_SPL_MUL_16_16(*a_ptr++,*state_ptr--);
filter_ar.c 45 WebRtc_Word16* state_ptr = &state[state_length - 1]; local
59 o -= WEBRTC_SPL_MUL_16_16(*a_ptr, *state_ptr--);
  /external/webkit/Tools/android/flex-2.5.4a/
tblcmp.c 343 register int *state_ptr, *chk_ptr; local
413 state_ptr = &state[1];
418 if ( *(state_ptr++) != 0 && *chk_ptr != 0 )
796 register int *state_ptr; local
815 state_ptr = &state[1];
817 for ( i = 1; i <= numecs; ++i, ++state_ptr )
818 if ( *state_ptr != 0 )
821 nxt[position + i] = *state_ptr;

Completed in 232 milliseconds