Lines Matching defs:len_other
4649 Py_ssize_t len_self, len_other;
4663 len_other = PyObject_Size(other);
4664 if (len_other < 0)
4672 if (len_self == len_other)
4679 if (len_self < len_other)
4684 if (len_self <= len_other)
4689 if (len_self > len_other)
4694 if (len_self >= len_other)
4828 Py_ssize_t len_other = dictview_len((_PyDictViewObject *)other);
4829 if (len_other > len_self) {
5042 Py_ssize_t len_other = PyObject_Size(other);
5043 if (len_other == -1)
5046 if ((len_other > len_self)) {