Searched refs:stepped_up (Results 1 – 4 of 4) sorted by relevance
86 PyObject *stepped_up; in enum_next_long() local100 stepped_up = PyNumber_Add(next_index, one); in enum_next_long()101 if (stepped_up == NULL) in enum_next_long()103 en->en_longindex = stepped_up; in enum_next_long()
3324 PyObject *stepped_up; in count_nextlong() local3335 stepped_up = PyNumber_Add(long_cnt, lz->long_step); in count_nextlong()3336 if (stepped_up == NULL) in count_nextlong()3338 lz->long_cnt = stepped_up; in count_nextlong()
3367 PyObject *stepped_up; in count_nextlong() local3378 stepped_up = PyNumber_Add(long_cnt, lz->long_step); in count_nextlong()3379 if (stepped_up == NULL) in count_nextlong()3381 lz->long_cnt = stepped_up; in count_nextlong()