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

/external/python/cpython2/Include/
H A Dabstract.h552 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
/external/python/cpython2/Objects/
H A Dabstract.c430 PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices) function
524 ptr = PyBuffer_GetPointer(view, indices);
575 ptr = PyBuffer_GetPointer(view, indices);
645 dptr = PyBuffer_GetPointer(&view_dest, indices);
646 sptr = PyBuffer_GetPointer(&view_src, indices);
H A Dmemoryobject.c207 ptr = PyBuffer_GetPointer(view, indices);
/external/python/cpython3/Include/
H A Dabstract.h622 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
/external/python/cpython3/Objects/
H A Dabstract.c424 PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices) function
513 ptr = PyBuffer_GetPointer(view, indices);
583 dptr = PyBuffer_GetPointer(&view_dest, indices);
584 sptr = PyBuffer_GetPointer(&view_src, indices);
/external/python/cpython3/Modules/
H A D_testbuffer.c2305 is to check other functions against PyBuffer_GetPointer(). */
2347 ptr = PyBuffer_GetPointer(&view, indices);

Completed in 124 milliseconds