Searched defs:istep (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/common_audio/signal_processing/ |
D | complex_fft.c | 32 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
|
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 | 108 long *imax, long *istep) in ctl_cras_get_integer_info()
|
/external/tinyalsa/include/tinyalsa/ |
D | mixer_plugin.h | 117 #define SND_VALUE_INTEGER(icount, imin, imax, istep) \ argument
|
/external/python/pybind11/tests/ |
D | test_sequences_and_iterators.cpp | 91 int istep = static_cast<int>(step); in TEST_SUBMODULE() local
|
/external/tinyalsa_new/include/tinyalsa/ |
D | plugin.h | 49 #define SND_VALUE_INTEGER(icount, imin, imax, istep) \ argument
|
/external/python/cpython3/Objects/ |
D | rangeobject.c | 607 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
|