Lines Matching defs:temp2
4569 PyObject *temp1, *temp2;
4581 temp2 = delta_subtract(temp1, offset);
4583 if (temp2 == NULL) {
4587 self->hashcode = PyObject_Hash(temp2);
4588 Py_DECREF(temp2);
6017 PyObject *temp1, *temp2;
6034 temp2 = delta_subtract(temp1, offset);
6036 if (temp2 == NULL) {
6040 self->hashcode = PyObject_Hash(temp2);
6041 Py_DECREF(temp2);