Home
last modified time | relevance | path

Searched refs:countD (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dimport.c125 int countD = 0; in _PyImport_Init() local
133 ++countD; in _PyImport_Init()
137 filetab = PyMem_NEW(struct filedescr, countD + countS + 1); in _PyImport_Init()
142 countD * sizeof(struct filedescr)); in _PyImport_Init()
144 memcpy(filetab + countD, _PyImport_StandardFiletab, in _PyImport_Init()
146 filetab[countD + countS].suffix = NULL; in _PyImport_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c125 int countD = 0; in _PyImport_Init() local
133 ++countD; in _PyImport_Init()
137 filetab = PyMem_NEW(struct filedescr, countD + countS + 1); in _PyImport_Init()
142 countD * sizeof(struct filedescr)); in _PyImport_Init()
144 memcpy(filetab + countD, _PyImport_StandardFiletab, in _PyImport_Init()
146 filetab[countD + countS].suffix = NULL; in _PyImport_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dimport.c153 int countD = 0; in _PyImport_Init() local
161 ++countD; in _PyImport_Init()
165 filetab = PyMem_NEW(struct filedescr, countD + countS + 1); in _PyImport_Init()
170 countD * sizeof(struct filedescr)); in _PyImport_Init()
172 memcpy(filetab + countD, _PyImport_StandardFiletab, in _PyImport_Init()
174 filetab[countD + countS].suffix = NULL; in _PyImport_Init()