Home | History | Annotate | Download | only in Objects

Lines Matching refs:tail

645         Py_ssize_t tail;
646 tail = (Py_SIZE(a) - ihigh) * sizeof(PyObject *);
647 memmove(&item[ihigh+d], &item[ihigh], tail);
649 memmove(&item[ihigh], &item[ihigh+d], tail);
2822 and then tail end of the list that was not