Home
last modified time | relevance | path

Searched refs:countS (Results 1 – 2 of 2) 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()
/external/deqp/external/openglcts/modules/common/
DglcPackedDepthStencilTests.cpp855 int countD, countS; in verifyDepthStencilGradient() local
859 countS = 0; in verifyDepthStencilGradient()
971 countS++; in verifyDepthStencilGradient()
983 if (countD || countS) in verifyDepthStencilGradient()