Home
last modified time | relevance | path

Searched defs:shiftby (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dlongobject.c4472 divmod_shift(PyObject *shiftby, Py_ssize_t *wordshift, digit *remshift) in divmod_shift()
4565 _PyLong_Rshift(PyObject *a, size_t shiftby) in _PyLong_Rshift()
4636 _PyLong_Lshift(PyObject *a, size_t shiftby) in _PyLong_Lshift()
/external/python/cpython2/Objects/
Dlongobject.c3642 Py_ssize_t shiftby, newsize, wordshift, loshift, hishift, i, j; in long_rshift() local
3706 Py_ssize_t shiftby, oldsize, newsize, wordshift, remshift, i, j; in long_lshift() local