Home
last modified time | relevance | path

Searched refs:old_sm (Results 1 – 21 of 21) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/sim/m32r/
H A Dm32r2.c89 int old_sm = (CPU (h_psw) & 0x80) != 0; in m32r2f_h_cr_set_handler() local
95 if (old_sm != new_sm) in m32r2f_h_cr_set_handler()
97 if (old_sm) in m32r2f_h_cr_set_handler()
H A Dm32rx.c89 int old_sm = (CPU (h_psw) & 0x80) != 0; in m32rxf_h_cr_set_handler() local
95 if (old_sm != new_sm) in m32rxf_h_cr_set_handler()
97 if (old_sm) in m32rxf_h_cr_set_handler()
H A Dm32r.c170 int old_sm = (CPU (h_psw) & 0x80) != 0; in m32rbf_h_cr_set_handler() local
176 if (old_sm != new_sm) in m32rbf_h_cr_set_handler()
178 if (old_sm) in m32rbf_h_cr_set_handler()
/dports/devel/gdb761/gdb-7.6.1/sim/m32r/
H A Dm32r2.c88 int old_sm = (CPU (h_psw) & 0x80) != 0; in m32r2f_h_cr_set_handler() local
94 if (old_sm != new_sm) in m32r2f_h_cr_set_handler()
96 if (old_sm) in m32r2f_h_cr_set_handler()
H A Dm32rx.c88 int old_sm = (CPU (h_psw) & 0x80) != 0; in m32rxf_h_cr_set_handler() local
94 if (old_sm != new_sm) in m32rxf_h_cr_set_handler()
96 if (old_sm) in m32rxf_h_cr_set_handler()
H A Dm32r.c169 int old_sm = (CPU (h_psw) & 0x80) != 0; in m32rbf_h_cr_set_handler() local
175 if (old_sm != new_sm) in m32rbf_h_cr_set_handler()
177 if (old_sm) in m32rbf_h_cr_set_handler()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/m32r/
H A Dm32r2.c89 int old_sm = (CPU (h_psw) & 0x80) != 0; in m32r2f_h_cr_set_handler() local
95 if (old_sm != new_sm) in m32r2f_h_cr_set_handler()
97 if (old_sm) in m32r2f_h_cr_set_handler()
H A Dm32rx.c89 int old_sm = (CPU (h_psw) & 0x80) != 0; in m32rxf_h_cr_set_handler() local
95 if (old_sm != new_sm) in m32rxf_h_cr_set_handler()
97 if (old_sm) in m32rxf_h_cr_set_handler()
H A Dm32r.c170 int old_sm = (CPU (h_psw) & 0x80) != 0; in m32rbf_h_cr_set_handler() local
176 if (old_sm != new_sm) in m32rbf_h_cr_set_handler()
178 if (old_sm) in m32rbf_h_cr_set_handler()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/m32r/
H A Dm32rx.c89 int old_sm = (CPU (h_psw) & 0x80) != 0; in m32rxf_h_cr_set_handler() local
95 if (old_sm != new_sm) in m32rxf_h_cr_set_handler()
97 if (old_sm) in m32rxf_h_cr_set_handler()
H A Dm32r2.c89 int old_sm = (CPU (h_psw) & 0x80) != 0; in m32r2f_h_cr_set_handler() local
95 if (old_sm != new_sm) in m32r2f_h_cr_set_handler()
97 if (old_sm) in m32r2f_h_cr_set_handler()
H A Dm32r.c170 int old_sm = (CPU (h_psw) & 0x80) != 0; in m32rbf_h_cr_set_handler() local
176 if (old_sm != new_sm) in m32rbf_h_cr_set_handler()
178 if (old_sm) in m32rbf_h_cr_set_handler()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/widgets/util/
H A Dtext_format_list_widget.cpp79 QItemSelectionModel* old_sm = selectionModel();
83 delete old_sm;
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dsimulate.h126 void SimInterface_changeCurrentModule(GSimModule *new_sm,GSimModule *old_sm);
H A Deditstate.c895 GSimModule *old_sm = (es && *es) ? (*es)->smod : 0; in editstate_push() local
923 SimInterface_changeCurrentModule((*es)->smod,old_sm); in editstate_push()
931 GSimModule *old_sm = (es && *es) ? (*es)->smod : 0; in editstate_pop() local
954 SimInterface_changeCurrentModule((*es)->smod,old_sm); in editstate_pop()
H A Dsimulate.c576 void SimInterface_changeCurrentModule(GSimModule *new_sm,GSimModule *old_sm) in SimInterface_changeCurrentModule() argument
581 if (old_sm) { in SimInterface_changeCurrentModule()
582 for (E = Hash_first(old_sm->leds);E;E = Hash_next(old_sm->leds,E)) { in SimInterface_changeCurrentModule()
585 GSimModule_getNetPathName(old_sm,sl->gate->wires[0]->net, buf); in SimInterface_changeCurrentModule()
/dports/security/afl++/AFLplusplus-3.14c/src/
H A Dafl-fuzz-run.c299 s32 old_sc = afl->stage_cur, old_sm = afl->stage_max; in calibrate_case() local
512 afl->stage_max = old_sm; in calibrate_case()
/dports/editors/vile/vile-9.8v/
H A Dmodes.c4471 MINORMODE *old_sm; in copy_derived_submodes() local
4482 for (old_sm = source->sm; old_sm != 0; old_sm = old_sm->sm_next) { in copy_derived_submodes()
4483 set_sm_group(target, old_sm->sm_name); in copy_derived_submodes()
4486 old_sm->sm_vals.bv, in copy_derived_submodes()
/dports/editors/xvile/vile-9.8v/
H A Dmodes.c4471 MINORMODE *old_sm; in copy_derived_submodes() local
4482 for (old_sm = source->sm; old_sm != 0; old_sm = old_sm->sm_next) { in copy_derived_submodes()
4483 set_sm_group(target, old_sm->sm_name); in copy_derived_submodes()
4486 old_sm->sm_vals.bv, in copy_derived_submodes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/afl/src/
H A Dafl-fuzz.c2544 s32 old_sc = stage_cur, old_sm = stage_max; in calibrate_case() local
2672 stage_max = old_sm; in calibrate_case()
/dports/security/afl/afl-2.52b/
H A Dafl-fuzz.c2541 s32 old_sc = stage_cur, old_sm = stage_max; in calibrate_case() local
2669 stage_max = old_sm; in calibrate_case()