Searched refs:audioop_mul (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | audioop.c.h | 399 {"mul", (PyCFunction)audioop_mul, METH_FASTCALL, audioop_mul__doc__}, 406 audioop_mul(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in audioop_mul() function
|
/external/python/cpython2/Modules/ |
D | audioop.c | 780 audioop_mul(PyObject *self, PyObject *args) in audioop_mul() function 1656 { "mul", audioop_mul, METH_VARARGS },
|