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

  /external/python/cpython2/Python/
ceval.c 692 #undef USE_COMPUTED_GOTOS
695 #ifndef USE_COMPUTED_GOTOS
701 #define USE_COMPUTED_GOTOS 0
703 #define USE_COMPUTED_GOTOS 1
707 #if defined(USE_COMPUTED_GOTOS) && USE_COMPUTED_GOTOS
710 #undef USE_COMPUTED_GOTOS
711 #define USE_COMPUTED_GOTOS 0
713 #if USE_COMPUTED_GOTOS
911 #if defined(DYNAMIC_EXECUTION_PROFILE) || USE_COMPUTED_GOTOS
    [all...]
  /external/python/cpython3/Python/
ceval.c 623 #undef USE_COMPUTED_GOTOS
624 #define USE_COMPUTED_GOTOS 0
628 #ifndef USE_COMPUTED_GOTOS
629 #define USE_COMPUTED_GOTOS 1
632 #if defined(USE_COMPUTED_GOTOS) && USE_COMPUTED_GOTOS
635 #undef USE_COMPUTED_GOTOS
636 #define USE_COMPUTED_GOTOS 0
639 #if USE_COMPUTED_GOTOS
734 #if defined(DYNAMIC_EXECUTION_PROFILE) || USE_COMPUTED_GOTOS
    [all...]
  /external/python/cpython2/
pyconfig.h.in 1102 #undef USE_COMPUTED_GOTOS
    [all...]
  /external/python/cpython3/
pyconfig.h.in     [all...]

Completed in 233 milliseconds