Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dlongobject.c4338 long_lshift(PyObject *v, PyObject *w) in long_lshift() function
4959 twice_rem = long_lshift((PyObject *)rem, _PyLong_One); in _PyLong_DivmodNear()
5354 long_lshift, /*nb_lshift*/
/external/python/cpython2/Objects/
Dlongobject.c3701 long_lshift(PyObject *v, PyObject *w) in long_lshift() function
4287 long_lshift, /*nb_lshift*/