Home
last modified time | relevance | path

Searched refs:step_is_negative (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dsliceobject.c388 int step_is_negative, cmp_result; in _PySlice_GetLongIndices() local
394 step_is_negative = 0; in _PySlice_GetLongIndices()
407 step_is_negative = step_sign < 0; in _PySlice_GetLongIndices()
411 if (step_is_negative) { in _PySlice_GetLongIndices()
429 start = step_is_negative ? upper : lower; in _PySlice_GetLongIndices()
468 stop = step_is_negative ? lower : upper; in _PySlice_GetLongIndices()

Completed in 1 milliseconds