Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dmemoryobject.c200 #define ADJUST_PTR(ptr, suboffsets, dim) \ macro
338 char *xsptr = ADJUST_PTR(sptr, ssuboffsets, 0); in copy_base()
342 char *xdptr = ADJUST_PTR(dptr, dsuboffsets, 0); in copy_base()
370 char *xdptr = ADJUST_PTR(dptr, dsuboffsets, 0); in copy_rec()
371 char *xsptr = ADJUST_PTR(sptr, ssuboffsets, 0); in copy_rec()
2031 const char *xptr = ADJUST_PTR(ptr, suboffsets, 0); in tolist_base()
2065 const char *xptr = ADJUST_PTR(ptr, suboffsets, 0); in tolist_rec()
2188 ptr = ADJUST_PTR(ptr, view->suboffsets, dim); in lookup_dimension()
2673 const char *xp = ADJUST_PTR(p, psuboffsets, 0); in cmp_base()
2674 const char *xq = ADJUST_PTR(q, qsuboffsets, 0); in cmp_base()
[all …]
/external/python/cpython3/Modules/
D_testbuffer.c45 #define ADJUST_PTR(ptr, suboffsets) \ macro
491 char *xsptr = ADJUST_PTR(sptr, ssuboffsets); in copy_rec()
495 char *xdptr = ADJUST_PTR(dptr, dsuboffsets); in copy_rec()
503 char *xdptr = ADJUST_PTR(dptr, dsuboffsets); in copy_rec()
504 char *xsptr = ADJUST_PTR(sptr, ssuboffsets); in copy_rec()
640 char *nextptr = ADJUST_PTR(ptr, suboffsets); in unpack_rec()
1582 ptr = ADJUST_PTR(ptr, base->suboffsets); in ptr_from_index()