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

/external/python/cpython2/Include/
H A Dabstract.h568 PyAPI_FUNC(int) PyBuffer_FromContiguous(Py_buffer *view, void *buf,
/external/python/cpython3/Include/
H A Dabstract.h639 PyAPI_FUNC(int) PyBuffer_FromContiguous(Py_buffer *view, void *buf,
/external/python/cpython2/Modules/
H A D_testcapimodule.c453 PyBuffer_FromContiguous(&view, init, view.len, 'C');
466 PyBuffer_FromContiguous(&view, init, view.len, 'C');
/external/python/cpython3/Modules/
H A D_testcapimodule.c2871 PyBuffer_FromContiguous(&view, init, view.len, 'C');
2884 PyBuffer_FromContiguous(&view, init, view.len, 'C');
/external/python/cpython2/Objects/
H A Dabstract.c534 PyBuffer_FromContiguous(Py_buffer *view, void *buf, Py_ssize_t len, char fort) function
/external/python/cpython3/Objects/
H A Dabstract.c472 PyBuffer_FromContiguous(Py_buffer *view, void *buf, Py_ssize_t len, char fort) function

Completed in 157 milliseconds