Searched refs:PyArg_GetLong (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Modules/ |
D | cgensupport.h | 23 #define getilongarg PyArg_GetLong 34 extern int PyArg_GetLong(PyObject *args, int nargs,
|
D | cgensupport.c | 34 PyArg_GetLong(register PyObject *args, int nargs, int i, long *p_arg) in PyArg_GetLong() function 55 if (!PyArg_GetLong(args, nargs, i, &x)) in PyArg_GetShort()
|
D | cstubs | 283 if (!PyArg_GetLong(args, 6, 3, &arg6)) 285 if (!PyArg_GetLong(args, 6, 4, &arg7)) 287 if (!PyArg_GetLong(args, 6, 5, &arg8)) 361 if (!PyArg_GetLong(args, 4, 2, &arg5)) 363 if (!PyArg_GetLong(args, 4, 3, &arg6)) 414 if (!PyArg_GetLong(args, 2, 1, &type)) 453 if (!PyArg_GetLong(args, 1, 0, &pickbuffersize)) 733 if (!PyArg_GetLong(args, 4, 0, &width)) 735 if (!PyArg_GetLong(args, 4, 1, &height)) 737 if (!PyArg_GetLong(args, 4, 2, &packfactor)) [all …]
|
D | glmodule.c | 266 if (!PyArg_GetLong(args, 6, 3, &arg6)) in gl_nurbssurface() 268 if (!PyArg_GetLong(args, 6, 4, &arg7)) in gl_nurbssurface() 270 if (!PyArg_GetLong(args, 6, 5, &arg8)) in gl_nurbssurface() 341 if (!PyArg_GetLong(args, 4, 2, &arg5)) in gl_nurbscurve() 343 if (!PyArg_GetLong(args, 4, 3, &arg6)) in gl_nurbscurve() 391 if (!PyArg_GetLong(args, 2, 1, &type)) in gl_pwlcurve() 428 if (!PyArg_GetLong(args, 1, 0, &pickbuffersize)) in pick_select() 686 if (!PyArg_GetLong(args, 4, 0, &width)) in gl_packrect() 688 if (!PyArg_GetLong(args, 4, 1, &height)) in gl_packrect() 690 if (!PyArg_GetLong(args, 4, 2, &packfactor)) in gl_packrect() [all …]
|