Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_operator.c.h223 _operator_mod_impl(PyObject *module, PyObject *a, PyObject *b);
237 return_value = _operator_mod_impl(module, a, b); in _operator_mod()
/aosp_15_r20/external/python/cpython3/Modules/
D_operator.c141 _operator_mod_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_mod_impl() function