Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h38 #define SLICE 30 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h38 #define SLICE 30 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c1639 case SLICE+0: in PyEval_EvalFrameEx()
1640 case SLICE+1: in PyEval_EvalFrameEx()
1641 case SLICE+2: in PyEval_EvalFrameEx()
1642 case SLICE+3: in PyEval_EvalFrameEx()
1643 if ((opcode-SLICE) & 2) in PyEval_EvalFrameEx()
1647 if ((opcode-SLICE) & 1) in PyEval_EvalFrameEx()
Dcompile.c727 case SLICE+0: in opcode_stack_effect()
729 case SLICE+1: in opcode_stack_effect()
731 case SLICE+2: in opcode_stack_effect()
733 case SLICE+3: in opcode_stack_effect()
3343 case Load: op = SLICE; break; in compiler_simple_slice()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dceval.c1636 case SLICE+0: in PyEval_EvalFrameEx()
1637 case SLICE+1: in PyEval_EvalFrameEx()
1638 case SLICE+2: in PyEval_EvalFrameEx()
1639 case SLICE+3: in PyEval_EvalFrameEx()
1640 if ((opcode-SLICE) & 2) in PyEval_EvalFrameEx()
1644 if ((opcode-SLICE) & 1) in PyEval_EvalFrameEx()
Dcompile.c704 case SLICE+0: in opcode_stack_effect()
706 case SLICE+1: in opcode_stack_effect()
708 case SLICE+2: in opcode_stack_effect()
710 case SLICE+3: in opcode_stack_effect()
3323 case Load: op = SLICE; break; in compiler_simple_slice()