Searched refs:_PyLong_AsInt (Results 1 – 25 of 25) sorted by relevance
184 fd = _PyLong_AsInt(o); in PyObject_AsFileDescriptor()194 fd = _PyLong_AsInt(fno); in PyObject_AsFileDescriptor()
789 prec = _PyLong_AsInt(v); in _PyBytes_FormatEx()
499 _PyLong_AsInt(PyObject *obj) in _PyLong_AsInt() function
14553 arg->prec = _PyLong_AsInt(v); in unicode_format_arg_parse()
28 PyAPI_FUNC(int) _PyLong_AsInt(PyObject *);
30 PyAPI_FUNC(int) _PyLong_AsInt(PyObject *);
262 fd = _PyLong_AsInt(nameobj);406 self->fd = _PyLong_AsInt(fdobj);
289 fd = _PyLong_AsInt(nameobj); in _io__WindowsConsoleIO___init___impl()
1089 int fd = _PyLong_AsInt(fileno); in _io_TextIOWrapper___init___impl()
825 type = _PyLong_AsInt(temp); in build_node_children()875 int num = _PyLong_AsInt(o); in build_node_children()
876 result = _PyLong_AsInt(r); in on_hook()
161 fd = _PyLong_AsInt(file); in faulthandler_get_fileno()
217 value = _PyLong_AsInt(src); in _set_int()
1831 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()
4458 op = _PyLong_AsInt(opobj);4468 assoclen = _PyLong_AsInt(assoclenobj);4585 how = _PyLong_AsInt(arg);
9721 int value = _PyLong_AsInt(arg); in conv_confname()
370 pack = _PyLong_AsInt(isPacked); in PyCStructUnionType_update_stgdict()
501 hold = _PyLong_AsInt(v); in parse_syntax_error()514 hold = _PyLong_AsInt(v); in parse_syntax_error()
4766 int ilevel = _PyLong_AsInt(level); in import_name()
813 i = _PyLong_AsInt(obj); in obj2ast_int()
242 fd = _PyLong_AsInt(nameobj); in fileio_init()
2714 fd = _PyLong_AsInt(o); in PyObject_AsFileDescriptor()2728 fd = _PyLong_AsInt(fno); in PyObject_AsFileDescriptor()
783 prec = _PyLong_AsInt(v); in _PyBytes_FormatEx()
346 _PyLong_AsInt(PyObject *obj) in _PyLong_AsInt() function
893 rc = _PyLong_AsInt(ret); in _authorizer_callback()