Searched refs:platforms (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dapple.inc15 // On Darwin platforms, this may be called concurrently by multiple threads
17 // ELF platforms, where IFuncs are resolved serially at load time). This
/freebsd-current/crypto/openssl/util/
H A Dmkdef.pl113 platforms => { UNIX => 1 } },
119 platforms => { UNIX => 1 } },
122 platforms => { VMS => 1 } },
126 platforms => { WIN32 => 1,
137 platforms => { TANDEM => 1 } },
169 my %platforms = ( $item->platforms() );
171 # True if no platforms are defined
172 return 1 if scalar keys %platforms == 0;
177 for (keys %platforms) {
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp21 PlatformList &platforms = interpreter.GetDebugger().GetPlatformList(); local
26 platform_sp = platforms.Create(m_platform_name);
44 platform_sp = platforms.GetOrCreate(arch, {}, &platform_arch, error);
49 platforms.SetSelectedPlatform(platform_sp);
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DOrdinals.pm48 on a subset of the supported platforms, or if they are specific to certain
53 platforms that maintain a transfer vector indexed by position rather than
55 aliases for others for certain platforms, or that have different forms
56 on different platforms.
303 # - For platforms, both MUST hold the same ones, but with opposite values
305 # - They MUST NOT have identical name, type, numeral, version, platforms, and features
348 # Check for in addition identical name, type, and platforms
353 && $items[0]->platforms() eq $items[1]->platforms();
355 # Check that all platforms exis
[all...]
/freebsd-current/contrib/kyua/model/
H A Dmetadata_test.cpp74 model::strings_set platforms; local
75 platforms.insert("1-platform");
76 platforms.insert("2-platform");
110 ATF_REQUIRE(platforms == md.allowed_platforms());
176 model::strings_set platforms; local
177 platforms.insert("the-platforms");
204 .set_allowed_platforms(platforms)
219 ATF_REQUIRE(platforms == md.allowed_platforms());
241 model::strings_set platforms; local
[all...]
/freebsd-current/tools/tools/notescheck/
H A Dnotescheck.py50 # platforms that the option was defined in via an options or files
51 # file. The other is the list of platforms that the option was tested
102 # multiple MD platforms, then it is ok. This often occurs
104 # all, platforms (e.g. acpi, agp).
120 # The set of MD platforms where this option is defined, but not tested.
156 # Look for MD NOTES files to build our list of platforms. We ignore
157 # platforms that do not have a NOTES file.
159 platforms = []
164 platforms.append(file[len(tree):].split('/')[0])
165 if global_platform in platforms
[all...]
/freebsd-current/contrib/bmake/mk/
H A Dlinks.mk18 # some platforms need something special
H A Dprog.mk26 # ELF platforms depend on crtbegin.o and crtend.o
H A Dlib.mk50 # are built for different platforms and object formats.
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc80 // On platforms that have it, we can use MAP_ANON to get a memory-mapped
82 // for strictly POSIX platforms instead.
209 /// platforms.
H A DPath.inc270 // so this behaves the same on all platforms.
918 // Most platforms provide the file type in the dirent: Linux/BSD/Mac.
926 // Other platforms such as Solaris require a stat() to get the type.
/freebsd-current/crypto/openssl/Configurations/
H A D15-android.conf75 if (-d "$ndk/platforms") {
76 # list available platforms (numerically)
77 my @platforms = sort { $a =~ m/-([0-9]+)$/; my $aa = $1;
79 } glob("$ndk/platforms/android-$api");
80 die "no $ndk/platforms/android-$api" if ($#platforms < 0);
82 $sysroot = "@platforms[$#platforms]/arch-$arch";
86 # r22 Removed platforms dir, use this JSON file
87 my $path = "$ndk/meta/platforms
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1517 PlatformList &platforms = m_opaque_sp->GetPlatformList(); local
1518 if (PlatformSP platform_sp = platforms.GetOrCreate(platform_name_cstr))
1519 platforms.SetSelectedPlatform(platform_sp);
/freebsd-current/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1173 platforms with Tier 1 support can be upgraded by `basename $0`.
1174 See https://www.freebsd.org/platforms/ for more info.
/freebsd-current/contrib/libpcap/
H A Dconfigure1842 on some platforms. */
2173 on some platforms. */
2903 # or libpcap.pc, as, in all platforms on which we run, if a dynamic
5328 # On platforms where we build a shared library:
5379 # option is used on all HP-UX platforms, both .sl
5403 # Set the appropriate compiler flags and, on platforms
5416 # some platforms the soname is passed with a GCC-like
5418 # of the option, while on other platforms the C compiler
6550 # thread-specific data on many platforms, but doesn't use it on
6552 # platforms
[all...]
/freebsd-current/contrib/unbound/
H A Dltmain.sh5277 # windows platforms, and (c) all begin with the string "--lt-"
5586 /* #elif defined other platforms ... */
5999 Does not chase symlinks, even on platforms that support them.
7179 # We used to do the same as -all-static on platforms that
7992 # special handling for platforms with PE-DLLs.
8389 # shared platforms.
10859 # applies here; at the moment, that means platforms that use the PE
/freebsd-current/crypto/heimdal/
H A Dltmain.sh3899 # windows platforms, and (c) all begin with the string "--lt-"
4183 /* #elif defined (other platforms) ... */
4207 /* #elif defined (other platforms) ... */
4615 Does not chase symlinks, even on platforms that support them.
5746 # We used to do the same as -all-static on platforms that
6533 # special handling for platforms with PE-DLLs.
6930 # shared platforms.
9344 # applies here; at the moment, that means platforms that use the PE
/freebsd-current/contrib/openbsm/config/
H A Dltmain.sh5277 # windows platforms, and (c) all begin with the string "--lt-"
5586 /* #elif defined other platforms ... */
5999 Does not chase symlinks, even on platforms that support them.
7179 # We used to do the same as -all-static on platforms that
7990 # special handling for platforms with PE-DLLs.
8387 # shared platforms.
10857 # applies here; at the moment, that means platforms that use the PE
/freebsd-current/contrib/file/
H A Dltmain.sh5280 # windows platforms, and (c) all begin with the string "--lt-"
5589 /* #elif defined other platforms ... */
6002 Does not chase symlinks, even on platforms that support them.
7182 # We used to do the same as -all-static on platforms that
7993 # special handling for platforms with PE-DLLs.
8394 # shared platforms.
10872 # applies here; at the moment, that means platforms that use the PE
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh5277 # windows platforms, and (c) all begin with the string "--lt-"
5586 /* #elif defined other platforms ... */
5999 Does not chase symlinks, even on platforms that support them.
7179 # We used to do the same as -all-static on platforms that
7990 # special handling for platforms with PE-DLLs.
8387 # shared platforms.
10857 # applies here; at the moment, that means platforms that use the PE
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dltmain.sh5277 # windows platforms, and (c) all begin with the string "--lt-"
5586 /* #elif defined other platforms ... */
5999 Does not chase symlinks, even on platforms that support them.
7179 # We used to do the same as -all-static on platforms that
7990 # special handling for platforms with PE-DLLs.
8387 # shared platforms.
10857 # applies here; at the moment, that means platforms that use the PE
/freebsd-current/contrib/sqlite3/
H A Dltmain.sh5369 # windows platforms, and (c) all begin with the string "--lt-"
5678 /* #elif defined other platforms ... */
6091 Does not chase symlinks, even on platforms that support them.
7271 # We used to do the same as -all-static on platforms that
8091 # special handling for platforms with PE-DLLs.
8488 # shared platforms.
10961 # applies here; at the moment, that means platforms that use the PE
/freebsd-current/contrib/openpam/
H A Dltmain.sh5534 # windows platforms, and (c) all begin with the string "--lt-"
5843 /* #elif defined other platforms ... */
6256 Does not chase symlinks, even on platforms that support them.
7455 # We used to do the same as -all-static on platforms that
8276 # special handling for platforms with PE-DLLs.
8673 # shared platforms.
11146 # applies here; at the moment, that means platforms that use the PE
/freebsd-current/contrib/tcpdump/
H A Dconfigure1952 on some platforms. */
4571 # support because, on some platforms (such as SunOS 5.x), the test
6249 # On some platforms, it requires <net/if.h> and
7905 # necessarily be true for x86 platforms, where it might be
/freebsd-current/contrib/ldns/
H A Dltmain.sh5369 # windows platforms, and (c) all begin with the string "--lt-"
5678 /* #elif defined other platforms ... */
6091 Does not chase symlinks, even on platforms that support them.
7271 # We used to do the same as -all-static on platforms that
8091 # special handling for platforms with PE-DLLs.
8488 # shared platforms.
10961 # applies here; at the moment, that means platforms that use the PE

Completed in 734 milliseconds

12