Home
last modified time | relevance | path

Searched refs:long_lshift1 (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dlongobject.c4861 long_lshift1(PyLongObject *a, Py_ssize_t wordshift, digit remshift) in long_lshift1() function
4918 return long_lshift1((PyLongObject *)a, wordshift, remshift); in long_lshift()
4934 return long_lshift1((PyLongObject *)a, wordshift, remshift); in _PyLong_Lshift()

Completed in 7 milliseconds