Searched defs:istep (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | complex_fft.c | 31 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
|
D | complex_fft_mips.c | 26 int istep = 0; in WebRtcSpl_ComplexFFT() local 153 int istep = 0, n = 0, m = 0; in WebRtcSpl_ComplexIFFT() local
|
/external/python/cpython2/Objects/ |
D | rangeobject.c | 68 long ilow = 0, ihigh = 0, istep = 1; in range_new() local
|
/external/adhd/cras/src/alsa_plugin/ |
D | ctl_cras.c | 114 long *imin, long *imax, long *istep) in ctl_cras_get_integer_info()
|
/external/python/cpython3/Objects/ |
D | rangeobject.c | 575 Py_ssize_t istep; in range_repr() local
|
/external/python/cpython2/Python/ |
D | bltinmodule.c | 1813 PyObject *istep = NULL; in handle_range_longs() local 1968 long ilow = 0, ihigh = 0, istep = 1; in builtin_range() local
|