Searched refs:PyBUF_MAX_NDIM (Results 1 – 4 of 4) sorted by relevance
660 if (src->ndim > PyBUF_MAX_NDIM) { in mbuf_add_view()663 Py_STRINGIFY(PyBUF_MAX_NDIM)); in mbuf_add_view()699 assert(ndim <= PyBUF_MAX_NDIM); in mbuf_add_incomplete_view()1371 if (ndim > PyBUF_MAX_NDIM) { in memory_cast()1374 Py_STRINGIFY(PyBUF_MAX_NDIM)); in memory_cast()
201 #define PyBUF_MAX_NDIM 64 macro
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)