Lines Matching defs:start
29 [clinic start generated code]*/
580 Pdata_poptuple(Pdata *self, Py_ssize_t start)
585 if (start < self->fence) {
589 len = Py_SIZE(self) - start;
593 for (i = start, j = 0; j < len; i++, j++)
596 Py_SET_SIZE(self, start);
601 Pdata_poplist(Pdata *self, Py_ssize_t start)
606 len = Py_SIZE(self) - start;
610 for (i = start, j = 0; j < len; i++, j++)
613 Py_SET_SIZE(self, start);
1987 FAST_NESTING_LIMIT, these guards will start keeping an internal
2162 * byte at the start, and cut it back later if possible.
4558 [clinic start generated code]*/
4578 [clinic start generated code]*/
4612 [clinic start generated code]*/
4731 [clinic start generated code]*/
4802 [clinic start generated code]*/
4817 [clinic start generated code]*/
4861 [clinic start generated code]*/
6842 /* Rewind to start of frame */
6987 [clinic start generated code]*/
7030 [clinic start generated code]*/
7119 [clinic start generated code]*/
7245 [clinic start generated code]*/
7306 [clinic start generated code]*/
7323 [clinic start generated code]*/
7361 [clinic start generated code]*/
7673 [clinic start generated code]*/
7738 [clinic start generated code]*/
7803 [clinic start generated code]*/
7863 [clinic start generated code]*/