Searched refs:stateT (Results 1 – 5 of 5) sorted by relevance
/external/libopus/silk/fixed/arm/ |
D | warped_autocorrelation_FIX_neon_intr.c | 182 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/ |
D | string | 20 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);
|
D | ios | 24 template <class stateT> class fpos;
|
D | __locale | 861 // template <class internT, class externT, class stateT> class codecvt;
|
D | locale | 145 template <class internT, class externT, class stateT> class codecvt; 146 template <class internT, class externT, class stateT> class codecvt_byname;
|