Home
last modified time | relevance | path

Searched defs:PyBuffer_ToContiguous (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dmemoryobject.c989 PyBuffer_ToContiguous(void *buf, Py_buffer *src, Py_ssize_t len, char order) in PyBuffer_ToContiguous() function
/external/python/cpython2/Objects/
Dabstract.c483 PyBuffer_ToContiguous(void *buf, Py_buffer *view, Py_ssize_t len, char fort) in PyBuffer_ToContiguous() function