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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_lsprof.c 115 #define POF_ENABLED 0x001
703 self->flags |= POF_ENABLED;
733 self->flags &= ~POF_ENABLED;
759 if (op->flags & POF_ENABLED)
  /external/python/cpython2/Modules/
_lsprof.c 115 #define POF_ENABLED 0x001
703 self->flags |= POF_ENABLED;
733 self->flags &= ~POF_ENABLED;
759 if (op->flags & POF_ENABLED)
  /external/python/cpython3/Modules/
_lsprof.c 105 #define POF_ENABLED 0x001
694 self->flags |= POF_ENABLED;
724 self->flags &= ~POF_ENABLED;
750 if (op->flags & POF_ENABLED)

Completed in 95 milliseconds