Searched defs:jump (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dbzimage.h34 uint16_t jump; member in struct:bzimage_header
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dlkrnprefix.S116 jump: label
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/
H A D_sre.c786 nextctx->jump = jumpvalue; \
796 Py_ssize_t jump; member in struct:__anon9931
816 Py_ssize_t jump; local
826 ctx->jump = JUMP_NONE;
982 /* jump forward */
1438 jump = ctx->jump;
1444 switch (jump) {
2747 the target of a later jump is always earlier than the target of an earlier
2748 jump
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c795 nextctx->jump = jumpvalue; \
805 Py_ssize_t jump; member in struct:__anon9935
825 Py_ssize_t jump; local
835 ctx->jump = JUMP_NONE;
991 /* jump forward */
1447 jump = ctx->jump;
1453 switch (jump) {
2736 the target of a later jump is always earlier than the target of an earlier
2737 jump
[all...]

Completed in 65 milliseconds