Home
last modified time | relevance | path

Searched refs:availability (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd-12.1/crypto/openssl/doc/man3/
H A DOPENSSL_ia32cap.pod26 =item bit #19 denoting availability of CLFLUSH instruction;
32 =item bit #24, FXSR bit, denoting availability of XMM registers;
43 =item bit #33 denoting availability of PCLMULQDQ instruction;
49 =item bit #54 denoting availability of MOVBE instruction;
60 =item bit #62 denoting availability of RDRAND instruction;
93 =item bit #64+5 denoting availability of AVX2 instructions;
98 =item bit #64+16 denoting availability of AVX512F extension;
100 =item bit #64+18 denoting availability of RDSEED instruction;
107 =item bit #64+29 denoting availability of SHA extension;
109 =item bit #64+30 denoting availability of AVX512BW extension;
[all …]
/freebsd-12.1/contrib/libc++/include/
H A D__config1311 // Decide whether to use availability macros.
1321 // Define availability macros.
1327 __attribute__((availability(watchos,strict,introduced=3.0)))
1332 __attribute__((availability(watchos,strict,introduced=5.0)))
1341 __attribute__((availability(watchos,strict,introduced=3.0)))
1346 __attribute__((availability(watchos,strict,introduced=3.0)))
1348 __attribute__((availability(ios,strict,introduced=6.0)))
1351 __attribute__((availability(ios,strict,introduced=7.0)))
1354 __attribute__((availability(ios,strict,introduced=7.0)))
1357 __attribute__((availability(ios,strict,introduced=7.0)))
[all …]
/freebsd-12.1/contrib/gcc/
H A Dcgraph.h27 enum availability enum
298 enum availability cgraph_function_body_availability (struct cgraph_node *);
299 enum availability cgraph_variable_initializer_availability (struct cgraph_varpool_node *);
H A Dcgraph.c1119 enum availability avail = cgraph_function_body_availability (n); in cgraph_master_clone()
1145 enum availability
1148 enum availability avail; in cgraph_function_body_availability()
1182 enum availability
H A Dipa-pure-const.c323 enum availability avail = AVAIL_NOT_AVAILABLE; in check_call()
/freebsd-12.1/contrib/gcc/doc/
H A Dportability.texi26 @cindex autoincrement addressing, availability
31 and the availability of autoincrement addressing. In the RTL-generation
/freebsd-12.1/sys/ufs/ufs/
H A DREADME.acls14 availability of extended attributes to store extended components of
23 to your kernel configuration. As ACLs rely on the availability of extended
/freebsd-12.1/contrib/ntp/html/hints/
H A Drefclocks23 8.24-27 TimeBrick (limited availability ask
/freebsd-12.1/contrib/ldns/m4/
H A Dax_have_poll.m423 # the variant ppoll(). The availability of that function can be tested
/freebsd-12.1/contrib/tcsh/nls/russian/
H A Dset280 77 PTY read/write availability
/freebsd-12.1/contrib/tcsh/nls/german/
H A Dset280 77 PTY read/write availability
/freebsd-12.1/contrib/tcsh/nls/ukrainian/
H A Dset280 77 PTY read/write availability
/freebsd-12.1/contrib/tcsh/nls/C/
H A Dset280 77 PTY read/write availability
/freebsd-12.1/contrib/tcsh/nls/et/
H A Dset280 77 PTY read/write availability
/freebsd-12.1/contrib/libpcap/cmake/Modules/
H A DFindFseeko.cmake38 # Check for the availability of fseeko()
H A DFindLFS.cmake72 # Check for the availability of LFS.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticGroups.td31 def Availability : DiagGroup<"availability">;
120 def UnguardedAvailabilityNew : DiagGroup<"unguarded-availability-new">;
121 def UnguardedAvailability : DiagGroup<"unguarded-availability",
123 // partial-availability is an alias of unguarded-availability.
124 def : DiagGroup<"partial-availability", [UnguardedAvailability]>;
H A DAttrDocs.td1117 The availability attribute states that ``f`` was introduced in macOS 10.4,
1126 The availability attribute is a comma-separated list starting with the
1155 Multiple availability attributes can be placed on a declaration, which may
1158 ignored. If no availability attribute specifies availability for the current
1194 users to query availability at runtime.
1196 If there are multiple declarations of the same entity, the availability
1198 declarations must not have availability attributes for that
1203 void g(void) __attribute__((availability(macos,introduced=10.4)));
1214 - (id)method __attribute__((availability(macos,introduced=10.4)));
1215 - (id)method2 __attribute__((availability(macos,introduced=10.4)));
[all …]
H A DDiagnosticParseKinds.td904 "%0 is not an availability stage; use 'introduced', 'deprecated', or "
907 "redundant %0 availability change; only the last specified change will "
910 "'unavailable' availability overrides all other availability information">,
H A DDiagnosticCommonKinds.td48 "for optional message in 'availability' attribute|"
/freebsd-12.1/crypto/openssl/doc/man7/
H A DRAND.pod15 The availability of common hardware with special instructions and
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetItinerary.td23 // during scheduling and has an affect instruction order based on availability
/freebsd-12.1/crypto/openssh/
H A DFREEBSD-upgrade163 in 6.7p1 due to theoretical weaknesses and the availability of
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dopenssl.pod75 availability of ciphers in the B<openssl> program. (B<no->I<XXX> is
556 For notes on the availability of other commands, see their individual
/freebsd-12.1/contrib/llvm/tools/clang/include/clang-c/
H A DIndex.h2897 CXPlatformAvailability *availability,
2904 clang_disposeCXPlatformAvailability(CXPlatformAvailability *availability);

1234