Searched refs:audioop_maxpp (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | audioop.c.h | 331 {"maxpp", (PyCFunction)audioop_maxpp, METH_FASTCALL, audioop_maxpp__doc__}, 337 audioop_maxpp(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in audioop_maxpp() function
|
/external/python/cpython2/Modules/ |
D | audioop.c | 702 audioop_maxpp(PyObject *self, PyObject *args) in audioop_maxpp() function 1649 { "maxpp", audioop_maxpp, METH_VARARGS },
|