Home
last modified time | relevance | path

Searched full:simulator (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd/sys/contrib/libsodium/dist-build/
H A Dios.sh4 # Configure for base system so simulator is covered
7 # Make for iOS and iOS simulator
25 # Build for the simulator
30 ## i386 simulator
31 export CFLAGS="-O2 -arch i386 -isysroot ${SDK} -mios-simulator-version-min=${IOS_SIMULATOR_VERSION_…
32 export LDFLAGS="-arch i386 -isysroot ${SDK} -mios-simulator-version-min=${IOS_SIMULATOR_VERSION_MIN…
53 ## x86_64 simulator
54 export CFLAGS="-O2 -arch x86_64 -isysroot ${SDK} -mios-simulator-version-min=${IOS_SIMULATOR_VERSIO…
55 export LDFLAGS="-arch x86_64 -isysroot ${SDK} -mios-simulator-version-min=${IOS_SIMULATOR_VERSION_M…
/freebsd/contrib/ntp/include/
H A Dntpsim.h3 * The header file for the ntp discrete event simulator.
45 * The NTP simulator is a discrete event simulator.
47 * Central to this simulator is an event queue which is a priority queue
57 BEEP, /* Event to record simulator stats */
H A Dntp_prio_q.h4 * priority queue implementation used by the discrete event simulator.
/freebsd/sys/dev/wtap/
H A Dif_wtap_module.c86 MALLOC_DEFINE(M_WTAP, "wtap", "wtap wireless simulator");
87 MALLOC_DEFINE(M_WTAP_PACKET, "wtap packet", "wtap wireless simulator packet");
89 "wtap wireless simulator receive buffer");
90 MALLOC_DEFINE(M_WTAP_PLUGIN, "wtap plugin", "wtap wireless simulator plugin");
157 printf("Loaded wtap wireless simulator\n"); in event_handler()
164 printf("Unloading wtap wireless simulator\n"); in event_handler()
/freebsd/contrib/ntp/html/
H A Dntpdsim.html6 <title>ntpdsim - Network Time Protocol (NTP) simulator</title>
10 <h3><tt>ntpdsim</tt> - Network Time Protocol (NTP) simulator</h3>
30simulator using specified systematic and random driving sources. It includes all the mitigation an…
31 <p>The simulator is most useful to study NTP behavior in response to time and/or frequency transien…
36 <p>which starts the simulator with a time offset 100 ms, network jitter 1 ms, frequency offset 400 …
H A Dntpdsim_new.html6 <title>ntpdsim - Network Time Protocol (NTP) Simulator</title>
10 <h3><tt>ntpdsim</tt> - Network Time Protocol (NTP) Simulator</h3>
38 …onfigured by providing a configuration file at startup. The crux of the simulator configuration is…
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DPlatform.cpp108 return "ios" + Version + "-simulator"; in getOSAndEnvironmentName()
110 return "tvos" + Version + "-simulator"; in getOSAndEnvironmentName()
112 return "watchos" + Version + "-simulator"; in getOSAndEnvironmentName()
118 return "xros" + Version + "-simulator"; in getOSAndEnvironmentName()
H A DTarget.cpp
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls2080a-simu.dts3 * Device Tree file for Freescale LS2080a software Simulator model
16 model = "Freescale Layerscape 2080a software Simulator model";
/freebsd/contrib/bsnmp/
H A Doid-list30 303 BEGEMOT-WLINK DLR WLINK simulator
31 304 BEGEMOT-SATX DLR SatX simulator
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h198 /// Is the target either iOS or an iOS simulator?
314 Simulator, enumerator
395 if (Environment == Simulator) in setTarget()
396 const_cast<Darwin *>(this)->setTripleEnvironment(llvm::Triple::Simulator); in setTarget()
414 TargetEnvironment == Simulator; in isTargetIOSSimulator()
427 return TargetPlatform == XROS && TargetEnvironment == Simulator; in isTargetXROSSimulator()
439 return TargetPlatform == TvOS && TargetEnvironment == Simulator; in isTargetTvOSSimulator()
454 return TargetPlatform == WatchOS && TargetEnvironment == Simulator; in isTargetWatchOSSimulator()
/freebsd/sys/powerpc/conf/
H A DNOTES44 options PSIM #GDB PSIM ppc simulator
45 options MAMBO #IBM Mambo Full System Simulator
H A DGENERIC30 options PSIM # GDB PSIM ppc simulator
31 options MAMBO # IBM Mambo Full System Simulator
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp76 emplace(Triples, {Arch, "apple", "ios" + OSVersion, "simulator"}); in constructTriples()
83 emplace(Triples, {Arch, "apple", "tvos" + OSVersion, "simulator"}); in constructTriples()
90 emplace(Triples, {Arch, "apple", "watchos" + OSVersion, "simulator"}); in constructTriples()
116 emplace(Triples, {Arch, "apple", "ios" + OSVersion, "simulator"}); in constructTriples()
119 emplace(Triples, {Arch, "apple", "tvos" + OSVersion, "simulator"}); in constructTriples()
122 emplace(Triples, {Arch, "apple", "watchos" + OSVersion, "simulator"}); in constructTriples()
/freebsd/contrib/unbound/contrib/ios/
H A Dsetenv_ios.sh83 # Simulator builds
97 # Simulator builds
110 # Simulator builds. TODO: figure out which -watchos-version-min=n
126 # Fix it so the simulator will compile as expected. This trick
/freebsd/contrib/ntp/ntpd/
H A Dntpsim.c3 * The source code for the ntp discrete event simulator.
9 * (Some code shamelessly based on the original NTP discrete event simulator)
98 /* Main Simulator Code */
508 * This code was a part of the original NTP simulator and originally
512 * purposes of the current simulator.
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp285 case Triple::Simulator:
291 if (triple.getEnvironment() == Triple::Simulator) in FindXcodeContentsDirectoryInPath()
295 if (triple.getEnvironment() == Triple::Simulator) in FindXcodeContentsDirectoryInPath()
299 if (triple.getEnvironment() == Triple::Simulator) in FindXcodeContentsDirectoryInPath()
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,apr.yaml32 1 = APR simulator
47 1 = APR simulator
/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dcpus.yaml60 - const: riscv # Simulator only
190 // Example 2: Spike ISA Simulator with 1 Hart
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sim.c62 /* the simulator messages definition */
152 ibms_conn_handle_t conHdl; /* the connection we talk to the simulator through */ in osmv_transport_init()
165 /* create the client socket connected to the simulator */ in osmv_transport_init()
/freebsd/share/doc/usd/21.troff/
H A Dm0232 is a 37 Teletype simulator postprocessor for printing \*(NR output on a Tektronix 4014.
234 is a phototypesetter-simulator postprocessor
/freebsd/contrib/ntp/html/scripts/
H A Dmanual.txt11 …line'><a href='ntpdsim_new.html'><tt>ntpdsim</tt> - Network Time Protocol (NTP) simulator</a></li>\
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h220 // hardware simulator, and since in MemARead()
239 // hardware simulator, and since in MemAWrite()
257 // hardware simulator, and since in MemURead()
276 // hardware simulator, and since in MemUWrite()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h41 /// Retain/Release for Simulator.
227 /// Check if the library has simulator support.
230 /// Specify if the library has simulator support.
/freebsd/sys/powerpc/psim/
H A Dpsim-tree9 # (The -r option is the amount of physical RAM the simulator has)

12345