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

  /external/python/cpython3/Modules/
_testbuffer.c 491 char *xsptr = ADJUST_PTR(sptr, ssuboffsets); local
492 memcpy(p, xsptr, itemsize);
504 char *xsptr = ADJUST_PTR(sptr, ssuboffsets); local
508 xsptr, sstrides+1, ssuboffsets ? ssuboffsets+1 : NULL,
    [all...]
  /external/python/cpython3/Objects/
memoryobject.c 336 char *xsptr = ADJUST_PTR(sptr, ssuboffsets, 0); local
337 memcpy(p, xsptr, itemsize);
369 char *xsptr = ADJUST_PTR(sptr, ssuboffsets, 0); local
373 xsptr, sstrides+1, ssuboffsets ? ssuboffsets+1 : NULL,
    [all...]

Completed in 100 milliseconds