Searched refs:ssuboffsets (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/ |
D | memoryobject.c | 324 char *sptr, const Py_ssize_t *sstrides, const Py_ssize_t *ssuboffsets, in copy_base() argument 338 char *xsptr = ADJUST_PTR(sptr, ssuboffsets, 0); in copy_base() 354 char *sptr, const Py_ssize_t *sstrides, const Py_ssize_t *ssuboffsets, in copy_rec() argument 364 sptr, sstrides, ssuboffsets, in copy_rec() 371 char *xsptr = ADJUST_PTR(sptr, ssuboffsets, 0); in copy_rec() 375 xsptr, sstrides+1, ssuboffsets ? ssuboffsets+1 : NULL, in copy_rec()
|
/external/python/cpython3/Modules/ |
D | _testbuffer.c | 475 char *sptr, const Py_ssize_t *sstrides, const Py_ssize_t *ssuboffsets, in copy_rec() argument 483 if (!HAVE_PTR(dsuboffsets) && !HAVE_PTR(ssuboffsets) && in copy_rec() 491 char *xsptr = ADJUST_PTR(sptr, ssuboffsets); in copy_rec() 504 char *xsptr = ADJUST_PTR(sptr, ssuboffsets); in copy_rec() 508 xsptr, sstrides+1, ssuboffsets ? ssuboffsets+1 : NULL, in copy_rec()
|