Home
last modified time | relevance | path

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

/third_party/python/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()
/third_party/python/Objects/
Dmemoryobject.c362 copy_rec(const Py_ssize_t *shape, Py_ssize_t ndim, Py_ssize_t itemsize, in copy_rec() function
383 copy_rec(shape+1, ndim-1, itemsize, in copy_rec()
441 copy_rec(dest->shape, dest->ndim, dest->itemsize, in copy_buffer()