Home
last modified time | relevance | path

Searched refs:saved_tb (Results 1 – 9 of 9) sorted by relevance

/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/source/
H A Dqfpreqcc37 saved_tb = None
47 saved_tb = tb
49 raise error, saved_exc, saved_tb
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dos.py398 saved_tb = None
408 saved_tb = tb
410 raise error, saved_exc, saved_tb
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dos.py378 saved_tb = None
388 saved_tb = tb
390 raise error, saved_exc, saved_tb
/dports/lang/python27/Python-2.7.18/Lib/
H A Dos.py378 saved_tb = None
388 saved_tb = tb
390 raise error, saved_exc, saved_tb
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
H A Dos.py390 saved_tb = None
400 saved_tb = tb
402 raise error, saved_exc, saved_tb
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dos.py376 saved_tb = None
386 saved_tb = tb
388 raise error, saved_exc, saved_tb
/dports/emulators/unicorn/unicorn-1.0.2/qemu/
H A Dtranslate-all.c1199 TranslationBlock *tb, *tb_next, *saved_tb; in tb_invalidate_phys_page_range() local
1277 saved_tb = NULL; in tb_invalidate_phys_page_range()
1279 saved_tb = cpu->current_tb; in tb_invalidate_phys_page_range()
1284 cpu->current_tb = saved_tb; in tb_invalidate_phys_page_range()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/
H A Dtranslate-all.c1199 TranslationBlock *tb, *tb_next, *saved_tb; in tb_invalidate_phys_page_range() local
1277 saved_tb = NULL; in tb_invalidate_phys_page_range()
1279 saved_tb = cpu->current_tb; in tb_invalidate_phys_page_range()
1284 cpu->current_tb = saved_tb; in tb_invalidate_phys_page_range()
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/
H A Dexec.c926 TranslationBlock *tb, *tb_next, *saved_tb; in tb_invalidate_phys_page_range() local
994 saved_tb = NULL; in tb_invalidate_phys_page_range()
996 saved_tb = env->current_tb; in tb_invalidate_phys_page_range()
1001 env->current_tb = saved_tb; in tb_invalidate_phys_page_range()