Home
last modified time | relevance | path

Searched refs:PyBuffer_FillContiguousStrides (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dabstract.h596 PyAPI_FUNC(void) PyBuffer_FillContiguousStrides(int ndims,
/external/python/cpython3/Include/
Dabstract.h667 PyAPI_FUNC(void) PyBuffer_FillContiguousStrides(int ndims,
/external/python/cpython2/Doc/c-api/
Dbuffer.rst281 .. c:function:: void PyBuffer_FillContiguousStrides(int ndim, Py_ssize_t *shape, Py_ssize_t *stride…
/external/python/cpython3/Doc/c-api/
Dbuffer.rst476 .. c:function:: void PyBuffer_FillContiguousStrides(int ndim, Py_ssize_t *shape, Py_ssize_t *stride…
/external/python/cpython2/Objects/
Dabstract.c656 PyBuffer_FillContiguousStrides(int nd, Py_ssize_t *shape, in PyBuffer_FillContiguousStrides() function
/external/python/cpython3/Objects/
Dabstract.c594 PyBuffer_FillContiguousStrides(int nd, Py_ssize_t *shape, in PyBuffer_FillContiguousStrides() function