HomeSort by relevance Sort by last modified time
    Searched refs:ADJUST_PTR (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Objects/
memoryobject.c 198 #define ADJUST_PTR(ptr, suboffsets, dim) \
336 char *xsptr = ADJUST_PTR(sptr, ssuboffsets, 0);
340 char *xdptr = ADJUST_PTR(dptr, dsuboffsets, 0);
368 char *xdptr = ADJUST_PTR(dptr, dsuboffsets, 0);
369 char *xsptr = ADJUST_PTR(sptr, ssuboffsets, 0);
    [all...]
  /external/python/cpython3/Modules/
_testbuffer.c 45 #define ADJUST_PTR(ptr, suboffsets) \
491 char *xsptr = ADJUST_PTR(sptr, ssuboffsets);
495 char *xdptr = ADJUST_PTR(dptr, dsuboffsets);
503 char *xdptr = ADJUST_PTR(dptr, dsuboffsets);
504 char *xsptr = ADJUST_PTR(sptr, ssuboffsets);
640 char *nextptr = ADJUST_PTR(ptr, suboffsets);
    [all...]

Completed in 533 milliseconds