Home
last modified time | relevance | path

Searched refs:simulation (Results 1 – 25 of 52) sorted by relevance

123

/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntpsim.c27 sim_info simulation; /* Simulation Control Variables */ variable
78 for (i = 0; i < simulation.num_of_servers; ++i) { in create_server_associations()
79 printf("%s\n", stoa(simulation.servers[i].addr)); in create_server_associations()
80 if (peer_config(simulation.servers[i].addr, in create_server_associations()
94 stoa(simulation.servers[i].addr)); in create_server_associations()
117 simulation.num_of_servers = 0; in ntpsim()
118 simulation.beep_delay = BEEP_DLY; in ntpsim()
119 simulation.sim_time = 0; in ntpsim()
120 simulation.end_time = SIM_TIME; in ntpsim()
160 enqueue(event_queue, event(simulation.sim_time + 1.0, TIMER)); in ntpsim()
[all …]
Dntp_config.c4927 simulation.beep_delay = init_stmt->value.d; in config_sim()
4931 simulation.end_time = init_stmt->value.d; in config_sim()
4945 simulation.num_of_servers = 0; in config_sim()
4948 simulation.num_of_servers++; in config_sim()
4949 simulation.servers = eallocarray(simulation.num_of_servers, in config_sim()
4950 sizeof(simulation.servers[0])); in config_sim()
4959 simulation.servers[i] = *serv_info; in config_sim()
4960 simulation.servers[i].link = NULL; in config_sim()
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Dmain.c51 static psim *simulation = NULL; variable
79 if (ppc_trace[trace_print_info] && simulation != NULL) in error()
80 psim_print_info (simulation, ppc_trace[trace_print_info]); in error()
229 if (ppc_trace[trace_print_info] && simulation != NULL) in sim_io_error()
230 psim_print_info (simulation, ppc_trace[trace_print_info]); in sim_io_error()
251 psim_stop (simulation); in cntrl_c()
279 simulation = psim_create(name_of_file, root); in main()
288 psim_init(simulation); in main()
289 psim_stack(simulation, argv, environ); in main()
294 psim_run(simulation); in main()
[all …]
DREADME26 instruction level simulation of the PowerPC environment. It is freely
280 A model that allowed the simulation of
DChangeLog-20211951 (psim_max_iterations_exceeded): New function, abort simulation if
1998 determine the simulation speed by looking at the number of elapsed
2012 was missing. For main.c, a cntrl-c simulation termination wasn't
2015 * The simulation would not correctly restart if an event requested
2016 that the simulation be halted.
2023 cntrl-c occures schedule an event to halt the simulation.
2041 starting a simulation run. Re-arange main loop so that simulator
2042 is correctly restarted when an event halts the simulation.
2044 * psim.c (psim_halt): Handle an event halting the simulation.
2069 to be initialized independant of the rest of the simulation
[all …]
DINSTALL493 simulated. The number active during a given simulation run us
637 simulation. Disabling this option (--disable-sim-trace) eliminates
DRUN139 tree you can `attach' to the simulation using (I assume that you have
343 Enable <N> processors for the simulation run.
Dpsim.texinfo780 instruction level simulation of the PowerPC environment. It is freely
1034 A model that allowed the simulation of
/netbsd/src/tests/ipf/input/
Dipv6.12 # traceroute simulation
/netbsd/src/external/bsd/ntp/dist/include/
Dntpsim.h131 extern sim_info simulation; /* Simulation Control Variables */
/netbsd/src/external/gpl3/gdb/dist/sim/rx/
Dacinclude.m420 [Disable cycle accurate simulation (faster runtime)])],
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86_64/
Dmissing.asm2 dnl AMD64 MULX/ADX simulation support.
Dmissing-call.m41 dnl AMD64 MULX/ADX simulation support, function call version.
Dmissing-inline.m41 dnl AMD64 MULX/ADX simulation support, inline version.
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dlammps6 # LAMMPS molecular dynamics simulation software.
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-visium.texi85 In addition, the following two illegal opcodes are implemented and used by the simulation:
/netbsd/src/games/boggle/
DREADME3 Bog is a fairly portable simulation of Parker Brother's game of Boggle and
/netbsd/src/share/examples/rump/virtual_ip_router/
DREADME.txt69 The alternate approach is to use purely internal simulation. The
/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dacinclude.m4132 dnl The MULTI generator can combine several simulation engines into one.
146 dnl Each entry will have a separate simulation engine whose prefix is
/netbsd/src/external/gpl3/gdb/dist/sim/erc32/
DREADME.erc3217 To speed up simulation, the UARTs operate at approximately 115200 baud.
DREADME.sis307 The simulator provides cycle true simulation. The following table shows
DChangeLog-2021435 * func.c (show_stat): Print simulation time in portable long long
439 simulation time in portable long long format.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Dcell.md53 ;; nonpipelined simulation
/netbsd/src/external/ibm-public/postfix/dist/implementation-notes/
DMILTER74 100% accurate simulation for Milters. An additional complication
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dx86-tune.def673 on simulation result. But after P4 was made, no performance benefit

123