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

  /external/clang/lib/Analysis/
Consumed.cpp 636 if (ParamTypestateAttr *PTA = Param->getAttr<ParamTypestateAttr>()) {
638 ConsumedState ExpectedState = mapParamTypestateAttrState(PTA);
877 if (const ParamTypestateAttr *PTA = Param->getAttr<ParamTypestateAttr>())
878 ParamState = mapParamTypestateAttrState(PTA);
    [all...]
  /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...]
  /external/python/cpython3/Objects/
obmalloc.c     [all...]
  /external/u-boot/arch/arm/mach-tegra/tegra20/
pinmux.c 312 PIN(PTA, I2C2, HDMI, GMI, RSVD4),

Completed in 958 milliseconds