Home
last modified time | relevance | path

Searched refs:_PyLong_AsInt (Results 1 – 25 of 25) sorted by relevance

/external/python/cpython3/Objects/
Dfileobject.c184 fd = _PyLong_AsInt(o); in PyObject_AsFileDescriptor()
194 fd = _PyLong_AsInt(fno); in PyObject_AsFileDescriptor()
Dbytesobject.c789 prec = _PyLong_AsInt(v); in _PyBytes_FormatEx()
Dlongobject.c499 _PyLong_AsInt(PyObject *obj) in _PyLong_AsInt() function
Dunicodeobject.c14553 arg->prec = _PyLong_AsInt(v); in unicode_format_arg_parse()
/external/python/cpython2/Include/
Dlongobject.h28 PyAPI_FUNC(int) _PyLong_AsInt(PyObject *);
/external/python/cpython3/Include/
Dlongobject.h30 PyAPI_FUNC(int) _PyLong_AsInt(PyObject *);
/external/python/cpython3/Modules/_io/
Dfileio.c262 fd = _PyLong_AsInt(nameobj);
406 self->fd = _PyLong_AsInt(fdobj);
Dwinconsoleio.c289 fd = _PyLong_AsInt(nameobj); in _io__WindowsConsoleIO___init___impl()
Dtextio.c1089 int fd = _PyLong_AsInt(fileno); in _io_TextIOWrapper___init___impl()
/external/python/cpython3/Modules/
Dparsermodule.c825 type = _PyLong_AsInt(temp); in build_node_children()
875 int num = _PyLong_AsInt(o); in build_node_children()
Dreadline.c876 result = _PyLong_AsInt(r); in on_hook()
Dfaulthandler.c161 fd = _PyLong_AsInt(file); in faulthandler_get_fileno()
D_csv.c217 value = _PyLong_AsInt(src); in _set_int()
D_datetimemodule.c1831 us = _PyLong_AsInt(num); in microseconds_to_delta_ex()
1850 s = _PyLong_AsInt(num); in microseconds_to_delta_ex()
1861 d = _PyLong_AsInt(num); in microseconds_to_delta_ex()
Dsocketmodule.c4458 op = _PyLong_AsInt(opobj);
4468 assoclen = _PyLong_AsInt(assoclenobj);
4585 how = _PyLong_AsInt(arg);
Dposixmodule.c9721 int value = _PyLong_AsInt(arg); in conv_confname()
/external/python/cpython3/Modules/_ctypes/
Dstgdict.c370 pack = _PyLong_AsInt(isPacked); in PyCStructUnionType_update_stgdict()
/external/python/cpython3/Python/
Dpythonrun.c501 hold = _PyLong_AsInt(v); in parse_syntax_error()
514 hold = _PyLong_AsInt(v); in parse_syntax_error()
Dceval.c4766 int ilevel = _PyLong_AsInt(level); in import_name()
DPython-ast.c813 i = _PyLong_AsInt(obj); in obj2ast_int()
/external/python/cpython2/Modules/_io/
Dfileio.c242 fd = _PyLong_AsInt(nameobj); in fileio_init()
/external/python/cpython2/Objects/
Dfileobject.c2714 fd = _PyLong_AsInt(o); in PyObject_AsFileDescriptor()
2728 fd = _PyLong_AsInt(fno); in PyObject_AsFileDescriptor()
Dbytesobject.c783 prec = _PyLong_AsInt(v); in _PyBytes_FormatEx()
Dlongobject.c346 _PyLong_AsInt(PyObject *obj) in _PyLong_AsInt() function
/external/python/cpython3/Modules/_sqlite/
Dconnection.c893 rc = _PyLong_AsInt(ret); in _authorizer_callback()