Home
last modified time | relevance | path

Searched refs:check_for (Results 1 – 25 of 1360) sorted by relevance

12345678910>>...55

/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/source/cfg_if/detect/arch/
H A Dx86.rs87 cfg!(target_feature = "aes") || $crate::detect::check_for(
99 cfg!(target_feature = "tsc") || $crate::detect::check_for(
102 cfg!(target_feature = "mmx") || $crate::detect::check_for(
105 cfg!(target_feature = "sse") || $crate::detect::check_for(
108 cfg!(target_feature = "sse2") || $crate::detect::check_for(
112 cfg!(target_feature = "sse3") || $crate::detect::check_for(
132 cfg!(target_feature = "sha") || $crate::detect::check_for(
136 cfg!(target_feature = "avx") || $crate::detect::check_for(
188 cfg!(target_feature = "fma") || $crate::detect::check_for(
200 cfg!(target_feature = "abm") || $crate::detect::check_for(
[all …]
H A Daarch64.rs11 $crate::detect::check_for($crate::detect::Feature::asimd)
15 $crate::detect::check_for($crate::detect::Feature::asimd)
19 $crate::detect::check_for($crate::detect::Feature::pmull)
23 $crate::detect::check_for($crate::detect::Feature::fp)
27 $crate::detect::check_for($crate::detect::Feature::fp16)
31 $crate::detect::check_for($crate::detect::Feature::sve)
35 $crate::detect::check_for($crate::detect::Feature::crc)
39 $crate::detect::check_for($crate::detect::Feature::crypto)
43 $crate::detect::check_for($crate::detect::Feature::lse)
47 $crate::detect::check_for($crate::detect::Feature::rdm)
[all …]
H A Dpowerpc64.rs10 $crate::detect::check_for($crate::detect::Feature::altivec)
14 $crate::detect::check_for($crate::detect::Feature::vsx)
18 $crate::detect::check_for($crate::detect::Feature::power8)
H A Dpowerpc.rs10 $crate::detect::check_for($crate::detect::Feature::altivec)
14 $crate::detect::check_for($crate::detect::Feature::vsx)
18 $crate::detect::check_for($crate::detect::Feature::power8)
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/target/cfg_if/detect/arch/
H A Dx86.rs91 || $crate::detect::check_for($crate::detect::Feature::pclmulqdq)
95 || $crate::detect::check_for($crate::detect::Feature::rdrand)
99 || $crate::detect::check_for($crate::detect::Feature::rdseed)
121 || $crate::detect::check_for($crate::detect::Feature::sse4_1)
125 || $crate::detect::check_for($crate::detect::Feature::sse4_2)
141 || $crate::detect::check_for($crate::detect::Feature::avx512f)
145 || $crate::detect::check_for($crate::detect::Feature::avx512cd)
149 || $crate::detect::check_for($crate::detect::Feature::avx512er)
202 || $crate::detect::check_for($crate::detect::Feature::popcnt)
216 || $crate::detect::check_for($crate::detect::Feature::xsaves)
[all …]
H A Daarch64.rs10 cfg!(target_feature = "neon") || $crate::detect::check_for($crate::detect::Feature::asimd)
13 cfg!(target_feature = "neon") || $crate::detect::check_for($crate::detect::Feature::asimd)
16 cfg!(target_feature = "pmull") || $crate::detect::check_for($crate::detect::Feature::pmull)
19 cfg!(target_feature = "fp") || $crate::detect::check_for($crate::detect::Feature::fp)
22 cfg!(target_feature = "fp16") || $crate::detect::check_for($crate::detect::Feature::fp16)
25 cfg!(target_feature = "sve") || $crate::detect::check_for($crate::detect::Feature::sve)
28 cfg!(target_feature = "crc") || $crate::detect::check_for($crate::detect::Feature::crc)
32 || $crate::detect::check_for($crate::detect::Feature::crypto)
35 cfg!(target_feature = "lse") || $crate::detect::check_for($crate::detect::Feature::lse)
38 cfg!(target_feature = "rdm") || $crate::detect::check_for($crate::detect::Feature::rdm)
[all …]
H A Dpowerpc.rs10 || $crate::detect::check_for($crate::detect::Feature::altivec)
13 cfg!(target_feature = "vsx") || $crate::detect::check_for($crate::detect::Feature::vsx)
17 || $crate::detect::check_for($crate::detect::Feature::power8)
H A Dpowerpc64.rs10 || $crate::detect::check_for($crate::detect::Feature::altivec)
13 cfg!(target_feature = "vsx") || $crate::detect::check_for($crate::detect::Feature::vsx)
17 || $crate::detect::check_for($crate::detect::Feature::power8)
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/
H A Dconfigure34 check_for () {
87 check_for "make(1)"
100 check_for "bmake(1)"
110 check_for "strlcpy(3)"
124 check_for "strlcat(3)"
139 check_for "wcslcpy(3)"
155 check_for '$(LEX)'
162 check_for 'flex(1)'
169 check_for 'lex(1)'
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dfontlint.pe28 # check_for[i][1] is a string message
35 # horribly broken), check_for[i][j] is actually stored as check_for[2*i+j]
37 check_for=[ \
217 while (i<SizeOf(check_for)/2)
220 if (check_for[i*2]==0)
222 elseif (check_for[i*2]==1)
224 elseif (check_for[i*2]==2)
300 if ((i==2) && (check_for[2*2]!=check_for[98*2]))
320 if (check_for[2*ci]==1)
333 if (check_for[2*99]==1)
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/source/cfg_if/detect/os/linux/
H A Dmod.rs11 pub use self::aarch64::check_for;
14 pub use self::arm::check_for;
17 pub use self::mips::check_for;
20 pub use self::powerpc::check_for;
24 pub fn check_for(_x: Feature) -> bool {
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/target/cfg_if/detect/os/linux/
H A Dmod.rs11 pub use self::aarch64::check_for;
14 pub use self::arm::check_for;
17 pub use self::mips::check_for;
20 pub use self::powerpc::check_for;
24 pub fn check_for(_x: Feature) -> bool {
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/source/cfg_if/detect/os/freebsd/
H A Dmod.rs8 pub use self::aarch64::check_for;
11 pub use self::arm::check_for;
14 pub use self::powerpc::check_for;
18 pub fn check_for(_x: Feature) -> bool {
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/target/cfg_if/detect/os/freebsd/
H A Dmod.rs8 pub use self::aarch64::check_for;
11 pub use self::arm::check_for;
14 pub use self::powerpc::check_for;
18 pub fn check_for(_x: Feature) -> bool {
/dports/devel/py-pydocstyle/pydocstyle-6.1.1/src/pydocstyle/
H A Dchecker.py226 @check_for(Definition)
241 @check_for(Function)
266 @check_for(Class)
299 @check_for(Definition)
325 @check_for(Definition)
353 @check_for(Definition)
371 @check_for(Definition)
494 @check_for(Function)
521 @check_for(Function)
534 @check_for(Function)
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Socket/
H A DMakefile.PL13 sub check_for
76 check_for( %args, main => "void *p = &$func; if(p == NULL) return 1;" );
98 check_for(
104 check_for(
110 check_for(
116 check_for(
122 check_for(
128 check_for(
135 check_for(
/dports/lang/perl5.30/perl-5.30.3/cpan/Socket/
H A DMakefile.PL13 sub check_for
76 check_for( %args, main => "void *p = &$func; if(p == NULL) return 1;" );
98 check_for(
104 check_for(
110 check_for(
116 check_for(
122 check_for(
128 check_for(
135 check_for(
/dports/lang/perl5.32/perl-5.32.1/cpan/Socket/
H A DMakefile.PL13 sub check_for
76 check_for( %args, main => "void *p = &$func; if(p == NULL) return 1;" );
98 check_for(
104 check_for(
110 check_for(
116 check_for(
122 check_for(
128 check_for(
135 check_for(
/dports/net/p5-Socket/Socket-2.032/
H A DMakefile.PL13 sub check_for
76 check_for( %args, main => "void *p = &$func; if(p == NULL) return 1;" );
98 check_for(
104 check_for(
110 check_for(
116 check_for(
122 check_for(
128 check_for(
135 check_for(
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Socket/
H A DMakefile.PL13 sub check_for
76 check_for( %args, main => "void *p = &$func; if(p == NULL) return 1;" );
98 check_for(
104 check_for(
110 check_for(
116 check_for(
122 check_for(
128 check_for(
135 check_for(
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/localization/locales/locale/locale.cons/
H A Dcopy.pass.cpp32 void check_for(const std::locale& loc) in check_for() function
56 check_for<char>(loc); in check()
58 check_for<wchar_t>(loc); in check()
H A Dlocale_char_pointer_cat.pass.cpp34 void check_for(const std::locale& loc) in check_for() function
58 check_for<char>(loc); in check()
60 check_for<wchar_t>(loc); in check()
H A Dlocale_locale_cat.pass.cpp34 void check_for(const std::locale& loc) in check_for() function
58 check_for<char>(loc); in check()
60 check_for<wchar_t>(loc); in check()
H A Dlocale_string_cat.pass.cpp34 void check_for(const std::locale& loc) in check_for() function
58 check_for<char>(loc); in check()
60 check_for<wchar_t>(loc); in check()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/localization/locales/locale/locale.statics/
H A Dclassic.pass.cpp27 void check_for(const std::locale& loc) in check_for() function
51 check_for<char>(loc); in check()
53 check_for<wchar_t>(loc); in check()

12345678910>>...55