Searched refs:audioop_max (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | audioop.c.h | 48 {"max", (PyCFunction)audioop_max, METH_FASTCALL, audioop_max__doc__}, 54 audioop_max(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in audioop_max() function
|
/external/python/cpython2/Modules/ |
D | audioop.c | 366 audioop_max(PyObject *self, PyObject *args) in audioop_max() function 1646 { "max", audioop_max, METH_VARARGS },
|