Searched refs:countS (Results 1 – 2 of 2) sorted by relevance
154 int countS = 0; in _PyImport_Init() local164 ++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()
855 int countD, countS; in verifyDepthStencilGradient() local859 countS = 0; in verifyDepthStencilGradient()971 countS++; in verifyDepthStencilGradient()983 if (countD || countS) in verifyDepthStencilGradient()