Home
last modified time | relevance | path

Searched refs:POF_BUILTINS (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c117 #define POF_BUILTINS 0x004 macro
462 if ((((ProfilerObject *)self)->flags & POF_BUILTINS) in profiler_callback()
474 if ((((ProfilerObject *)self)->flags & POF_BUILTINS) in profiler_callback()
668 pObj->flags &= ~POF_BUILTINS; in setBuiltins()
675 pObj->flags |= POF_BUILTINS; in setBuiltins()