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

  /external/python/cpython3/Python/
ceval.c 794 #undef USE_COMPUTED_GOTOS
795 #define USE_COMPUTED_GOTOS 0
799 #ifndef USE_COMPUTED_GOTOS
800 #define USE_COMPUTED_GOTOS 1
803 #if defined(USE_COMPUTED_GOTOS) && USE_COMPUTED_GOTOS
806 #undef USE_COMPUTED_GOTOS
807 #define USE_COMPUTED_GOTOS 0
810 #if USE_COMPUTED_GOTOS
904 #if defined(DYNAMIC_EXECUTION_PROFILE) || USE_COMPUTED_GOTOS
    [all...]
  /external/python/cpython2/Python/
ceval.c 692 #undef USE_COMPUTED_GOTOS
695 #ifndef USE_COMPUTED_GOTOS
696 #define USE_COMPUTED_GOTOS 1
699 #if defined(USE_COMPUTED_GOTOS) && USE_COMPUTED_GOTOS
702 #undef USE_COMPUTED_GOTOS
703 #define USE_COMPUTED_GOTOS 0
705 #if USE_COMPUTED_GOTOS
903 #if defined(DYNAMIC_EXECUTION_PROFILE) || USE_COMPUTED_GOTOS
    [all...]
  /external/python/cpython2/
pyconfig.h.in 1072 #undef USE_COMPUTED_GOTOS
    [all...]
  /external/python/cpython3/
pyconfig.h.in     [all...]

Completed in 537 milliseconds