Home
last modified time | relevance | path

Searched refs:stepped_up (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Denumobject.c86 PyObject *stepped_up; in enum_next_long() local
100 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Denumobject.c86 PyObject *stepped_up; in enum_next_long() local
100 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ditertoolsmodule.c3324 PyObject *stepped_up; in count_nextlong() local
3335 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ditertoolsmodule.c3367 PyObject *stepped_up; in count_nextlong() local
3378 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()