Lines Matching refs:step
333 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step);
335 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step);
338 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step,
1426 Py_ssize_t start, stop, step, slicelen; in BufferSubscript() local
1434 &step, &slicelen) < 0) in BufferSubscript()
1460 Py_ssize_t start, stop, step, slicelen; in BufferAsSubscript() local
1468 &step, &slicelen) < 0) in BufferAsSubscript()
1544 Py_ssize_t start, stop, step, slicelen; in RangeSubscript() local
1549 &step, &slicelen) < 0) in RangeSubscript()
1570 Py_ssize_t start, stop, step, slicelen; in RangeAsSubscript() local
1575 &step, &slicelen) < 0) in RangeAsSubscript()