Lines Matching refs:maxval
1732 PyObject *v, *it, *item, *val, *maxitem, *maxval, *keyfunc=NULL;
1776 maxval = NULL; /* the value associated with the result */
1791 if (maxval == NULL) {
1793 maxval = val;
1797 int cmp = PyObject_RichCompareBool(val, maxval, op);
1801 Py_DECREF(maxval);
1803 maxval = val;
1814 if (maxval == NULL) {
1825 Py_DECREF(maxval);
1834 Py_XDECREF(maxval);