Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcstubs265 long s_nctl, t_nctl;
297 s_nctl = arg1 - arg6;
301 if (!PyList_Check(v) || PyList_Size(v) != s_nctl) {
305 if ((arg5 = PyMem_NEW(double, s_nctl*t_nctl*ncoords )) == NULL) {
309 for (s = 0; s < s_nctl; s++) {
324 t_byte_stride = s_byte_stride * s_nctl;
Dglmodule.c248 long s_nctl, t_nctl; in gl_nurbssurface() local
280 s_nctl = arg1 - arg6; in gl_nurbssurface()
284 if (!PyList_Check(v) || PyList_Size(v) != s_nctl) { in gl_nurbssurface()
288 if ((arg5 = PyMem_NEW(double, s_nctl*t_nctl*ncoords )) == NULL) { in gl_nurbssurface()
292 for (s = 0; s < s_nctl; s++) { in gl_nurbssurface()
307 t_byte_stride = s_byte_stride * s_nctl; in gl_nurbssurface()