Searched defs:elist (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dgeneric.h81 ListNode *elist; /* linked list of elements in error set */ member in struct:_e
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A Dselectmodule.c969 PyObject *elist = NULL, *etuple = NULL; local
1018 elist = PyList_New(nfds);
1019 if (elist == NULL) {
1026 Py_CLEAR(elist);
1029 PyList_SET_ITEM(elist, i, etuple);
1034 return elist;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
H A Dselectmodule.c1003 PyObject *elist = NULL, *etuple = NULL; local
1052 elist = PyList_New(nfds);
1053 if (elist == NULL) {
1060 Py_CLEAR(elist);
1063 PyList_SET_ITEM(elist, i, etuple);
1068 return elist;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dselectmodule.c969 PyObject *elist = NULL, *etuple = NULL; local
1018 elist = PyList_New(nfds);
1019 if (elist == NULL) {
1026 Py_CLEAR(elist);
1029 PyList_SET_ITEM(elist, i, etuple);
1034 return elist;

Completed in 170 milliseconds