Searched refs:PyBUF_MAX_NDIM (Results 1 – 4 of 4) sorted by relevance
78 #define PyBUF_MAX_NDIM 64 macro
676 if (src->ndim > PyBUF_MAX_NDIM) { in mbuf_add_view()679 Py_STRINGIFY(PyBUF_MAX_NDIM)); in mbuf_add_view()715 assert(ndim <= PyBUF_MAX_NDIM); in mbuf_add_incomplete_view()1388 if (ndim > PyBUF_MAX_NDIM) { in memory_cast()1391 Py_STRINGIFY(PyBUF_MAX_NDIM)); in memory_cast()
163 The macro :c:macro:`PyBUF_MAX_NDIM` limits the maximum number of dimensions165 buffers SHOULD be able to handle up to :c:macro:`PyBUF_MAX_NDIM` dimensions.
40 #define ND_MAX_NDIM (2 * PyBUF_MAX_NDIM)