Lines Matching refs:Py_buffer
259 last_dim_is_contiguous(const Py_buffer *dest, const Py_buffer *src) in last_dim_is_contiguous()
275 equiv_format(const Py_buffer *dest, const Py_buffer *src) in equiv_format()
295 equiv_shape(const Py_buffer *dest, const Py_buffer *src) in equiv_shape()
315 equiv_structure(const Py_buffer *dest, const Py_buffer *src) in equiv_structure()
392 copy_single(Py_buffer *dest, Py_buffer *src) in copy_single()
424 copy_buffer(Py_buffer *dest, Py_buffer *src) in copy_buffer()
454 init_strides_from_shape(Py_buffer *view) in init_strides_from_shape()
467 init_fortran_strides_from_shape(Py_buffer *view) in init_fortran_strides_from_shape()
482 buffer_to_contiguous(char *mem, Py_buffer *src, char order) in buffer_to_contiguous()
484 Py_buffer dest; in buffer_to_contiguous()
529 init_shared_values(Py_buffer *dest, const Py_buffer *src) in init_shared_values()
542 init_shape_strides(Py_buffer *dest, const Py_buffer *src) in init_shape_strides()
569 init_suboffsets(Py_buffer *dest, const Py_buffer *src) in init_suboffsets()
583 init_len(Py_buffer *view) in init_len()
599 const Py_buffer *view = &mv->view; in init_flags()
662 mbuf_add_view(_PyManagedBufferObject *mbuf, const Py_buffer *src) in mbuf_add_view()
665 Py_buffer *dest; in mbuf_add_view()
700 mbuf_add_incomplete_view(_PyManagedBufferObject *mbuf, const Py_buffer *src, in mbuf_add_incomplete_view()
704 Py_buffer *dest; in mbuf_add_incomplete_view()
758 PyMemoryView_FromBuffer(Py_buffer *info) in PyMemoryView_FromBuffer()
843 memory_from_contiguous_copy(Py_buffer *src, char order) in memory_from_contiguous_copy()
848 Py_buffer *dest; in memory_from_contiguous_copy()
924 Py_buffer *view; in PyMemoryView_GetContiguous()
980 Py_buffer view;
985 PyBuffer_ToContiguous(void *buf, Py_buffer *src, Py_ssize_t len, char order) in PyBuffer_ToContiguous()
1198 Py_buffer *view = &mv->view; in cast_to_1D()
1300 Py_buffer *view = &mv->view; in cast_to_ND()
1336 Py_buffer *view = &mv->view; in zero_in_shape()
1447 memory_getbuf(PyMemoryViewObject *self, Py_buffer *view, int flags) in memory_getbuf()
1449 Py_buffer *base = &self->view; in memory_getbuf()
1526 memory_releasebuf(PyMemoryViewObject *self, Py_buffer *view) in memory_releasebuf()
2044 adjust_fmt(const Py_buffer *view) in adjust_fmt()
2131 const Py_buffer *view = &self->view; in memoryview_tolist_impl()
2172 Py_buffer *src = VIEW_ADDR(self); in memoryview_tobytes_impl()
2232 Py_buffer *src = VIEW_ADDR(self); in memoryview_hex_impl()
2274 lookup_dimension(Py_buffer *view, char *ptr, int dim, Py_ssize_t index) in lookup_dimension()
2300 ptr_from_index(Py_buffer *view, Py_ssize_t index) in ptr_from_index()
2308 ptr_from_tuple(Py_buffer *view, PyObject *tup) in ptr_from_tuple()
2339 Py_buffer *view = &(self->view); in memory_item()
2368 Py_buffer *view = &(self->view); in memory_item_multi()
2391 init_slice(Py_buffer *base, PyObject *key, int dim) in init_slice()
2464 Py_buffer *view; in memory_subscript()
2526 Py_buffer *view = &(self->view); in memory_ass_sub()
2527 Py_buffer src; in memory_ass_sub()
2575 Py_buffer dest; /* sliced view */ in memory_ass_sub()
2831 Py_buffer wbuf, *vv; in memory_richcompare()
2832 Py_buffer *ww = NULL; in memory_richcompare()
2939 Py_buffer *view = &self->view; in memory_hash()
3016 Py_buffer *view = &self->view; in memory_obj_get()
3203 Py_buffer *view = &(seq->view); in memoryiter_next()