Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testbuffer.c89 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()
[all …]