Searched refs:shiftby (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/ |
H A D | longobject.c | 3634 Py_ssize_t shiftby, newsize, wordshift, loshift, hishift, i, j; local 3653 shiftby = PyLong_AsSsize_t((PyObject *)b); 3654 if (shiftby == -1L && PyErr_Occurred()) 3656 if (shiftby < 0) { 3661 wordshift = shiftby / PyLong_SHIFT; 3669 loshift = shiftby % PyLong_SHIFT; 3698 Py_ssize_t shiftby, oldsize, newsize, wordshift, remshift, i, j; local 3703 shiftby = PyLong_AsSsize_t((PyObject *)b); 3704 if (shiftby == -1L && PyErr_Occurred()) 3706 if (shiftby < [all...] |
Completed in 419 milliseconds