Home
last modified time | relevance | path

Searched refs:SIM (Results 1 – 25 of 1583) sorted by relevance

12345678910>>...64

/dports/emulators/bochs/bochs-2.7/
H A Dmain.cc342 SIM->set_quit_context(NULL); in bxmain()
355 return SIM->get_exit_code(); in bxmain()
697 SIM->quit_sim(0); in bx_init_main()
880 SIM->init_save_restore(); in bx_init_main()
881 SIM->init_statistics(); in bx_init_main()
1016 SIM->set_init_done(1); in bx_begin_simulation()
1435 if (SIM && SIM->get_init_done()) { in bx_atexit()
1463 SIM->cleanup_save_restore(); in bx_atexit()
1464 SIM->cleanup_statistics(); in bx_atexit()
1465 SIM->set_init_done(0); in bx_atexit()
[all …]
H A Dconfig.cc284 SIM->opt_plugin_ctrl("*", 0); in bx_plugin_ctrl_reset()
299 SIM->opt_plugin_ctrl("*", 1); in bx_plugin_ctrl_reset()
1525 SIM->get_param(BXPN_FLOPPYA), in bx_init_options()
1554 SIM->get_param("floppy"), in bx_init_options()
1555 SIM->get_param("ata.0"), in bx_init_options()
1557 SIM->get_param("ata.1"), in bx_init_options()
1560 SIM->get_param("ata.2"), in bx_init_options()
1563 SIM->get_param("ata.3"), in bx_init_options()
3348 fprintf(fp, ", %s=%s", SIM->get_logfn_name(mod), SIM->get_action_name(action)); in bx_write_log_options()
3479 SIM->get_param_num(BXPN_CPU_NTHREADS)->get(), SIM->get_param_num(BXPN_IPS)->get(), in bx_write_configuration()
[all …]
/dports/emulators/bochs/bochs-2.7/iodev/usb/
H A Dusb_uhci.cc72 SIM->write_usb_options(fp, USB_UHCI_PORTS, base); in usb_uhci_options_save()
88 SIM->unregister_addon_option("usb_uhci"); in PLUGIN_ENTRY_FOR_MODULE()
112 SIM->unregister_runtime_config_handler(rt_conf_id); in ~bx_usb_uhci_c()
116 SIM->get_param_enum(pname, SIM->get_param(BXPN_USB_UHCI))->set_handler(NULL); in ~bx_usb_uhci_c()
118 SIM->get_param_string(pname, SIM->get_param(BXPN_USB_UHCI))->set_enable_handler(NULL); in ~bx_usb_uhci_c()
122 SIM->get_bochs_root()->remove("usb_uhci"); in ~bx_usb_uhci_c()
139 uhci = (bx_list_c*) SIM->get_param(BXPN_USB_UHCI); in init()
165 port = (bx_list_c*)SIM->get_param(pname, uhci); in init()
189 init_device(i, (bx_list_c*)SIM->get_param(pname, SIM->get_param(BXPN_USB_UHCI))); in reset()
212 bx_list_c *sr_list = (bx_list_c*)SIM->get_param(pname, SIM->get_bochs_root()); in init_device()
[all …]
/dports/emulators/bochs/bochs-2.7/gui/
H A Dtextconfig.cc67 #define bx_printf SIM->bx_printf
68 #define bx_fgets SIM->bx_gets
467 SIM->quit_sim(1); in bx_text_config_interface()
485 SIM->reset_all_param(); in bx_text_config_interface()
491 SIM->reset_all_param(); in bx_text_config_interface()
570 SIM->quit_sim(1); in bx_text_config_interface()
593 int i, j, imax=SIM->get_n_log_modules(); in bx_print_log_action_table()
598 bx_printf("%10s ", SIM->get_action_name(SIM->get_log_action(i, j))); in bx_print_log_action_table()
690 int status = SIM->write_rc(newrc, 0); in bx_write_rc()
703 if (SIM->write_rc(newrc, 1) >= 0) { in bx_write_rc()
[all …]
H A Dwxmain.cc480 if (answer == wxYES) SIM->reset_all_param(); in OnConfigNew()
491 SIM->reset_all_param(); in OnConfigRead()
492 SIM->read_rc(bochsrc); in OnConfigRead()
505 SIM->write_rc(bochsrc, 1); in OnConfigSave()
610 bx_param_c *firsthd = SIM->get_first_hd(); in OnEditBoot()
614 bx_param_c *firstcd = SIM->get_first_cdrom(); in OnEditBoot()
910 SIM->update_runtime_options(); in OnPauseResumeSim()
1184 firstcd = SIM->get_first_cdrom(); in editFirstCdrom()
1289 SIM->set_quit_context(&context); in Entry()
1295 SIM->set_quit_context(NULL); in Entry()
[all …]
H A Denh_dbg.cc1235 cpu_list = (bx_list_c *) SIM->get_param(pname, root_param); in InitRegObjects()
1259 RegObject[cpu][R8_Rnum] = SIM->get_param_num("R8", cpu_list); in InitRegObjects()
1310 CpuSupportSSE = SIM->get_param("SSE", cpu_list) != NULL; in InitRegObjects()
3035 SIM->debug_break(); in HotKey()
3126 SIM->debug_break(); in ActivateMenuItem()
3393 SIM->set_log_viewer(LogView); in ActivateMenuItem()
3411 SIM->refresh_vga(); in enh_dbg_notify_callback()
3582 SIM->get_notify_callback(&old_callback, &old_callback_arg); in InitDebugDialog()
3584 SIM->set_notify_callback(enh_dbg_notify_callback, NULL); in InitDebugDialog()
3593 SIM->set_log_viewer(0); in CloseDebugDialog()
[all …]
H A Dwin32config.cc191 int first = SIM->get_log_action (mod, level); in SetStandardLogOptions()
279 SIM->set_log_action(mod, level, value); in ApplyLogOptions()
290 SIM->set_log_action(-1, level, value); in ApplyLogOptions()
546 SIM->reset_all_param(); in MainMenuDlgProc()
547 SIM->read_rc(rcfile->getptr()); in MainMenuDlgProc()
557 SIM->write_rc(rcfile->getptr(), 1); in MainMenuDlgProc()
600 SIM->reset_all_param(); in MainMenuDlgProc()
613 SIM->update_runtime_options(); in MainMenuDlgProc()
714 SIM->quit_sim(1); in win32_ci_callback()
719 SIM->quit_sim(1); in win32_ci_callback()
[all …]
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dfminsirefine.f405 SIM(I,NP) = X(I)
410 25 SIM(J,I) = X(J)
411 SIM(I,I) = SIM(I,I) + START * F(I)
487 H = SIM(I,NP)
488 SIM(I,NP) = SIM(I,IHI)
501 XAV(I) = XAV(I) + EDN * ( SIM(I,IHI) - SIM(I,NP) )
510 H = SIM(I,1)
511 SIM(I,1) = SIM(I,ILO)
540 IF ( ABS ( SIM(I,NP)-SIM(I,1) ) .GT. EPSI(I) ) GOTO 75
567 72 X(I) = SIM(I,1)
[all …]
/dports/emulators/bochs/bochs-2.7/cpu/
H A Dgeneric_cpuid.cc511 static bool mmx_enabled = SIM->get_param_bool(BXPN_CPUID_MMX)->get(); in init_cpu_extensions_bitmask()
654 static bool sep_enabled = SIM->get_param_bool(BXPN_CPUID_SEP)->get(); in init_cpu_extensions_bitmask()
683 static bool aes_enabled = SIM->get_param_bool(BXPN_CPUID_AES)->get(); in init_cpu_extensions_bitmask()
694 static bool sha_enabled = SIM->get_param_bool(BXPN_CPUID_SHA)->get(); in init_cpu_extensions_bitmask()
716 static bool adx_enabled = SIM->get_param_bool(BXPN_CPUID_ADX)->get(); in init_cpu_extensions_bitmask()
836 static bool xop_enabled = SIM->get_param_bool(BXPN_CPUID_XOP)->get(); in init_cpu_extensions_bitmask()
846 static bool tbm_enabled = SIM->get_param_bool(BXPN_CPUID_TBM)->get(); in init_cpu_extensions_bitmask()
965 static bool svm_enabled = SIM->get_param_bool(BXPN_CPUID_SVM)->get(); in init_svm_extensions_bitmask()
988 static Bit32u level = SIM->get_param_num(BXPN_CPUID_LEVEL)->get(); in get_cpu_version_information()
990 static Bit32u model = SIM->get_param_num(BXPN_CPUID_MODEL)->get(); in get_cpu_version_information()
[all …]
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/
H A DOMakefile7 SIM = $(dir simulator)
108 $(SIM)/hnorm
109 $(SIM)/hnormlocal
110 $(SIM)/hopu
112 $(SIM)/mcstring
113 $(SIM)/printterm
115 $(SIM)/siminit
116 $(SIM)/siminstr
118 $(SIM)/simulator
119 $(SIM)/trail
[all …]
/dports/science/p5-Mcstas-Tools/p5-Mcstas-Tools-2.5_1/mcstas-tools-perl-cmdline-2.5-src/
H A Dmcrun.pl841 my $SIM = new FileHandle;
855 open($SIM, ">$filename") ||
860 do_instr_header("", $SIM);
865 do_instr_header("% ", $SIM);
871 do_instr_header("// ", $SIM);
914 print $SIM "end data\n";
917 do_sim_tail($SIM);
920 do_sim_tail($SIM);
922 close($SIM);
1047 while(<SIM>) {
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/winceunits/src/
H A Dsimmgr.pp17 SIM Manager is an API set that allows access to information stored on the SIM Card
246 // SIM Record | Different SIM file types
254 // SIM Record Refresh | Different ways of being notified that SIM
274 // HSIM | Handle to a SIM }
292 // SIMMESSAGE | A SIM message entry
316 // SIMCAPS | Capabilities of the SIM
517 // Reads a file form the SIM.
520 // SIM address
529 // Writes a file to the SIM.
532 // SIM address
[all …]
/dports/cad/gnucap/gnucap-2013-04-23/apps/
H A Ds__out.cc34 const PROBELIST& SIM::alarmlist()const in alarmlist()
38 const PROBELIST& SIM::plotlist()const in plotlist()
42 const PROBELIST& SIM::printlist()const in printlist()
46 const PROBELIST& SIM::storelist()const in storelist()
53 void SIM::outdata(double x) in outdata()
67 void SIM::head(double start, double stop, const std::string& col1) in head()
98 void SIM::print_results(double x) in print_results()
115 void SIM::alarm(void) in alarm()
129 void SIM::store_results(double x) in store_results()
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/s51.src/test/
H A Dst.sh59 SIM=st${TEST}${VER}.sim
65 rm -f $SIM $OUT $TIM $CSV
87 ' $S51 -tC52 -Sin=/dev/null,out=$OUT st${TEST}.ihx <$CMD|tee $SIM
88 tee -a $SIM <$TIM
94 E=$(grep Elapsed $SIM)
99 C=$(grep 'Total time' $SIM|sed 's/^[^(]*(//'|sed 's/ .*//')
101 ST=$(grep 'Simulated ' $SIM|cut -d' ' -f5)
102 echo "st${TEST} speed= $S Mclk/sec"|tee -a $SIM
/dports/security/lego/lego-4.5.3/vendor/github.com/sacloud/libsacloud/api/
H A Dsim.go33 CommonServiceSIMItems []sacloud.SIM `json:"CommonServiceItems,omitempty"`
37 CommonServiceSIMItem *sacloud.SIM `json:"CommonServiceItem,omitempty"`
48 *sacloud.SIM `json:"CommonServiceItem,omitempty"` anonMember
92 func (api *SIMAPI) request(f func(*simResponse) error) (*sacloud.SIM, error) {
98 return res.SIM, nil
101 func (api *SIMAPI) createRequest(value *sacloud.SIM) *simRequest {
108 func (api *SIMAPI) Create(value *sacloud.SIM) (*sacloud.SIM, error) {
115 func (api *SIMAPI) New(name, iccID, passcode string) *sacloud.SIM {
120 func (api *SIMAPI) Read(id sacloud.ID) (*sacloud.SIM, error) {
127 func (api *SIMAPI) Update(id sacloud.ID, value *sacloud.SIM) (*sacloud.SIM, error) {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/sacloud/libsacloud/api/
H A Dsim.go33 CommonServiceSIMItems []sacloud.SIM `json:"CommonServiceItems,omitempty"`
37 CommonServiceSIMItem *sacloud.SIM `json:"CommonServiceItem,omitempty"`
48 *sacloud.SIM `json:"CommonServiceItem,omitempty"` anonMember
92 func (api *SIMAPI) request(f func(*simResponse) error) (*sacloud.SIM, error) {
98 return res.SIM, nil
101 func (api *SIMAPI) createRequest(value *sacloud.SIM) *simRequest {
108 func (api *SIMAPI) Create(value *sacloud.SIM) (*sacloud.SIM, error) {
115 func (api *SIMAPI) New(name, iccID, passcode string) *sacloud.SIM {
120 func (api *SIMAPI) Read(id sacloud.ID) (*sacloud.SIM, error) {
127 func (api *SIMAPI) Update(id sacloud.ID, value *sacloud.SIM) (*sacloud.SIM, error) {
[all …]
/dports/emulators/simh/simh-3.9.0_5/
H A Dmakefile628 ${BIN}pdp1${EXE} : ${PDP1} ${SIM}
646 ${BIN}pdp8${EXE} : ${PDP8} ${SIM}
676 ${BIN}vax${EXE} : ${VAX} ${SIM}
688 ${BIN}nova${EXE} : ${NOVA} ${SIM}
700 ${BIN}h316${EXE} : ${H316} ${SIM}
736 ${BIN}s3${EXE} : ${S3} ${SIM}
754 ${BIN}gri${EXE} : ${GRI} ${SIM}
760 ${BIN}lgp${EXE} : ${LGP} ${SIM}
766 ${BIN}id16${EXE} : ${ID16} ${SIM}
772 ${BIN}id32${EXE} : ${ID32} ${SIM}
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/cobyla/
H A Dcobyla2.f124 SIM(I,NP)=X(I)
126 SIM(I,J)=0.0d0
128 SIM(I,I)=RHO
230 TEMP=SIM(I,NBEST)
232 SIM(I,NP)=SIM(I,NP)+TEMP
235 SIM(I,K)=SIM(I,K)-TEMP
352 SIM(I,JDROP)=DX(I)
364 360 X(J)=SIM(J,NP)+DX(J)
432 430 X(I)=SIM(I,NP)+DX(I)
488 SIM(I,JDROP)=DX(I)
[all …]
/dports/emulators/bochs/bochs-2.7/iodev/network/
H A Dpcipnic.cc46 bx_param_c *network = SIM->get_param("network"); in pnic_init_options()
54 SIM->init_std_nic_options("Pseudo NIC", menu); in pnic_init_options()
64 if (!SIM->get_param_bool("enabled", base)->get()) { in pnic_options_parser()
77 if (!SIM->get_param_bool("enabled", base)->get()) { in pnic_options_parser()
79 SIM->get_param_bool("enabled", base)->set(1); in pnic_options_parser()
95 return SIM->write_param_list(fp, (bx_list_c*) SIM->get_param(BXPN_PNIC), NULL, 0); in pnic_options_save()
110 SIM->unregister_addon_option("pcipnic"); in PLUGIN_ENTRY_FOR_MODULE()
136 SIM->get_bochs_root()->remove("pcipnic"); in ~bx_pcipnic_c()
146 base = (bx_list_c*) SIM->get_param(BXPN_PNIC); in init()
148 if (!SIM->get_param_bool("enabled", base)->get()) { in init()
[all …]
/dports/emulators/bochs/bochs-2.7/iodev/
H A Dspeaker.cc86 bx_list_c *sound = (bx_list_c*)SIM->get_param("sound"); in speaker_init_options()
113 bx_list_c *base = (bx_list_c*) SIM->get_param(BXPN_SOUND_SPEAKER); in speaker_options_parser()
115 if (SIM->parse_param_from_list(context, params[i], base) < 0) { in speaker_options_parser()
127 return SIM->write_param_list(fp, (bx_list_c*) SIM->get_param(BXPN_SOUND_SPEAKER), NULL, 0); in speaker_options_save()
141 SIM->register_addon_option("speaker", speaker_options_parser, speaker_options_save); in PLUGIN_ENTRY_FOR_MODULE()
146 SIM->unregister_addon_option("speaker"); in PLUGIN_ENTRY_FOR_MODULE()
147 ((bx_list_c*)SIM->get_param("sound"))->remove("speaker"); in PLUGIN_ENTRY_FOR_MODULE()
198 bx_list_c *base = (bx_list_c*) SIM->get_param(BXPN_SOUND_SPEAKER); in init()
200 if (!SIM->get_param_bool("enabled", base)->get()) { in init()
206 output_mode = SIM->get_param_enum("mode", base)->get(); in init()
[all …]
H A Dparallel.cc44 bx_list_c *ports = (bx_list_c*)SIM->get_param("ports"); in parport_init_options()
80 bx_list_c *base = (bx_list_c*) SIM->get_param(tmpname); in parport_options_parser()
98 bx_list_c *base = (bx_list_c*) SIM->get_param(pname); in parport_options_save()
100 SIM->write_param_list(fp, base, optname, 0); in parport_options_save()
119 SIM->unregister_addon_option("parport1"); in PLUGIN_ENTRY_FOR_MODULE()
120 SIM->unregister_addon_option("parport2"); in PLUGIN_ENTRY_FOR_MODULE()
147 SIM->get_bochs_root()->remove("parallel"); in ~bx_parallel_c()
163 base = (bx_list_c*) SIM->get_param(pname); in init()
164 if (SIM->get_param_bool("enabled", base)->get()) { in init()
225 base = (bx_list_c*) SIM->get_param(pname); in register_state()
[all …]
/dports/emulators/bochs/bochs-2.7/iodev/sound/
H A Des1370.cc114 bx_param_c *sound = SIM->get_param("sound"); in es1370_init_options()
185 return SIM->write_param_list(fp, (bx_list_c*) SIM->get_param(BXPN_SOUND_ES1370), NULL, 0); in es1370_options_save()
202 SIM->unregister_addon_option("es1370"); in PLUGIN_ENTRY_FOR_MODULE()
203 bx_list_c *menu = (bx_list_c*)SIM->get_param("sound"); in PLUGIN_ENTRY_FOR_MODULE()
238 SIM->unregister_runtime_config_handler(s.rt_conf_id); in ~bx_es1370_c()
239 SIM->get_bochs_root()->remove("es1370"); in ~bx_es1370_c()
250 if (!SIM->get_param_bool("enabled", base)->get()) { in init()
327 menu->add(SIM->get_param("wavemode", base)); in init()
328 menu->add(SIM->get_param("wavefile", base)); in init()
329 menu->add(SIM->get_param("midimode", base)); in init()
[all …]
/dports/net/hostapd-devel/hostap-14ab4a816/hostapd/
H A Dhostapd.eap_user71 # Default to EAP-SIM and EAP-AKA based on fixed identity prefixes
72 "0"* AKA,TTLS,TLS,PEAP,SIM
73 "1"* SIM,TTLS,TLS,PEAP,AKA
74 "2"* AKA,TTLS,TLS,PEAP,SIM
75 "3"* SIM,TTLS,TLS,PEAP,AKA
76 "4"* AKA,TTLS,TLS,PEAP,SIM
77 "5"* SIM,TTLS,TLS,PEAP,AKA
83 * PEAP,TTLS,TLS,SIM,AKA
96 "1"* SIM [2]
98 "3"* SIM [2]
[all …]
/dports/net/hostapd/hostapd-2.9/hostapd/
H A Dhostapd.eap_user71 # Default to EAP-SIM and EAP-AKA based on fixed identity prefixes
72 "0"* AKA,TTLS,TLS,PEAP,SIM
73 "1"* SIM,TTLS,TLS,PEAP,AKA
74 "2"* AKA,TTLS,TLS,PEAP,SIM
75 "3"* SIM,TTLS,TLS,PEAP,AKA
76 "4"* AKA,TTLS,TLS,PEAP,SIM
77 "5"* SIM,TTLS,TLS,PEAP,AKA
83 * PEAP,TTLS,TLS,SIM,AKA
96 "1"* SIM [2]
98 "3"* SIM [2]
[all …]
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/hostapd/
H A Dhostapd.eap_user71 # Default to EAP-SIM and EAP-AKA based on fixed identity prefixes
72 "0"* AKA,TTLS,TLS,PEAP,SIM
73 "1"* SIM,TTLS,TLS,PEAP,AKA
74 "2"* AKA,TTLS,TLS,PEAP,SIM
75 "3"* SIM,TTLS,TLS,PEAP,AKA
76 "4"* AKA,TTLS,TLS,PEAP,SIM
77 "5"* SIM,TTLS,TLS,PEAP,AKA
83 * PEAP,TTLS,TLS,SIM,AKA
96 "1"* SIM [2]
98 "3"* SIM [2]
[all …]

12345678910>>...64