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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_lsprof.c 117 #define POF_BUILTINS 0x004
462 if ((((ProfilerObject *)self)->flags & POF_BUILTINS)
474 if ((((ProfilerObject *)self)->flags & POF_BUILTINS)
668 pObj->flags &= ~POF_BUILTINS;
675 pObj->flags |= POF_BUILTINS;
  /external/python/cpython2/Modules/
_lsprof.c 117 #define POF_BUILTINS 0x004
462 if ((((ProfilerObject *)self)->flags & POF_BUILTINS)
474 if ((((ProfilerObject *)self)->flags & POF_BUILTINS)
668 pObj->flags &= ~POF_BUILTINS;
675 pObj->flags |= POF_BUILTINS;
  /external/python/cpython3/Modules/
_lsprof.c 107 #define POF_BUILTINS 0x004
460 if ((((ProfilerObject *)self)->flags & POF_BUILTINS)
472 if ((((ProfilerObject *)self)->flags & POF_BUILTINS)
665 pObj->flags &= ~POF_BUILTINS;
667 pObj->flags |= POF_BUILTINS;

Completed in 111 milliseconds