Searched defs:copy_rec (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
H A D_testbuffer.c473 copy_rec(const Py_ssize_t *shape, Py_ssize_t ndim, Py_ssize_t itemsize, function
506 copy_rec(shape+1, ndim-1, itemsize,
560 copy_rec(dest->shape, dest->ndim, dest->itemsize,
/external/python/cpython3/Objects/
H A Dmemoryobject.c350 copy_rec(const Py_ssize_t *shape, Py_ssize_t ndim, Py_ssize_t itemsize, function
371 copy_rec(shape+1, ndim-1, itemsize,
429 copy_rec(dest->shape, dest->ndim, dest->itemsize,

Completed in 173 milliseconds