Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dmemoryobject.c213 #define ADJUST_PTR(ptr, suboffsets, dim) \ macro
345 char *xsptr = ADJUST_PTR(sptr, ssuboffsets, 0); in copy_base()
349 char *xdptr = ADJUST_PTR(dptr, dsuboffsets, 0); in copy_base()
377 char *xdptr = ADJUST_PTR(dptr, dsuboffsets, 0); in copy_rec()
378 char *xsptr = ADJUST_PTR(sptr, ssuboffsets, 0); in copy_rec()
2080 const char *xptr = ADJUST_PTR(ptr, suboffsets, 0); in tolist_base()
2114 const char *xptr = ADJUST_PTR(ptr, suboffsets, 0); in tolist_rec()
2302 ptr = ADJUST_PTR(ptr, view->suboffsets, dim); in lookup_dimension()
2788 const char *xp = ADJUST_PTR(p, psuboffsets, 0); in cmp_base()
2789 const char *xq = ADJUST_PTR( in cmp_base()
[all...]
/third_party/python/Modules/
H A 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()

Completed in 7 milliseconds