Searched defs:wordshift (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Objects/ |
D | longobject.c | 3642 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
|