Lines Matching refs:one
548 PyObject *num, *one, *temp;
573 one = PyLong_FromLong(1L);
574 if (one == NULL) {
578 temp = PyNumber_Add(num, one);
579 Py_DECREF(one);
617 one = PyLong_FromLong(1L);
618 if (one == NULL) {
622 temp = PyNumber_Subtract(num, one);
623 Py_DECREF(one);
712 PyObject *num, *one, *temp;
737 one = PyLong_FromLong(1L);
738 if (one == NULL) {
742 temp = PyNumber_Add(num, one);
743 Py_DECREF(one);
781 one = PyLong_FromLong(1L);
782 if (one == NULL) {
786 temp = PyNumber_Subtract(num, one);
787 Py_DECREF(one);
2478 {0x7fffL, 15, 1}, /* one Python int digit */
2712 // This one will return +00:00 zone, but not the UTC singleton
3808 propagate; raise a fresh one after swapping in the old thread