Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dmemoryobject.c216 #define ADJUST_PTR(ptr, suboffsets, dim) \ macro
354 char *xsptr = ADJUST_PTR(sptr, ssuboffsets, 0); in copy_base()
358 char *xdptr = ADJUST_PTR(dptr, dsuboffsets, 0); in copy_base()
386 char *xdptr = ADJUST_PTR(dptr, dsuboffsets, 0); in copy_rec()
387 char *xsptr = ADJUST_PTR(sptr, ssuboffsets, 0); in copy_rec()
2062 const char *xptr = ADJUST_PTR(ptr, suboffsets, 0); in tolist_base()
2096 const char *xptr = ADJUST_PTR(ptr, suboffsets, 0); in tolist_rec()
2268 ptr = ADJUST_PTR(ptr, view->suboffsets, dim); in lookup_dimension()
2754 const char *xp = ADJUST_PTR(p, psuboffsets, 0); in cmp_base()
2755 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()