Home
last modified time | relevance | path

Searched defs:PREDICTED (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/plat-irix5/
DCL_old.py197 PREDICTED = 2 variable
/external/python/cpython2/Python/
Dceval.c913 #define PREDICTED(op) PRED_##op: in PyEval_EvalFrameEx() macro
917 #define PREDICTED(op) PRED_##op: next_instr++ in PyEval_EvalFrameEx() macro
/external/python/cpython3/Python/
Dceval.c748 #define PREDICTED(op) PRED_##op: in _PyEval_EvalFrameDefault() macro