Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h49 #define INPLACE_SUBTRACT 56 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h49 #define INPLACE_SUBTRACT 56 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c732 case INPLACE_SUBTRACT: in opcode_stack_effect()
2300 return INPLACE_SUBTRACT; in inplace_binop()
Dceval.c1563 case INPLACE_SUBTRACT: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c755 case INPLACE_SUBTRACT: in opcode_stack_effect()
2320 return INPLACE_SUBTRACT; in inplace_binop()
Dceval.c1566 case INPLACE_SUBTRACT: in PyEval_EvalFrameEx()