Home
last modified time | relevance | path

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

/third_party/python/Include/
Dlongobject.h20 PyAPI_FUNC(PyObject *) PyLong_FromSize_t(size_t);
/third_party/python/Modules/
D_tracemalloc.c1151 obj = PyLong_FromSize_t(domain); in trace_to_pyobject()
1158 obj = PyLong_FromSize_t(trace->size); in trace_to_pyobject()
1612 return PyLong_FromSize_t(size); in _tracemalloc_get_tracemalloc_memory_impl()
D_randommodule.c302 n = PyLong_FromSize_t((size_t)hash); in random_seed()
D_ssl.c2387 return PyLong_FromSize_t(count); in _ssl__SSLSocket_write_impl()
2549 return PyLong_FromSize_t(count); in _ssl__SSLSocket_read_impl()
3542 return PyLong_FromSize_t(SSL_CTX_get_num_tickets(self->ctx)); in get_num_tickets()
4732 return PyLong_FromSize_t(BIO_ctrl_pending(self->bio)); in memory_bio_get_pending()
Dmmapmodule.c592 return PyLong_FromSize_t(self->pos); in mmap_tell_method()
D_struct.c480 return PyLong_FromSize_t(x); in nu_size_t()
D_testbuffer.c2357 return PyLong_FromSize_t(sizeof(void *)); in get_sizeof_void_p()
Dsocketmodule.c6859 return PyLong_FromSize_t(result);
6890 return PyLong_FromSize_t(result);
Ditertoolsmodule.c4458 return PyLong_FromSize_t(ro->cnt); in repeat_len()
/third_party/python/Doc/c-api/
Dlong.rst60 .. c:function:: PyObject* PyLong_FromSize_t(size_t v)
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc50 #define PyInt_FromSize_t PyLong_FromSize_t
Ddescriptor.cc54 #define PyInt_FromSize_t PyLong_FromSize_t
Dmessage.cc82 #define PyInt_FromSize_t PyLong_FromSize_t
/third_party/python/Doc/data/
Dstable_abi.dat352 function,PyLong_FromSize_t,3.2,
Drefcounts.dat1205 PyLong_FromSize_t:PyObject*::+1:
1206 PyLong_FromSize_t:size_t:v::
/third_party/python/PC/
Dpython3dll.c335 EXPORT_FUNC(PyLong_FromSize_t)
/third_party/python/Modules/clinic/
D_winapi.c.h964 return_value = PyLong_FromSize_t(_return_value); in _winapi_VirtualQuerySize()
/third_party/python/Misc/
Dstable_abi.txt856 function PyLong_FromSize_t
/third_party/python/Python/
Dsysmodule.c1727 return PyLong_FromSize_t(size); in sys_getsizeof()
/third_party/python/Objects/
Dmemoryobject.c1753 return PyLong_FromSize_t(zu); in unpack_single()
Ddictobject.c3716 return PyLong_FromSize_t(len); in dictiter_len()
Dlongobject.c285 PyLong_FromSize_t(size_t ival) in PyLong_FromSize_t() function
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c749 #define PyInt_FromSize_t(x) PyLong_FromSize_t(x)
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c752 #define PyInt_FromSize_t(x) PyLong_FromSize_t(x)
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst603 :c:func:`PyLong_FromUnsignedLongLong` and :c:func:`PyLong_FromSize_t`. Patch