Home
last modified time | relevance | path

Searched defs:jump (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_sys_settrace.py772 jump = (2, 0) variable in JumpTestCase.test_jump_to_firstlineno.fake_function
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
DLinuxBzimage.h36 UINT16 jump; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlcode.c415 static int code_label (FuncState *fs, int A, int b, int jump) { in code_label()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c805 Py_ssize_t jump; member
825 Py_ssize_t jump; in SRE_MATCH() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c805 Py_ssize_t jump; member
825 Py_ssize_t jump; in SRE_MATCH() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c811 Py_ssize_t jump; member
831 Py_ssize_t jump; in SRE_MATCH() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpycodegen.py518 def visitTest(self, node, jump): argument