Home
last modified time | relevance | path

Searched refs:PyBuffer_GetPointer (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/
H A Dpybuffer.h48 PyAPI_FUNC(void *) PyBuffer_GetPointer(const Py_buffer *view, const Py_ssize_t *indices);
/third_party/python/Objects/
H A Dabstract.c479 PyBuffer_GetPointer(const Py_buffer *view, const Py_ssize_t *indices) in PyBuffer_GetPointer() function
611 ptr = PyBuffer_GetPointer(view, indices); in PyBuffer_FromContiguous()
681 dptr = PyBuffer_GetPointer(&view_dest, indices); in PyObject_CopyData()
682 sptr = PyBuffer_GetPointer(&view_src, indices); in PyObject_CopyData()
/third_party/python/PC/
H A Dpython3dll.c101 EXPORT_FUNC(PyBuffer_GetPointer)
/third_party/python/Modules/
H A D_testbuffer.c2304 is to check other functions against PyBuffer_GetPointer(). */
2346 ptr = PyBuffer_GetPointer(&view, indices); in get_pointer()

Completed in 10 milliseconds