• Home
  • Raw
  • Download

Lines Matching refs:Py_buffer

256 last_dim_is_contiguous(const Py_buffer *dest, const Py_buffer *src)  in last_dim_is_contiguous()
272 equiv_format(const Py_buffer *dest, const Py_buffer *src) in equiv_format()
292 equiv_shape(const Py_buffer *dest, const Py_buffer *src) in equiv_shape()
312 equiv_structure(const Py_buffer *dest, const Py_buffer *src) in equiv_structure()
389 copy_single(PyMemoryViewObject *self, const Py_buffer *dest, const Py_buffer *src) in copy_single()
422 copy_buffer(const Py_buffer *dest, const Py_buffer *src) in copy_buffer()
452 init_strides_from_shape(Py_buffer *view) in init_strides_from_shape()
465 init_fortran_strides_from_shape(Py_buffer *view) in init_fortran_strides_from_shape()
480 buffer_to_contiguous(char *mem, const Py_buffer *src, char order) in buffer_to_contiguous()
482 Py_buffer dest; in buffer_to_contiguous()
527 init_shared_values(Py_buffer *dest, const Py_buffer *src) in init_shared_values()
540 init_shape_strides(Py_buffer *dest, const Py_buffer *src) in init_shape_strides()
567 init_suboffsets(Py_buffer *dest, const Py_buffer *src) in init_suboffsets()
581 init_len(Py_buffer *view) in init_len()
597 const Py_buffer *view = &mv->view; in init_flags()
660 mbuf_add_view(_PyManagedBufferObject *mbuf, const Py_buffer *src) in mbuf_add_view()
663 Py_buffer *dest; in mbuf_add_view()
698 mbuf_add_incomplete_view(_PyManagedBufferObject *mbuf, const Py_buffer *src, in mbuf_add_incomplete_view()
702 Py_buffer *dest; in mbuf_add_incomplete_view()
756 PyMemoryView_FromBuffer(const Py_buffer *info) in PyMemoryView_FromBuffer()
841 memory_from_contiguous_copy(const Py_buffer *src, char order) in memory_from_contiguous_copy()
846 Py_buffer *dest; in memory_from_contiguous_copy()
922 Py_buffer *view; in PyMemoryView_GetContiguous()
978 Py_buffer view;
983 PyBuffer_ToContiguous(void *buf, const Py_buffer *src, Py_ssize_t len, char order) in PyBuffer_ToContiguous()
1196 Py_buffer *view = &mv->view; in cast_to_1D()
1298 Py_buffer *view = &mv->view; in cast_to_ND()
1334 Py_buffer *view = &mv->view; in zero_in_shape()
1445 memory_getbuf(PyMemoryViewObject *self, Py_buffer *view, int flags) in memory_getbuf()
1447 Py_buffer *base = &self->view; in memory_getbuf()
1524 memory_releasebuf(PyMemoryViewObject *self, Py_buffer *view) in memory_releasebuf()
2053 adjust_fmt(const Py_buffer *view) in adjust_fmt()
2140 const Py_buffer *view = &self->view; in memoryview_tolist_impl()
2181 Py_buffer *src = VIEW_ADDR(self); in memoryview_tobytes_impl()
2241 Py_buffer *src = VIEW_ADDR(self); in memoryview_hex_impl()
2283 lookup_dimension(const Py_buffer *view, char *ptr, int dim, Py_ssize_t index) in lookup_dimension()
2309 ptr_from_index(const Py_buffer *view, Py_ssize_t index) in ptr_from_index()
2317 ptr_from_tuple(const Py_buffer *view, PyObject *tup) in ptr_from_tuple()
2348 Py_buffer *view = &(self->view); in memory_item()
2377 Py_buffer *view = &(self->view); in memory_item_multi()
2400 init_slice(Py_buffer *base, PyObject *key, int dim) in init_slice()
2473 Py_buffer *view; in memory_subscript()
2535 Py_buffer *view = &(self->view); in memory_ass_sub()
2536 Py_buffer src; in memory_ass_sub()
2584 Py_buffer dest; /* sliced view */ in memory_ass_sub()
2840 Py_buffer wbuf, *vv; in memory_richcompare()
2841 Py_buffer *ww = NULL; in memory_richcompare()
2948 Py_buffer *view = &self->view; in memory_hash()
3025 Py_buffer *view = &self->view; in memory_obj_get()
3212 Py_buffer *view = &(seq->view); in memoryiter_next()