Searched refs:PyBuffer_FillContiguousStrides (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/python/cpython3/Include/ |
D | pybuffer.h | 83 PyAPI_FUNC(void) PyBuffer_FillContiguousStrides(int ndims,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | pybuffer.h | 83 PyAPI_FUNC(void) PyBuffer_FillContiguousStrides(int ndims,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | pybuffer.h | 83 PyAPI_FUNC(void) PyBuffer_FillContiguousStrides(int ndims,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | pybuffer.h | 83 PyAPI_FUNC(void) PyBuffer_FillContiguousStrides(int ndims,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | pybuffer.h | 83 PyAPI_FUNC(void) PyBuffer_FillContiguousStrides(int ndims,
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 46 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::
|
D | stable_abi.dat | 13 function,PyBuffer_FillContiguousStrides,3.11,,
|
D | python3.11.abi | 20 …<elf-symbol name='PyBuffer_FillContiguousStrides' type='func-type' binding='global-binding' visibi… 6716 …PyBuffer_FillContiguousStrides' mangled-name='PyBuffer_FillContiguousStrides' filepath='Objects/ab…
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | abstract.h | 596 PyAPI_FUNC(void) PyBuffer_FillContiguousStrides(int ndims,
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 98 EXPORT_FUNC(PyBuffer_FillContiguousStrides)
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | buffer.rst | 281 .. c:function:: void PyBuffer_FillContiguousStrides(int ndims, Py_ssize_t *shape, Py_ssize_t *strid…
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | buffer.rst | 509 .. c:function:: void PyBuffer_FillContiguousStrides(int ndims, Py_ssize_t *shape, Py_ssize_t *strid…
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | abstract.c | 656 PyBuffer_FillContiguousStrides(int nd, Py_ssize_t *shape, in PyBuffer_FillContiguousStrides() function
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 2265 [function.PyBuffer_FillContiguousStrides]
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | abstract.c | 692 PyBuffer_FillContiguousStrides(int nd, Py_ssize_t *shape, in PyBuffer_FillContiguousStrides() function
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.11.rst | 2223 * :c:func:`PyBuffer_FillContiguousStrides`
|