Searched refs:step_is_negative (Results 1 – 1 of 1) sorted by relevance
378 int step_is_negative, cmp_result; in _PySlice_GetLongIndices() local384 step_is_negative = 0; in _PySlice_GetLongIndices()397 step_is_negative = step_sign < 0; in _PySlice_GetLongIndices()401 if (step_is_negative) { in _PySlice_GetLongIndices()419 start = step_is_negative ? upper : lower; in _PySlice_GetLongIndices()458 stop = step_is_negative ? lower : upper; in _PySlice_GetLongIndices()