Searched refs:PyBuffer_FillContiguousStrides (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Include/ |
D | abstract.h | 596 PyAPI_FUNC(void) PyBuffer_FillContiguousStrides(int ndims,
|
/external/python/cpython3/Include/ |
D | abstract.h | 667 PyAPI_FUNC(void) PyBuffer_FillContiguousStrides(int ndims,
|
/external/python/cpython2/Doc/c-api/ |
D | buffer.rst | 281 .. c:function:: void PyBuffer_FillContiguousStrides(int ndim, Py_ssize_t *shape, Py_ssize_t *stride…
|
/external/python/cpython3/Doc/c-api/ |
D | buffer.rst | 476 .. c:function:: void PyBuffer_FillContiguousStrides(int ndim, Py_ssize_t *shape, Py_ssize_t *stride…
|
/external/python/cpython2/Objects/ |
D | abstract.c | 656 PyBuffer_FillContiguousStrides(int nd, Py_ssize_t *shape, in PyBuffer_FillContiguousStrides() function
|
/external/python/cpython3/Objects/ |
D | abstract.c | 594 PyBuffer_FillContiguousStrides(int nd, Py_ssize_t *shape, in PyBuffer_FillContiguousStrides() function
|