Searched defs:suboffsets (Results 1 – 3 of 3) sorted by relevance
| /third_party/python/Include/ |
| D | pybuffer.h | 31 Py_ssize_t *suboffsets; member
|
| /third_party/python/Modules/ |
| D | _testbuffer.c | 43 #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/ |
| D | memoryobject.c | 211 #define HAVE_PTR(suboffsets, dim) (suboffsets && suboffsets[dim] >= 0) argument 213 #define ADJUST_PTR(ptr, suboffsets, dim) \ argument 2069 const Py_ssize_t *strides, const Py_ssize_t *suboffsets, in tolist_base() 2096 const Py_ssize_t *strides, const Py_ssize_t *suboffsets, in tolist_rec()
|