Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h44 #define DELETE_SLICE 50 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h44 #define DELETE_SLICE 50 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c1682 case DELETE_SLICE+0: in PyEval_EvalFrameEx()
1683 case DELETE_SLICE+1: in PyEval_EvalFrameEx()
1684 case DELETE_SLICE+2: in PyEval_EvalFrameEx()
1685 case DELETE_SLICE+3: in PyEval_EvalFrameEx()
1686 if ((opcode-DELETE_SLICE) & 2) in PyEval_EvalFrameEx()
1690 if ((opcode-DELETE_SLICE) & 1) in PyEval_EvalFrameEx()
Dcompile.c745 case DELETE_SLICE+0: in opcode_stack_effect()
747 case DELETE_SLICE+1: in opcode_stack_effect()
749 case DELETE_SLICE+2: in opcode_stack_effect()
751 case DELETE_SLICE+3: in opcode_stack_effect()
3346 case Del: op = DELETE_SLICE; break; in compiler_simple_slice()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dceval.c1679 case DELETE_SLICE+0: in PyEval_EvalFrameEx()
1680 case DELETE_SLICE+1: in PyEval_EvalFrameEx()
1681 case DELETE_SLICE+2: in PyEval_EvalFrameEx()
1682 case DELETE_SLICE+3: in PyEval_EvalFrameEx()
1683 if ((opcode-DELETE_SLICE) & 2) in PyEval_EvalFrameEx()
1687 if ((opcode-DELETE_SLICE) & 1) in PyEval_EvalFrameEx()
Dcompile.c722 case DELETE_SLICE+0: in opcode_stack_effect()
724 case DELETE_SLICE+1: in opcode_stack_effect()
726 case DELETE_SLICE+2: in opcode_stack_effect()
728 case DELETE_SLICE+3: in opcode_stack_effect()
3326 case Del: op = DELETE_SLICE; break; in compiler_simple_slice()