Home
last modified time | relevance | path

Searched defs:CALL_FUNCTION (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h130 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h130 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpyassem.py741 def CALL_FUNCTION(self, argc): member in StackDepthTracker