• Home
  • Raw
  • Download

Lines Matching refs:Py_buffer

97     Py_buffer base;     /* base buffer */
112 Py_buffer *base; in ndbuf_new()
166 Py_buffer *base = &ndbuf->base; in ndbuf_free()
226 Py_buffer *base = &self->head->base; in ndarray_dealloc()
245 Py_buffer *base = &nd->staticbuf.base; in ndarray_init_staticbuf()
514 cmp_structure(Py_buffer *dest, Py_buffer *src) in cmp_structure()
537 copy_buffer(Py_buffer *dest, Py_buffer *src) in copy_buffer()
662 Py_buffer *base = &nd->head->base; in ndarray_as_list()
826 Py_buffer *base = &ndbuf->base; in init_simple()
889 const Py_buffer *base = &ndbuf->base; in strides_from_shape()
1032 Py_buffer *base = &ndbuf->base; in init_suboffsets()
1109 init_len(Py_buffer *base) in init_len()
1123 Py_buffer *base = &ndbuf->base; in init_structure()
1417 ndarray_getbuf(NDArrayObject *self, Py_buffer *view, int flags) in ndarray_getbuf()
1420 Py_buffer *base = &ndbuf->base; in ndarray_getbuf()
1535 ndarray_releasebuf(NDArrayObject *self, Py_buffer *view) in ndarray_releasebuf()
1555 ptr_from_index(Py_buffer *base, Py_ssize_t index) in ptr_from_index()
1591 Py_buffer *base = &ndbuf->base; in ndarray_item()
1608 Py_buffer *subview; in ndarray_item()
1712 init_slice(Py_buffer *base, PyObject *key, int dim) in init_slice()
1741 copy_structure(Py_buffer *base) in copy_structure()
1784 Py_buffer *base = &self->head->base; in ndarray_subscript()
1868 Py_buffer *dest = &self->head->base; in ndarray_ass_subscript()
1869 Py_buffer src; in ndarray_ass_subscript()
2019 Py_buffer *base = &self->head->base; in ndarray_get_obj()
2031 Py_buffer *base = &self->head->base; in ndarray_get_nbytes()
2038 Py_buffer *base = &self->head->base; in ndarray_get_readonly()
2045 Py_buffer *base = &self->head->base; in ndarray_get_itemsize()
2052 Py_buffer *base = &self->head->base; in ndarray_get_format()
2060 Py_buffer *base = &self->head->base; in ndarray_get_ndim()
2067 Py_buffer *base = &self->head->base; in ndarray_get_shape()
2074 Py_buffer *base = &self->head->base; in ndarray_get_strides()
2081 Py_buffer *base = &self->head->base; in ndarray_get_suboffsets()
2159 Py_buffer *src = &ndbuf->base; in ndarray_tobytes()
2160 Py_buffer dest; in ndarray_tobytes()
2199 Py_buffer *base = &nd->head->base; in ndarray_add_suboffsets()
2235 const Py_buffer *view = &nd->head->base; in ndarray_memoryview_from_buffer()
2241 static Py_buffer info; in ndarray_memoryview_from_buffer()
2309 Py_buffer view; in get_pointer()
2435 Py_buffer view; in py_buffer_to_contiguous()
2506 Py_buffer v1, v2; in cmp_contig()
2572 Py_buffer view, *base; in is_contiguous()
2608 const Py_buffer *view = &nd->head->base; in ndarray_hash()
2698 static Py_buffer static_buffer = {
2743 staticarray_getbuf(StaticArrayObject *self, Py_buffer *view, int flags) in staticarray_getbuf()