Home
last modified time | relevance | path

Searched refs:BUILD_SLICE (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h132 #define BUILD_SLICE 133 /* Number of items */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h132 #define BUILD_SLICE 133 /* Number of items */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpyassem.py755 def BUILD_SLICE(self, argc): member in StackDepthTracker
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c874 case BUILD_SLICE: in opcode_stack_effect()
3283 ADDOP_I(c, BUILD_SLICE, n); in compiler_slice()
Dceval.c2777 case BUILD_SLICE: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c897 case BUILD_SLICE: in opcode_stack_effect()
3303 ADDOP_I(c, BUILD_SLICE, n); in compiler_slice()
Dceval.c2792 case BUILD_SLICE: in PyEval_EvalFrameEx()