Home
last modified time | relevance | path

Searched defs:istep (Results 1 – 9 of 9) 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/python/cpython2/Objects/
Drangeobject.c68 long ilow = 0, ihigh = 0, istep = 1; in range_new() local
/external/adhd/cras/src/alsa_plugin/
Dctl_cras.c108 long *imax, long *istep) in ctl_cras_get_integer_info()
/external/tinyalsa/include/tinyalsa/
Dmixer_plugin.h117 #define SND_VALUE_INTEGER(icount, imin, imax, istep) \ argument
/external/python/pybind11/tests/
Dtest_sequences_and_iterators.cpp91 int istep = static_cast<int>(step); in TEST_SUBMODULE() local
/external/tinyalsa_new/include/tinyalsa/
Dplugin.h49 #define SND_VALUE_INTEGER(icount, imin, imax, istep) \ argument
/external/python/cpython3/Objects/
Drangeobject.c607 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