Home
last modified time | relevance | path

Searched refs:copy_rec (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
D_testbuffer.c473 copy_rec(const Py_ssize_t *shape, Py_ssize_t ndim, Py_ssize_t itemsize, in copy_rec() function
506 copy_rec(shape+1, ndim-1, itemsize, in copy_rec()
560 copy_rec(dest->shape, dest->ndim, dest->itemsize, in copy_buffer()
/external/python/cpython3/Objects/
Dmemoryobject.c352 copy_rec(const Py_ssize_t *shape, Py_ssize_t ndim, Py_ssize_t itemsize, in copy_rec() function
373 copy_rec(shape+1, ndim-1, itemsize, in copy_rec()
431 copy_rec(dest->shape, dest->ndim, dest->itemsize, in copy_buffer()