Home
last modified time | relevance | path

Searched refs:audioop_max_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
Daudioop.c.h51 audioop_max_impl(PyObject *module, Py_buffer *fragment, int width);
64 return_value = audioop_max_impl(module, &fragment, width); in audioop_max()
/external/python/cpython3/Modules/
Daudioop.c444 audioop_max_impl(PyObject *module, Py_buffer *fragment, int width) in audioop_max_impl() function