Home | History | Annotate | Download | only in Modules

Lines Matching refs:endpos

77     Py_ssize_t startpos, endpos, childpos, rightpos, limit;

82 endpos = PyList_GET_SIZE(heap);
84 if (pos >= endpos) {
90 limit = endpos / 2; /* smallest pos that has no child */
95 if (rightpos < endpos) {
103 if (endpos != PyList_GET_SIZE(heap)) {
413 Py_ssize_t startpos, endpos, childpos, rightpos, limit;
418 endpos = PyList_GET_SIZE(heap);
420 if (pos >= endpos) {
428 limit = endpos / 2; /* smallest pos that has no child */
433 if (rightpos < endpos) {