HomeSort by relevance Sort by last modified time
    Searched defs:PTA (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 454 #define PTA(x) ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
455 #define PT(x) PTA(x), PTA(x)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 424 #define PTA(x) ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
425 #define PT(x) PTA(x), PTA(x)
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 454 #define PTA(x) ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
455 #define PT(x) PTA(x), PTA(x)
    [all...]

Completed in 731 milliseconds