Home
last modified time | relevance | path

Searched defs:suboffsets (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/
D_testbuffer.c43 #define HAVE_PTR(suboffsets) (suboffsets && suboffsets[0] >= 0) argument
45 #define ADJUST_PTR(ptr, suboffsets) \ argument
612 const Py_ssize_t *suboffsets, Py_ssize_t ndim, Py_ssize_t itemsize) in unpack_rec()
1743 Py_ssize_t *shape = NULL, *strides = NULL, *suboffsets = NULL; in copy_structure() local
2240 static Py_ssize_t suboffsets[ND_MAX_NDIM]; in ndarray_memoryview_from_buffer() local
/third_party/python/Objects/
Dmemoryobject.c214 #define HAVE_PTR(suboffsets, dim) (suboffsets && suboffsets[dim] >= 0) argument
216 #define ADJUST_PTR(ptr, suboffsets, dim) \ argument
2060 const Py_ssize_t *strides, const Py_ssize_t *suboffsets, in tolist_base()
2087 const Py_ssize_t *strides, const Py_ssize_t *suboffsets, in tolist_rec()
/third_party/python/Include/cpython/
Dobject.h60 Py_ssize_t *suboffsets; member