Searched refs:copy_rec (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Modules/ |
D | _testbuffer.c | 473 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/ |
D | memoryobject.c | 362 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()
|