Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dlongobject.c4515 long_lshift(PyObject *a, PyObject *b) in long_lshift() function
5128 twice_rem = long_lshift((PyObject *)rem, one); in _PyLong_DivmodNear()
5624 long_lshift, /*nb_lshift*/