/freebsd/sys/contrib/libsodium/dist-build/ |
H A D | ios.sh | 4 # 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 D | ntpsim.h | 3 * 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 D | ntp_prio_q.h | 4 * priority queue implementation used by the discrete event simulator.
|
/freebsd/sys/dev/wtap/ |
H A D | if_wtap_module.c | 86 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 D | ntpdsim.html | 6 <title>ntpdsim - Network Time Protocol (NTP) simulator</title> 10 <h3><tt>ntpdsim</tt> - Network Time Protocol (NTP) simulator</h3> 30 …simulator 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 D | ntpdsim_new.html | 6 <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 D | Platform.cpp | 108 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 D | Target.cpp |
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | fsl-ls2080a-simu.dts | 3 * Device Tree file for Freescale LS2080a software Simulator model 16 model = "Freescale Layerscape 2080a software Simulator model";
|
/freebsd/contrib/bsnmp/ |
H A D | oid-list | 30 303 BEGEMOT-WLINK DLR WLINK simulator 31 304 BEGEMOT-SATX DLR SatX simulator
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Darwin.h | 198 /// 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 D | NOTES | 44 options PSIM #GDB PSIM ppc simulator 45 options MAMBO #IBM Mambo Full System Simulator
|
H A D | GENERIC | 30 options PSIM # GDB PSIM ppc simulator 31 options MAMBO # IBM Mambo Full System Simulator
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
H A D | DylibReader.cpp | 76 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 D | setenv_ios.sh | 83 # 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 D | ntpsim.c | 3 * 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 D | XcodeSDK.cpp | 285 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 D | qcom,apr.yaml | 32 1 = APR simulator 47 1 = APR simulator
|
/freebsd/sys/contrib/device-tree/Bindings/riscv/ |
H A D | cpus.yaml | 60 - const: riscv # Simulator only 190 // Example 2: Spike ISA Simulator with 1 Hart
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_mlx_sim.c | 62 /* 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 D | m0 | 232 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 D | manual.txt | 11 …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 D | EmulateInstructionARM.h | 220 // 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 D | InterfaceFile.h | 41 /// 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 D | psim-tree | 9 # (The -r option is the amount of physical RAM the simulator has)
|