Searched refs:_PyLong_AsInt (Results 1 - 22 of 22) sorted by relevance

/external/python/cpython2/Include/
H A Dlongobject.h28 PyAPI_FUNC(int) _PyLong_AsInt(PyObject *);
/external/python/cpython3/Include/
H A Dlongobject.h30 PyAPI_FUNC(int) _PyLong_AsInt(PyObject *);
/external/python/cpython3/Objects/
H A Dfileobject.c196 fd = _PyLong_AsInt(o);
206 fd = _PyLong_AsInt(fno);
H A Dbytesobject.c762 prec = _PyLong_AsInt(v);
H A Dlongobject.c488 _PyLong_AsInt(PyObject *obj) function
H A Dunicodeobject.c14486 arg->prec = _PyLong_AsInt(v);
/external/python/cpython3/Modules/_io/
H A Dfileio.c271 fd = _PyLong_AsInt(nameobj);
416 self->fd = _PyLong_AsInt(fdobj);
H A Dwinconsoleio.c296 fd = _PyLong_AsInt(nameobj);
H A Dtextio.c885 int fd = _PyLong_AsInt(fileno);
/external/python/cpython3/Modules/_ctypes/
H A Dstgdict.c342 pack = _PyLong_AsInt(isPacked);
/external/python/cpython3/Modules/
H A Dparsermodule.c850 type = _PyLong_AsInt(temp);
893 int num = _PyLong_AsInt(o);
H A Dfaulthandler.c159 fd = _PyLong_AsInt(file);
H A Dreadline.c877 result = _PyLong_AsInt(r);
H A Dsocketmodule.c4229 op = _PyLong_AsInt(opobj);
4232 /* override exception from _PyLong_AsInt() */
4239 assoclen = _PyLong_AsInt(assoclenobj);
4356 how = _PyLong_AsInt(arg);
H A Dposixmodule.c9314 int value = _PyLong_AsInt(arg);
/external/python/cpython3/Python/
H A Dpythonrun.c467 hold = _PyLong_AsInt(v);
480 hold = _PyLong_AsInt(v);
H A Dceval.c5172 int ilevel = _PyLong_AsInt(level);
H A DPython-ast.c812 i = _PyLong_AsInt(obj);
/external/python/cpython2/Modules/_io/
H A Dfileio.c216 fd = _PyLong_AsInt(nameobj);
/external/python/cpython2/Objects/
H A Dfileobject.c2669 fd = _PyLong_AsInt(o);
2683 fd = _PyLong_AsInt(fno);
H A Dlongobject.c346 _PyLong_AsInt(PyObject *obj) function
/external/python/cpython3/Modules/_sqlite/
H A Dconnection.c906 rc = _PyLong_AsInt(ret);

Completed in 1462 milliseconds