Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h73 #define INPLACE_OR 79 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h73 #define INPLACE_OR 79 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c769 case INPLACE_OR: in opcode_stack_effect()
2317 return INPLACE_OR; in inplace_binop()
Dceval.c1626 case INPLACE_OR: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c792 case INPLACE_OR: in opcode_stack_effect()
2337 return INPLACE_OR; in inplace_binop()
Dceval.c1629 case INPLACE_OR: in PyEval_EvalFrameEx()