Home
last modified time | relevance | path

Searched refs:getbufferproc (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_memoryobject.h15 getbufferproc bufferproc);
/external/python/cpython3/Include/
Dpybuffer.h35 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); typedef
/external/python/cpython3/Modules/_testcapi/
Dbuffer.c72 .bf_getbuffer = (getbufferproc) testbuf_getbuf,
/external/python/cpython3/Objects/
Dpicklebufobject.c141 .bf_getbuffer = (getbufferproc) picklebuf_getbuf,
Dbytearrayobject.c2284 (getbufferproc)bytearray_getbuffer,
Dbytesobject.c1686 (getbufferproc)bytes_buffer_getbuffer,
Dmemoryobject.c832 _PyMemoryView_FromBufferProc(PyObject *v, int flags, getbufferproc bufferproc) in _PyMemoryView_FromBufferProc()
Dtypeobject.c8962 (getbufferproc)wrapped); in wrap_buffer()
/external/python/cpython3/Include/cpython/
Dobject.h137 getbufferproc bf_getbuffer;
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc866 (getbufferproc)EagerTensor_getbuffer,
/external/python/cpython3/Doc/data/
Dstable_abi.dat896 type,getbufferproc,3.12,,
Dpython3.13.abi21607 …<typedef-decl name='getbufferproc' type-id='type-id-1396' filepath='./Include/pybuffer.h' line='35…
/external/python/cpython3/Modules/
D_interpretersmodule.c141 {Py_bf_getbuffer, (getbufferproc)xibufferview_getbuf},
D_testbuffer.c1541 (getbufferproc)ndarray_getbuf, /* bf_getbuffer */
2750 (getbufferproc)staticarray_getbuf, /* bf_getbuffer */
/external/python/cpython3/Doc/c-api/
Dbuffer.rst542 If this function is used as part of a :ref:`getbufferproc <buffer-structs>`,
Dtypeobj.rst328 …| :c:member:`~PyBufferProcs.bf_getbuffer` | :c:func:`getbufferproc` | …
418 | :c:type:`getbufferproc` | .. line-block:: | int |
2447 .. c:member:: getbufferproc PyBufferProcs.bf_getbuffer
2681 .. c:type:: int (*getbufferproc)(PyObject *, Py_buffer *, int)
/external/python/cpython3/Misc/NEWS.d/
D3.12.0a2.rst1052 Add ``getbufferproc`` and ``releasebufferproc`` to the stable API.
/external/python/cpython3/Misc/
Dstable_abi.toml2376 [typedef.getbufferproc]
/external/python/cpython3/Doc/whatsnew/
D3.3.rst150 The memoryview object now has a PEP-3118 compliant getbufferproc()