Home
last modified time | relevance | path

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

12

/third_party/python/Modules/_io/
D_iomodule.h96 # define PyLong_AsOff_t PyLong_AsLongLong
115 # define PyLong_AsOff_t PyLong_AsLongLong
Dfileio.c905 pos = PyLong_AsLongLong(posobj);
1024 pos = PyLong_AsLongLong(posobj);
Dtextio.c2691 cookie.start_pos = PyLong_AsLongLong(posobj); in _io_TextIOWrapper_tell_impl()
/third_party/python/Include/
Dlongobject.h50 #define PyLong_AsPid PyLong_AsLongLong
98 PyAPI_FUNC(long long) PyLong_AsLongLong(PyObject *);
/third_party/python/Modules/
Dresource.c163 rl_out->rlim_cur = PyLong_AsLongLong(curobj); in py2rlimit()
166 rl_out->rlim_max = PyLong_AsLongLong(maxobj); in py2rlimit()
Dsocketmodule.h225 #define PyLong_AsSocket_t(fd) (SOCKET_T)PyLong_AsLongLong(fd)
Dfcntlmodule.c406 PyLong_AsLongLong(startobj) : in fcntl_lockf_impl()
417 PyLong_AsLongLong(lenobj) : in fcntl_lockf_impl()
D_xxsubinterpretersmodule.c1428 cid = PyLong_AsLongLong(arg); in channel_id_converter()
D_struct.c210 x = PyLong_AsLongLong(v); in get_longlong()
D_zoneinfo.c923 self->trans_list_utc[i] = PyLong_AsLongLong(num); in load_data()
D_testcapimodule.c524 #define F_PY_TO_S PyLong_AsLongLong
/third_party/python/Python/
Dpytime.c75 val = PyLong_AsLongLong(obj); in _PyLong_AsTime_t()
280 nsec = PyLong_AsLongLong(obj); in _PyTime_FromNanosecondsObject()
423 sec = PyLong_AsLongLong(obj); in _PyTime_FromObject()
Dstructmember.c273 *(long long*)addr = value = PyLong_AsLongLong(v); in PyMember_SetOne()
Dgetargs.c804 long long ival = PyLong_AsLongLong(arg); in convertsimple()
/third_party/python/Objects/
Dinterpreteridobject.c53 id = PyLong_AsLongLong(arg); in interp_id_converter()
Dlongobject.c1008 x = PyLong_AsLongLong(vv); in PyLong_AsVoidPtr()
1119 PyLong_AsLongLong(PyObject *vv) in PyLong_AsLongLong() function
4878 x = PyLong_AsLongLong((PyObject *)a); in _PyLong_GCD()
4879 y = PyLong_AsLongLong((PyObject *)b); in _PyLong_GCD()
Dmemoryobject.c1624 lld = PyLong_AsLongLong(tmp); in pylong_as_lld()
/third_party/boost/libs/python/src/converter/
Dbuiltin_converters.cpp276 BOOST_PYTHON_LONG_LONG result = PyLong_AsLongLong(intermediate); in extract()
/third_party/python/Doc/c-api/
Dlong.rst154 .. c:function:: long long PyLong_AsLongLong(PyObject *obj)
/third_party/python/Doc/data/
Dstable_abi.dat340 function,PyLong_AsLongLong,3.2,
Drefcounts.dat1159 PyLong_AsLongLong:long long:::
1160 PyLong_AsLongLong:PyObject*:obj:0:
/third_party/python/PC/
Dpython3dll.c323 EXPORT_FUNC(PyLong_AsLongLong)
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc671 long_result = PyLong_AsLongLong(arg); in CheckAndGetInteger()
680 long_result = PyLong_AsLongLong(casted); in CheckAndGetInteger()
/third_party/python/Misc/
Dstable_abi.txt832 function PyLong_AsLongLong
/third_party/python/Lib/test/
Dclinic.test1211 a = PyLong_AsLongLong(args[0]);

12