Lines Matching refs:start
10 [clinic start generated code]*/
1044 Py_ssize_t i, n, start=0, stop=Py_SIZE(deque);
1052 _PyEval_SliceIndexNotNone, &start,
1057 if (start < 0) {
1058 start += Py_SIZE(deque);
1059 if (start < 0)
1060 start = 0;
1069 if (start > stop)
1070 start = stop;
1071 assert(0 <= start && start <= stop && stop <= Py_SIZE(deque));
1073 for (i=0 ; i < start - BLOCKLEN ; i += BLOCKLEN) {
1076 for ( ; i < start ; i++) {
1109 "D.index(value, [start, [stop]]) -- return first index of value.\n"
2281 [clinic start generated code]*/
2405 [clinic start generated code]*/