Home
last modified time | relevance | path

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

/external/webrtc/common_audio/signal_processing/
Dcomplex_fft.c32 int i, j, l, k, istep, n, m; in WebRtcSpl_ComplexFFT() local
161 size_t i, j, l, istep, n, m; in WebRtcSpl_ComplexIFFT() local
Dcomplex_fft_mips.c26 int istep = 0; in WebRtcSpl_ComplexFFT() local
153 int istep = 0, n = 0, m = 0; in WebRtcSpl_ComplexIFFT() local
/external/tinyalsa/include/tinyalsa/
Dmixer_plugin.h120 #define SND_VALUE_INTEGER(icount, imin, imax, istep) \ argument
/external/tinyalsa_new/include/tinyalsa/
Dplugin.h49 #define SND_VALUE_INTEGER(icount, imin, imax, istep) \ argument
/external/python/cpython3/Objects/
Drangeobject.c676 Py_ssize_t istep; in range_repr() local