Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/data/
Drefcounts.dat46 PyBuffer_FillContiguousStrides:void:::
47 PyBuffer_FillContiguousStrides:int:ndims::
48 PyBuffer_FillContiguousStrides:Py_ssize_t*:shape::
49 PyBuffer_FillContiguousStrides:Py_ssize_t*:strides::
50 PyBuffer_FillContiguousStrides:int:itemsize::
51 PyBuffer_FillContiguousStrides:char:order::
/external/python/cpython2/Include/
Dabstract.h596 PyAPI_FUNC(void) PyBuffer_FillContiguousStrides(int ndims,
/external/python/cpython3/Include/
Dabstract.h560 PyAPI_FUNC(void) PyBuffer_FillContiguousStrides(int ndims,
/external/python/cpython2/Doc/c-api/
Dbuffer.rst281 .. c:function:: void PyBuffer_FillContiguousStrides(int ndims, Py_ssize_t *shape, Py_ssize_t *strid…
/external/python/cpython3/Doc/c-api/
Dbuffer.rst485 .. c:function:: void PyBuffer_FillContiguousStrides(int ndims, Py_ssize_t *shape, Py_ssize_t *strid…
/external/python/cpython3/Objects/
Dabstract.c621 PyBuffer_FillContiguousStrides(int nd, Py_ssize_t *shape, in PyBuffer_FillContiguousStrides() function
/external/python/cpython2/Objects/
Dabstract.c656 PyBuffer_FillContiguousStrides(int nd, Py_ssize_t *shape, in PyBuffer_FillContiguousStrides() function