Home
last modified time | relevance | path

Searched refs:stateT (Results 1 – 5 of 5) sorted by relevance

/external/libopus/silk/fixed/arm/
Dwarped_autocorrelation_FIX_neon_intr.c182 opus_int32 *stateT = state; in silk_warped_autocorrelation_FIX_neon() local
188 state_QS_s32x4[ 2 ][ 0 ] = vld1q_s32( stateT ); in silk_warped_autocorrelation_FIX_neon()
189 vst1q_lane_s32( stateT, state_QS_s32x4[ 0 ][ 0 ], 0 ); in silk_warped_autocorrelation_FIX_neon()
194 stateT++; in silk_warped_autocorrelation_FIX_neon()
/external/libcxx/include/
Dstring20 template <class stateT>
24 stateT st;
30 stateT state() const;
31 void state(stateT);
39 template <class stateT> streamoff operator-(const fpos<stateT>& x, const fpos<stateT>& y);
41 template <class stateT> bool operator==(const fpos<stateT>& x, const fpos<stateT>& y);
42 template <class stateT> bool operator!=(const fpos<stateT>& x, const fpos<stateT>& y);
Dios24 template <class stateT> class fpos;
D__locale861 // template <class internT, class externT, class stateT> class codecvt;
Dlocale145 template <class internT, class externT, class stateT> class codecvt;
146 template <class internT, class externT, class stateT> class codecvt_byname;