Searched refs:audioop_findmax (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | audioop.c.h | 262 {"findmax", (PyCFunction)audioop_findmax, METH_FASTCALL, audioop_findmax__doc__}, 269 audioop_findmax(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in audioop_findmax() function
|
/external/python/cpython2/Modules/ |
D | audioop.c | 606 audioop_findmax(PyObject *self, PyObject *args) in audioop_findmax() function 1653 { "findmax", audioop_findmax, METH_VARARGS },
|