Lines Matching defs:ndbuf
89 typedef struct ndbuf { struct
90 struct ndbuf *next; argument
91 struct ndbuf *prev; argument
111 ndbuf_t *ndbuf; in ndbuf_new() argument
164 ndbuf_free(ndbuf_t *ndbuf) in ndbuf_free()
265 init_flags(ndbuf_t *ndbuf) in init_flags()
822 init_simple(ndbuf_t *ndbuf, PyObject *items, PyObject *format, in init_simple()
887 strides_from_shape(const ndbuf_t *ndbuf, int flags) in strides_from_shape()
1030 init_suboffsets(ndbuf_t *ndbuf) in init_suboffsets()
1120 init_structure(ndbuf_t *ndbuf, PyObject *shape, PyObject *strides, in init_structure()
1180 ndbuf_t *ndbuf; in init_ndbuf() local
1268 ndbuf_t *ndbuf; in ndarray_push_base() local
1419 ndbuf_t *ndbuf = self->head; in ndarray_getbuf() local
1538 ndbuf_t *ndbuf = view->internal; in ndarray_releasebuf() local
1590 ndbuf_t *ndbuf = self->head; in ndarray_item() local
1783 ndbuf_t *ndbuf; in ndarray_subscript() local
2012 ndbuf_t *ndbuf = self->head; in ndarray_get_offset() local
2158 ndbuf_t *ndbuf = ((NDArrayObject *)self)->head; in ndarray_tobytes() local
2236 const ndbuf_t *ndbuf; in ndarray_memoryview_from_buffer() local