Home
last modified time | relevance | path

Searched refs:PyLong_AsSize_t (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Include/
Dlongobject.h26 PyAPI_FUNC(size_t) PyLong_AsSize_t(PyObject *);
/third_party/python/Python/
Dast_opt.c188 size_t wbits = PyLong_AsSize_t(w); in safe_power()
205 size_t wbits = PyLong_AsSize_t(w); in safe_lshift()
/third_party/python/Doc/c-api/
Dlong.rst228 .. c:function:: size_t PyLong_AsSize_t(PyObject *pylong)
/third_party/python/Doc/data/
Dstable_abi.dat342 function,PyLong_AsSize_t,3.2,
Drefcounts.dat1166 PyLong_AsSize_t:size_t:::
1167 PyLong_AsSize_t:PyObject*:pylong:0:
/third_party/python/PC/
Dpython3dll.c325 EXPORT_FUNC(PyLong_AsSize_t)
/third_party/python/Modules/
Dselectmodule.c1859 self->e.ident = PyLong_AsSize_t(pfd); in kqueue_event_init()
D_struct.c279 x = PyLong_AsSize_t(v); in get_size_t()
D_testcapimodule.c884 out_u = PyLong_AsSize_t(Py_None); in test_long_as_size_t()
/third_party/python/Misc/
Dstable_abi.txt836 function PyLong_AsSize_t
/third_party/python/Objects/
Dlongobject.c583 PyLong_AsSize_t(PyObject *vv) in PyLong_AsSize_t() function
1432 uval = PyLong_AsSize_t(obj); in _PyLong_Size_t_Converter()
Dmemoryobject.c1669 zu = PyLong_AsSize_t(tmp); in pylong_as_zu()