HomeSort by: relevance | last modified time | path
    Searched refs:platforms (Results 1 - 25 of 115) sorted by relevancy

1 2 3 4 5

  /src/crypto/external/apache2/openssl/dist/util/
mkdef.pl 113 platforms => { UNIX => 1 } },
119 platforms => { UNIX => 1 } },
123 platforms => { VMS => 1 } },
127 platforms => { WIN32 => 1,
138 platforms => { TANDEM => 1 } },
170 my %platforms = ( $item->platforms() );
172 # True if no platforms are defined
173 return 1 if scalar keys %platforms == 0;
178 for (keys %platforms) {
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/
mkdef.pl 113 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...]
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
Ordinals.pm 48 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 exist in both items, and have opposite value
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
Ordinals.pm 48 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 exist in both items, and have opposite value
    [all...]
  /src/distrib/common/
sunbootcd.sh 46 following platforms:
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
cl_util.c 141 cl_platform_id *platforms; local
143 /* Determine number of OpenCL Platforms available. */
145 printf ("number of OpenCL Platforms available:\t%d\n", platform_count);
146 /* Get platforms. */
147 platforms
149 if (platforms == NULL)
154 clGetPlatformIDs (platform_count, platforms, NULL);
156 /* Querying platforms. */
165 clGetPlatformInfo (platforms[i], PARM, 0, NULL, &len); \
167 clGetPlatformInfo (platforms[i], PARM, len, s, NULL);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
cl_util.c 141 cl_platform_id *platforms; local
143 /* Determine number of OpenCL Platforms available. */
145 printf ("number of OpenCL Platforms available:\t%d\n", platform_count);
146 /* Get platforms. */
147 platforms
149 if (platforms == NULL)
154 clGetPlatformIDs (platform_count, platforms, NULL);
156 /* Querying platforms. */
165 clGetPlatformInfo (platforms[i], PARM, 0, NULL, &len); \
167 clGetPlatformInfo (platforms[i], PARM, len, s, NULL);
    [all...]
  /src/usr.bin/make/unit-tests/
directive-export-literal.mk 14 # memory on some platforms.
varmod-to-separator.mk 181 # supported platforms.
  /src/external/bsd/kyua-cli/dist/engine/
metadata_test.cpp 78 engine::strings_set platforms; local
79 platforms.insert("1-platform");
80 platforms.insert("2-platform");
114 ATF_REQUIRE(platforms == md.allowed_platforms());
147 engine::strings_set platforms; local
148 platforms.insert("the-platforms");
173 .set_allowed_platforms(platforms)
186 ATF_REQUIRE(platforms == md.allowed_platforms());
206 engine::strings_set platforms; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/util/
mkdef.pl 28 # - "platforms" is empty if it exists on all platforms, otherwise it contains
30 # for those platforms, or prepended with a "!" if not. This helps resolve
31 # symbol name variants for platforms where the names are too long for the
36 # The semantics for the platforms is that every item is checked against the
361 # params: symbol, alias, platforms, kind
626 # Variant for platforms that do not
638 # Variant for platforms that have to
650 # Variant for platforms that do not
662 # Variant for platforms that have t
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
intel_uncore.c 133 unsigned long platforms; member in struct:reg
178 if (r->platforms & INTEL_INFO(gt->i915)->gen_mask)
  /src/external/gpl3/gcc.old/dist/libphobos/m4/
autoconf.m4 88 on some platforms. */
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Memory.inc 90 // On platforms that have it, we can use MAP_ANON to get a memory-mapped
92 // for strictly POSIX platforms instead.
216 /// platforms.
Path.inc 264 // so this behaves the same on all platforms.
890 // Most platforms provide the file type in the dirent: Linux/BSD/Mac.
898 // Other platforms such as Solaris require a stat() to get the type.
  /src/sys/arch/sparc64/doc/
TODO 60 - platforms tested so far:
  /src/crypto/external/apache2/openssl/dist/Configurations/
15-android.conf 76 if (-d "$ndk/platforms") {
77 # list available platforms (numerically)
78 my @platforms = sort { $a =~ m/-([0-9]+)$/; my $aa = $1;
80 } glob("$ndk/platforms/android-$api");
81 die "no $ndk/platforms/android-$api" if ($#platforms < 0);
83 $sysroot = "@platforms[$#platforms]/arch-$arch";
87 # r22 Removed platforms dir, use this JSON file
88 my $path = "$ndk/meta/platforms.json"
    [all...]
  /src/crypto/external/bsd/openssl/dist/Configurations/
15-android.conf 75 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.json"
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
15-android.conf 75 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.json"
    [all...]
  /src/doc/
TODO.compat-module 85 news68k, and x68k platforms, all in their respective machdep.c
  /src/share/mk/
bsd.own.mk 73 # This lists the platforms which do not have working in-tree toolchains. For
86 # GCC Using platforms.
102 # Platforms that can't run a modern GCC natively
948 # for different platforms and object formats.
952 # All platforms are ELF.
1052 # an "elf" tag for historically a.out platforms.
1188 # These platforms use softfloat by default.
1195 # These platforms always use softfloat.
1239 # PIE is enabled on many platforms by default.
1261 # platforms with relro-disabled 32-bit compa
    [all...]
bsd.kmodule.mk 44 # XXX This is a workaround for platforms that have relative relocations
bsd.prog.mk 60 # ELF platforms depend on crti.o, crtbegin.o, crtend.o, and crtn.o
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 686 * for 32-bit platforms.
  /src/external/gpl3/gdb/dist/gdb/
gdbarch_components.py 1004 On some platforms, a single function may provide multiple entry points,

Completed in 43 milliseconds

1 2 3 4 5