Lines Matching defs:temp
530 PyObject *temp;532 temp = _PyLong_Lshift(ww, 1);533 if (temp == NULL)536 ww = temp;538 temp = _PyLong_Lshift(vv, 1);539 if (temp == NULL)542 vv = temp;544 temp = PyNumber_Or(vv, _PyLong_GetOne());545 if (temp == NULL)548 vv = temp;