/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/GenerateExportHeader/ |
H A D | exportheader_test.cpp | 73 use_int(l.data_exported); in main() 87 use_int(l.data); in main() 89 use_int(l.data_excluded); in main() 104 use_int(l.data_exported); in main() 126 use_int(l.data); in main() 127 use_int(l.data_exported); in main() 128 use_int(l.data_excluded); in main() 139 use_int(l.data); in main() 140 use_int(l.data_exported); in main() 152 use_int(l.data); in main() [all …]
|
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/GenerateExportHeader/ |
H A D | exportheader_test.cpp | 73 use_int(l.data_exported); in main() 87 use_int(l.data); in main() 89 use_int(l.data_excluded); in main() 104 use_int(l.data_exported); in main() 126 use_int(l.data); in main() 127 use_int(l.data_exported); in main() 128 use_int(l.data_excluded); in main() 139 use_int(l.data); in main() 140 use_int(l.data_exported); in main() 152 use_int(l.data); in main() [all …]
|
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/GenerateExportHeader/ |
H A D | exportheader_test.cpp | 73 use_int(l.data_exported); in main() 87 use_int(l.data); in main() 89 use_int(l.data_excluded); in main() 104 use_int(l.data_exported); in main() 126 use_int(l.data); in main() 127 use_int(l.data_exported); in main() 128 use_int(l.data_excluded); in main() 139 use_int(l.data); in main() 140 use_int(l.data_exported); in main() 152 use_int(l.data); in main() [all …]
|
/dports/benchmarks/lmbench/lmbench-3.0-a9/src/ |
H A D | lat_ops.c | 100 use_int(r); in do_integer_bitwise() 120 use_int(a); in do_integer_add() 135 use_int(r); in do_integer_mul() 148 use_int(r); in do_integer_div() 161 use_int(r); in do_integer_mod() 176 use_int((int)r); in do_int64_bitwise() 218 use_int((int)r); in do_int64_mul() 234 use_int((int)r); in do_int64_div() 247 use_int((int)r); in do_int64_mod() 261 use_int((int)f); in do_float_add() [all …]
|
H A D | par_ops.c | 143 #define SAVE(N) use_int((int)r##N); 172 #define SAVE(N) use_int((int)r##N); 185 #define SAVE(N) use_int((int)r##N); 198 #define SAVE(N) use_int((int)r##N); 214 #define SAVE(N) use_int((int)r##N); 246 #define SAVE(N) use_int((int)r##N); 260 #define SAVE(N) use_int((int)r##N); 298 #define SAVE(N) use_int((int)r##N); use_int((int)s##N); 311 #define SAVE(N) use_int((int)r##N); use_int((int)s##N); 337 #define SAVE(N) use_int((int)r##N); use_int((int)s##N); [all …]
|
H A D | lat_rand.c | 86 use_int((int)v); in bench_drand48() 96 use_int((int)v); in bench_lrand48() 107 use_int((int)v); in bench_rand() 118 use_int((int)v); in bench_random()
|
/dports/math/p5-Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.5012/lib/Math/BigInt/ |
H A D | FastCalc.pm | 26 my ($base_len, $use_int) = @_; 32 if ( $use_int && ($base_len > $MAX_EXP_I) || 33 !$use_int && ($base_len > $MAX_EXP_F)) 38 $use_int ? "with" : "without", " 'use integer', is invalid."; 41 return $class -> SUPER::_base_len($base_len, $use_int);
|
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/ |
H A D | FastCalc.pm | 26 my ($base_len, $use_int) = @_; 32 if ( $use_int && ($base_len > $MAX_EXP_I) || 33 !$use_int && ($base_len > $MAX_EXP_F)) 38 $use_int ? "with" : "without", " 'use integer', is invalid."; 41 return $class -> SUPER::_base_len($base_len, $use_int);
|
/dports/security/yapet/yapet-2.3/libyacurs/m4/ |
H A D | ax_with_curses.m4 | 256 (void)use_int(&b); 271 (void)use_int(&g); 274 (void)use_int(&h); 327 (void)use_int(&b); 342 (void)use_int(&g); 345 (void)use_int(&h); 398 (void)use_int(&b); 413 (void)use_int(&g); 416 (void)use_int(&h); 481 (void)use_int(&b); [all …]
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/ipa/ |
H A D | pr103227-3.c | 13 use_int (int c) in use_int() function 21 use_int (s.c); in bar() 30 use_int (c); in foo()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenObjC/ |
H A D | arc-block-copy-escape.m | 5 void use_int(int); function 10 block_t block = ^{ use_int(i); }; 17 id block = ^{ use_int(i); };
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenObjC/ |
H A D | arc-block-copy-escape.m | 5 void use_int(int); function 10 block_t block = ^{ use_int(i); }; 17 id block = ^{ use_int(i); };
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenObjC/ |
H A D | arc-block-copy-escape.m | 5 void use_int(int); function 10 block_t block = ^{ use_int(i); }; 17 id block = ^{ use_int(i); };
|
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/ |
H A D | arc-block-copy-escape.m | 5 void use_int(int); function 10 block_t block = ^{ use_int(i); }; 17 id block = ^{ use_int(i); };
|
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenObjC/ |
H A D | arc-block-copy-escape.m | 5 void use_int(int); function 10 block_t block = ^{ use_int(i); }; 17 id block = ^{ use_int(i); };
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenObjC/ |
H A D | arc-block-copy-escape.m | 5 void use_int(int); function 10 block_t block = ^{ use_int(i); }; 17 id block = ^{ use_int(i); };
|
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenObjC/ |
H A D | arc-block-copy-escape.m | 5 void use_int(int); function 10 block_t block = ^{ use_int(i); }; 17 id block = ^{ use_int(i); };
|
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenObjC/ |
H A D | arc-block-copy-escape.m | 5 void use_int(int); function 10 block_t block = ^{ use_int(i); }; 17 id block = ^{ use_int(i); };
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenObjC/ |
H A D | arc-block-copy-escape.m | 5 void use_int(int); function 10 block_t block = ^{ use_int(i); }; 17 id block = ^{ use_int(i); };
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenObjC/ |
H A D | arc-block-copy-escape.m | 5 void use_int(int); function 10 block_t block = ^{ use_int(i); }; 17 id block = ^{ use_int(i); };
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/ |
H A D | arc-block-copy-escape.m | 5 void use_int(int); function 10 block_t block = ^{ use_int(i); }; 17 id block = ^{ use_int(i); };
|
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenObjC/ |
H A D | arc-block-copy-escape.m | 5 void use_int(int); function 10 block_t block = ^{ use_int(i); }; 17 id block = ^{ use_int(i); };
|
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenObjC/ |
H A D | arc-block-copy-escape.m | 5 void use_int(int); 10 block_t block = ^{ use_int(i); }; 17 id block = ^{ use_int(i); };
|
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenObjC/ |
H A D | arc-block-copy-escape.m | 5 void use_int(int); function 10 block_t block = ^{ use_int(i); }; 17 id block = ^{ use_int(i); };
|
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenObjC/ |
H A D | arc-block-copy-escape.m | 5 void use_int(int); function 10 block_t block = ^{ use_int(i); }; 17 id block = ^{ use_int(i); };
|