Lines Matching refs:slice
1066 /* Reverse a slice of a list in place, from lo up to (exclusive) hi. */
1144 sortslice_advance(sortslice *slice, Py_ssize_t n)
1146 slice->keys += n;
1147 if (slice->values != NULL)
1148 slice->values += n;
1240 [lo, hi) is a contiguous slice of a list, and is sorted via
1245 Even in case of error, the output slice will be some permutation of
1305 Return the length of the run beginning at lo, in the slice [lo, hi). lo < hi
2288 * by comparison functions can't affect the slice of memory we're
2960 /* delete slice */
2984 list that are *not* part of the slice: step-1
2985 items for each item that is part of the slice,
2987 covered by the slice */
3022 /* assign slice */
3036 "to extended slice");
3044 "size %zd to extended slice of "