Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/signal_processing/
Dcomplex_fft.c31 int i, j, l, k, istep, n, m; in WebRtcSpl_ComplexFFT() local
160 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/python/cpython2/Objects/
Drangeobject.c68 long ilow = 0, ihigh = 0, istep = 1; in range_new() local
/external/adhd/cras/src/alsa_plugin/
Dctl_cras.c114 long *imin, long *imax, long *istep) in ctl_cras_get_integer_info()
/external/python/cpython3/Objects/
Drangeobject.c575 Py_ssize_t istep; in range_repr() local
/external/python/cpython2/Python/
Dbltinmodule.c1813 PyObject *istep = NULL; in handle_range_longs() local
1968 long ilow = 0, ihigh = 0, istep = 1; in builtin_range() local