Searched refs:audioop_reverse (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | audioop.c.h | 584 {"reverse", (PyCFunction)audioop_reverse, METH_FASTCALL, audioop_reverse__doc__}, 590 audioop_reverse(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in audioop_reverse() function
|
/external/python/cpython2/Modules/ |
D | audioop.c | 1008 audioop_reverse(PyObject *self, PyObject *args) in audioop_reverse() function 1669 { "reverse", audioop_reverse, METH_VARARGS },
|