Lines Matching refs:ndbuf_t
98 } ndbuf_t;
103 ndbuf_t staticbuf; /* static buffer for re-exporting mode */
104 ndbuf_t *head; /* currently active base buffer */
108 static ndbuf_t *
111 ndbuf_t *ndbuf;
164 ndbuf_free(ndbuf_t *ndbuf)
178 ndbuf_push(NDArrayObject *nd, ndbuf_t *elt)
187 ndbuf_delete(NDArrayObject *nd, ndbuf_t *elt)
265 init_flags(ndbuf_t *ndbuf)
282 static Py_ssize_t *strides_from_shape(const ndbuf_t *, int flags);
822 init_simple(ndbuf_t *ndbuf, PyObject *items, PyObject *format,
887 strides_from_shape(const ndbuf_t *ndbuf, int flags)
1030 init_suboffsets(ndbuf_t *ndbuf)
1120 init_structure(ndbuf_t *ndbuf, PyObject *shape, PyObject *strides,
1176 static ndbuf_t *
1180 ndbuf_t *ndbuf;
1268 ndbuf_t *ndbuf;
1419 ndbuf_t *ndbuf = self->head;
1538 ndbuf_t *ndbuf = view->internal;
1590 ndbuf_t *ndbuf = self->head;
1783 ndbuf_t *ndbuf;
2012 ndbuf_t *ndbuf = self->head;
2158 ndbuf_t *ndbuf = ((NDArrayObject *)self)->head;
2236 const ndbuf_t *ndbuf;