Home
last modified time | relevance | path

Searched refs:ndbuf (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_testbuffer.c68 /* ndbuf->flags properties */
88 struct ndbuf;
89 typedef struct ndbuf { struct
90 struct ndbuf *next;
91 struct ndbuf *prev;
111 ndbuf_t *ndbuf; in ndbuf_new() local
126 ndbuf = PyMem_Malloc(sizeof *ndbuf); in ndbuf_new()
127 if (ndbuf == NULL) { in ndbuf_new()
132 ndbuf in ndbuf_new()
164 ndbuf_free(ndbuf_t *ndbuf) ndbuf_free() argument
265 init_flags(ndbuf_t *ndbuf) init_flags() argument
822 init_simple(ndbuf_t *ndbuf, PyObject *items, PyObject *format, Py_ssize_t itemsize) init_simple() argument
887 strides_from_shape(const ndbuf_t *ndbuf, int flags) strides_from_shape() argument
1030 init_suboffsets(ndbuf_t *ndbuf) init_suboffsets() argument
1120 init_structure(ndbuf_t *ndbuf, PyObject *shape, PyObject *strides, Py_ssize_t ndim) init_structure() argument
1180 ndbuf_t *ndbuf; init_ndbuf() local
1268 ndbuf_t *ndbuf; ndarray_push_base() local
1419 ndbuf_t *ndbuf = self->head; ndarray_getbuf() local
1538 ndbuf_t *ndbuf = view->internal; ndarray_releasebuf() local
1590 ndbuf_t *ndbuf = self->head; ndarray_item() local
1783 ndbuf_t *ndbuf; ndarray_subscript() local
2012 ndbuf_t *ndbuf = self->head; ndarray_get_offset() local
2158 ndbuf_t *ndbuf = ((NDArrayObject *)self)->head; ndarray_tobytes() local
2236 const ndbuf_t *ndbuf; ndarray_memoryview_from_buffer() local
[all...]

Completed in 3 milliseconds