Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dimport.c154 int countS = 0; in _PyImport_Init() local
164 ++countS; in _PyImport_Init()
165 filetab = PyMem_NEW(struct filedescr, countD + countS + 1); in _PyImport_Init()
173 countS * sizeof(struct filedescr)); in _PyImport_Init()
174 filetab[countD + countS].suffix = NULL; in _PyImport_Init()