Home
last modified time | relevance | path

Searched refs:en_index (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Denumobject.c7 Py_ssize_t en_index; /* current index of enumeration */ member
35 en->en_index = PyInt_AsSsize_t(start); in enum_new()
36 if (en->en_index == -1 && PyErr_Occurred()) { in enum_new()
38 en->en_index = PY_SSIZE_T_MAX; in enum_new()
45 en->en_index = 0; in enum_new()
134 if (en->en_index == PY_SSIZE_T_MAX) in enum_next()
137 next_index = PyInt_FromSsize_t(en->en_index); in enum_next()
142 en->en_index++; in enum_next()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Denumobject.c7 Py_ssize_t en_index; /* current index of enumeration */ member
35 en->en_index = PyInt_AsSsize_t(start); in enum_new()
36 if (en->en_index == -1 && PyErr_Occurred()) { in enum_new()
38 en->en_index = PY_SSIZE_T_MAX; in enum_new()
45 en->en_index = 0; in enum_new()
134 if (en->en_index == PY_SSIZE_T_MAX) in enum_next()
137 next_index = PyInt_FromSsize_t(en->en_index); in enum_next()
142 en->en_index++; in enum_next()