• Home
  • Raw
  • Download

Lines Matching refs:Py_buffer

249 last_dim_is_contiguous(const Py_buffer *dest, const Py_buffer *src)  in last_dim_is_contiguous()
265 equiv_format(const Py_buffer *dest, const Py_buffer *src) in equiv_format()
285 equiv_shape(const Py_buffer *dest, const Py_buffer *src) in equiv_shape()
305 equiv_structure(const Py_buffer *dest, const Py_buffer *src) in equiv_structure()
382 copy_single(Py_buffer *dest, Py_buffer *src) in copy_single()
414 copy_buffer(Py_buffer *dest, Py_buffer *src) in copy_buffer()
444 init_strides_from_shape(Py_buffer *view) in init_strides_from_shape()
457 init_fortran_strides_from_shape(Py_buffer *view) in init_fortran_strides_from_shape()
472 buffer_to_contiguous(char *mem, Py_buffer *src, char order) in buffer_to_contiguous()
474 Py_buffer dest; in buffer_to_contiguous()
519 init_shared_values(Py_buffer *dest, const Py_buffer *src) in init_shared_values()
532 init_shape_strides(Py_buffer *dest, const Py_buffer *src) in init_shape_strides()
559 init_suboffsets(Py_buffer *dest, const Py_buffer *src) in init_suboffsets()
573 init_len(Py_buffer *view) in init_len()
589 const Py_buffer *view = &mv->view; in init_flags()
652 mbuf_add_view(_PyManagedBufferObject *mbuf, const Py_buffer *src) in mbuf_add_view()
655 Py_buffer *dest; in mbuf_add_view()
690 mbuf_add_incomplete_view(_PyManagedBufferObject *mbuf, const Py_buffer *src, in mbuf_add_incomplete_view()
694 Py_buffer *dest; in mbuf_add_incomplete_view()
748 PyMemoryView_FromBuffer(Py_buffer *info) in PyMemoryView_FromBuffer()
833 memory_from_contiguous_copy(Py_buffer *src, char order) in memory_from_contiguous_copy()
838 Py_buffer *dest; in memory_from_contiguous_copy()
914 Py_buffer *view; in PyMemoryView_GetContiguous()
968 Py_buffer view;
973 PyBuffer_ToContiguous(void *buf, Py_buffer *src, Py_ssize_t len, char order) in PyBuffer_ToContiguous()
1178 Py_buffer *view = &mv->view; in cast_to_1D()
1280 Py_buffer *view = &mv->view; in cast_to_ND()
1316 Py_buffer *view = &mv->view; in zero_in_shape()
1407 memory_getbuf(PyMemoryViewObject *self, Py_buffer *view, int flags) in memory_getbuf()
1409 Py_buffer *base = &self->view; in memory_getbuf()
1486 memory_releasebuf(PyMemoryViewObject *self, Py_buffer *view) in memory_releasebuf()
2004 adjust_fmt(const Py_buffer *view) in adjust_fmt()
2084 const Py_buffer *view = &(mv->view); in memory_tolist()
2110 Py_buffer *src = VIEW_ADDR(self); in memory_tobytes()
2134 Py_buffer *src = VIEW_ADDR(self); in memory_hex()
2169 lookup_dimension(Py_buffer *view, char *ptr, int dim, Py_ssize_t index) in lookup_dimension()
2195 ptr_from_index(Py_buffer *view, Py_ssize_t index) in ptr_from_index()
2203 ptr_from_tuple(Py_buffer *view, PyObject *tup) in ptr_from_tuple()
2234 Py_buffer *view = &(self->view); in memory_item()
2263 Py_buffer *view = &(self->view); in memory_item_multi()
2286 init_slice(Py_buffer *base, PyObject *key, int dim) in init_slice()
2358 Py_buffer *view; in memory_subscript()
2420 Py_buffer *view = &(self->view); in memory_ass_sub()
2421 Py_buffer src; in memory_ass_sub()
2469 Py_buffer dest; /* sliced view */ in memory_ass_sub()
2725 Py_buffer wbuf, *vv; in memory_richcompare()
2726 Py_buffer *ww = NULL; in memory_richcompare()
2833 Py_buffer *view = &self->view; in memory_hash()
2910 Py_buffer *view = &self->view; in memory_obj_get()