Home
last modified time | relevance | path

Searched defs:out (Results 251 – 275 of 65950) sorted by relevance

1...<<11121314151617181920>>...2638

/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Dcmp-to-cmn.ll58 %conv = sext i32 %a to i64
64 define i1 @test_EQ_IiiEbT(i32 %a, i32 %b) {
68 ; CHECK-NEXT: ret
71 %cmp = icmp eq i32 %add, %a
78 ; CHECK-NEXT: cset w0, eq
81 %conv = sext i16 %b to i32
103 ; CHECK-NEXT: ret
106 %add = sub i64 0, %b
108 ret i1 %cmp
118 %add = sub i32 0, %b
[all …]
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dinteger.h57 # define git__add_sizet_overflow(out, one, two) \ argument
59 # define git__multiply_sizet_overflow(out, one, two) \ argument
62 # define git__add_sizet_overflow(out, one, two) \ argument
67 # define git__add_sizet_overflow(out, one, two) \ argument
75 # define git__add_int_overflow(out, one, two) \ argument
77 # define git__sub_int_overflow(out, one, two) \ argument
80 # define git__add_int64_overflow(out, one, two) \ argument
95 # define git__add_sizet_overflow(out, one, two) \ argument
100 #define git__add_int_overflow(out, one, two) \ argument
102 #define git__sub_int_overflow(out, one, two) \ argument
[all …]
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dinteger.h57 # define git__add_sizet_overflow(out, one, two) \ argument
59 # define git__multiply_sizet_overflow(out, one, two) \ argument
62 # define git__add_sizet_overflow(out, one, two) \ argument
67 # define git__add_sizet_overflow(out, one, two) \ argument
75 # define git__add_int_overflow(out, one, two) \ argument
77 # define git__sub_int_overflow(out, one, two) \ argument
80 # define git__add_int64_overflow(out, one, two) \ argument
95 # define git__add_sizet_overflow(out, one, two) \ argument
100 #define git__add_int_overflow(out, one, two) \ argument
102 #define git__sub_int_overflow(out, one, two) \ argument
[all …]
/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/scssphp/scssphp/src/
H A DParser.php1593 protected function argValues(&$out)
1611 protected function argValue(&$out)
1703 protected function valueList(&$out)
1720 protected function spaceList(&$out)
1954 protected function value(&$out)
2179 protected function progid(&$out)
2362 protected function map(&$out)
2402 protected function color(&$out)
2454 protected function string(&$out)
3124 protected function variable(&$out)
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/scssphp/scssphp/src/
H A DParser.php1593 protected function argValues(&$out)
1611 protected function argValue(&$out)
1703 protected function valueList(&$out)
1720 protected function spaceList(&$out)
1954 protected function value(&$out)
2179 protected function progid(&$out)
2362 protected function map(&$out)
2402 protected function color(&$out)
2454 protected function string(&$out)
3124 protected function variable(&$out)
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/ssl/
H A DOpenSSLHash.h86 void hash_final(MutableByteRange out) { in hash_final()
135 static void sha1(MutableByteRange out, ByteRange data) { in sha1()
138 static void sha1(MutableByteRange out, const IOBuf& data) { in sha1()
141 static void sha256(MutableByteRange out, ByteRange data) { in sha256()
144 static void sha256(MutableByteRange out, const IOBuf& data) { in sha256()
147 static void sha512(MutableByteRange out, ByteRange data) { in sha512()
150 static void sha512(MutableByteRange out, const IOBuf& data) { in sha512()
213 void hash_final(MutableByteRange out) { in hash_final()
270 MutableByteRange out, in hmac()
302 MutableByteRange out, ByteRange key, ByteRange data) { in hmac_blake2s256()
[all …]
/dports/cad/gnucap/gnucap-2013-04-23/modelgen/
H A Dmg_out_model.cc25 static void make_model_dispatcher(std::ofstream& out, const Model& m) in make_model_dispatcher()
56 static void make_sdp_constructor(std::ofstream& out, const Model& m) in make_sdp_constructor()
117 static void make_tdp_constructor(std::ofstream& out, const Model& m) in make_tdp_constructor()
215 static void make_model_dev_type(std::ofstream& out, const Model& m) in make_model_dev_type()
292 static void make_model_precalc(std::ofstream& out, const Model& m) in make_model_precalc()
322 static void make_model_new_sdp(std::ofstream& out, const Model& m) in make_model_new_sdp()
480 void make_model_param_name(std::ofstream& out, const Model& m) in make_model_param_name()
623 void make_model_param_value(std::ofstream& out, const Model& m) in make_model_param_value()
678 static void make_model_is_valid(std::ofstream& out, const Model& m) in make_model_is_valid()
701 static void make_tr_eval(std::ofstream& out, const Model& m) in make_tr_eval()
[all …]
H A Dmg_out_dev.cc24 static void make_dev_dispatcher(std::ofstream& out, const Device& d) in make_dev_dispatcher()
41 static void make_dev_eval(std::ofstream& out, const Eval& e, in make_dev_eval()
70 static void make_dev_evals(std::ofstream& out, const Device& d) in make_dev_evals()
81 void make_dev_default_constructor(std::ofstream& out,const Device& d) in make_dev_default_constructor()
125 void make_dev_copy_constructor(std::ofstream& out, const Device& d) in make_dev_copy_constructor()
165 static void make_set_parameters(std::ofstream& out, const Element& e) in make_set_parameters()
289 static void make_dev_expand(std::ofstream& out, const Device& d) in make_dev_expand()
350 std::string out; in fix_expression() local
403 static void make_dev_probe(std::ofstream& out, const Device& d) in make_dev_probe()
438 static void make_dev_aux(std::ofstream& out, const Device& d) in make_dev_aux()
[all …]
/dports/cad/iverilog/verilog-11.0/
H A Dnet_nex_output.cc43 void NetAssign_::nex_output(NexusSet&out) in nex_output()
95 void NetBlock::nex_output(NexusSet&out) in nex_output()
106 void NetCase::nex_output(NexusSet&out) in nex_output()
118 void NetCondit::nex_output(NexusSet&out) in nex_output()
128 void NetDoWhile::nex_output(NexusSet&out) in nex_output()
137 void NetEvWait::nex_output(NexusSet&out) in nex_output()
142 void NetForever::nex_output(NexusSet&out) in nex_output()
147 void NetForLoop::nex_output(NexusSet&out) in nex_output()
156 void NetPDelay::nex_output(NexusSet&out) in nex_output()
161 void NetRepeat::nex_output(NexusSet&out) in nex_output()
[all …]
/dports/security/krb5/krb5-1.19.2/src/tests/
H A Dt_keytab.py29 out = realm.run([klist, '-k', '-i']) variable
48 out = realm.run([kadminl, 'ktadd', '-norandkey', realm.host_princ]) variable
51 out = realm.run([klist, '-k', '-e']) variable
59 out = realm.run_kadmin(['ktadd', '-norandkey', realm.host_princ]) variable
62 out = realm.run([klist, '-k', '-e']) variable
116 out = realm.run([klist, '-k'], expected_msg=msg) variable
125 out = realm.run([klist, '-k'], expected_msg=msg) variable
134 out = realm.run([klist, '-k'], expected_msg=msg) variable
147 out = realm.run([klist, '-k'], expected_code=1, expected_msg=msg) variable
149 out = realm.run([klist, '-ki'], expected_code=1, expected_msg=msg) variable
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dbfp-2.c12 float out; in sqebr() local
20 double out; in sqdbr() local
28 float out; in lnebr() local
36 double out; in lndbr() local
44 float out; in lpebr() local
52 double out; in lpdbr() local
60 float out; in lcebr() local
68 double out; in lcdbr() local
76 unsigned long out; in lder() local
86 unsigned long out; in lde() local
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dbfp-2.c12 float out; in sqebr() local
20 double out; in sqdbr() local
28 float out; in lnebr() local
36 double out; in lndbr() local
44 float out; in lpebr() local
52 double out; in lpdbr() local
60 float out; in lcebr() local
68 double out; in lcdbr() local
76 unsigned long out; in lder() local
86 unsigned long out; in lde() local
/dports/devel/R-cran-tinytest/tinytest/inst/tinytest/
H A Dtest_file.R26 out <- run_test_file("runs/test_envvar.R",verbose=0) globalVar
33 out <- run_test_file("runs/test_locale.R", verbose=0) globalVar
37 out <- run_test_file("runs/test_cwd.R", verbose=0) globalVar
42 out <- run_test_file("runs/test_envvar2.R", verbose=0, side_effects=TRUE) globalVar
46 out <- run_test_file("runs/test_cwd2.R", side_effects=list(pwd=FALSE), verbose=0) globalVar
50 out <- run_test_file("runs/test_exit.R", verbose=0) globalVar
59 out <- run_test_file("runs/test_set_env.R", set_env=list("wa_babalooba"="ba_la_bamboo"), verbose=0) globalVar
/dports/devel/php-ice37/ice-3.7.2/matlab/test/Ice/objects/
H A DLocalTests.m35 out = communicator.createOutputStream(encoding); variable
58 out = communicator.createOutputStream(encoding); variable
87 out = communicator.createOutputStream(encoding); variable
118 out = communicator.createOutputStream(encoding); variable
149 out = communicator.createOutputStream(encoding); variable
179 out = communicator.createOutputStream(encoding); variable
213 out = communicator.createOutputStream(encoding); variable
249 out = communicator.createOutputStream(encoding); variable
271 out = communicator.createOutputStream(encoding); variable
301 out = communicator.createOutputStream(encoding); variable
[all …]
/dports/devel/ice37/ice-3.7.2/matlab/test/Ice/objects/
H A DLocalTests.m35 out = communicator.createOutputStream(encoding); variable
58 out = communicator.createOutputStream(encoding); variable
87 out = communicator.createOutputStream(encoding); variable
118 out = communicator.createOutputStream(encoding); variable
149 out = communicator.createOutputStream(encoding); variable
179 out = communicator.createOutputStream(encoding); variable
213 out = communicator.createOutputStream(encoding); variable
249 out = communicator.createOutputStream(encoding); variable
271 out = communicator.createOutputStream(encoding); variable
301 out = communicator.createOutputStream(encoding); variable
[all …]
/dports/devel/py-ice37/ice-3.7.2/matlab/test/Ice/objects/
H A DLocalTests.m35 out = communicator.createOutputStream(encoding); variable
58 out = communicator.createOutputStream(encoding); variable
87 out = communicator.createOutputStream(encoding); variable
118 out = communicator.createOutputStream(encoding); variable
149 out = communicator.createOutputStream(encoding); variable
179 out = communicator.createOutputStream(encoding); variable
213 out = communicator.createOutputStream(encoding); variable
249 out = communicator.createOutputStream(encoding); variable
271 out = communicator.createOutputStream(encoding); variable
301 out = communicator.createOutputStream(encoding); variable
[all …]
/dports/devel/R-cran-tidyr/tidyr/tests/testthat/
H A Dtest-nest-legacy.R5 out <- nest_legacy(df, y) globalVar
13 out <- nest_legacy(df, y) globalVar
35 out <- df %>% nest_legacy(y) globalVar
47 out <- nest_legacy(df, x, y) globalVar
54 out <- nest_legacy(df, y) globalVar
63 out <- nest_legacy(df, y) globalVar
70 out <- nest_legacy(df, x) globalVar
76 out <- nest_legacy(df, x, y) globalVar
89 out <- nest_legacy(df) globalVar
107 out <- unnest_legacy(df) globalVar
[all …]
/dports/devel/py-tables/tables-3.6.1/c-blosc/blosc/
H A Dfastcopy.c26 static BLOSC_INLINE unsigned char *copy_1_bytes(unsigned char *out, const unsigned char *from) { in copy_1_bytes()
31 static BLOSC_INLINE unsigned char *copy_2_bytes(unsigned char *out, const unsigned char *from) { in copy_2_bytes()
42 static BLOSC_INLINE unsigned char *copy_3_bytes(unsigned char *out, const unsigned char *from) { in copy_3_bytes()
47 static BLOSC_INLINE unsigned char *copy_4_bytes(unsigned char *out, const unsigned char *from) { in copy_4_bytes()
58 static BLOSC_INLINE unsigned char *copy_5_bytes(unsigned char *out, const unsigned char *from) { in copy_5_bytes()
63 static BLOSC_INLINE unsigned char *copy_6_bytes(unsigned char *out, const unsigned char *from) { in copy_6_bytes()
68 static BLOSC_INLINE unsigned char *copy_7_bytes(unsigned char *out, const unsigned char *from) { in copy_7_bytes()
73 static BLOSC_INLINE unsigned char *copy_8_bytes(unsigned char *out, const unsigned char *from) { in copy_8_bytes()
85 static BLOSC_INLINE unsigned char *copy_16_bytes(unsigned char *out, const unsigned char *from) { in copy_16_bytes()
105 static BLOSC_INLINE unsigned char *copy_32_bytes(unsigned char *out, const unsigned char *from) { in copy_32_bytes()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/gdb/unittests/
H A Dtest_gdbprinters.cpp86 auto out = waitForPrompt(); in execute() local
116 QByteArray out = gdb.execute("print ba"); in testQByteArray() local
281 QByteArray out = gdb.execute("print m"); in testQMapInt() local
296 QByteArray out = gdb.execute("print m"); in testQMapString() local
311 QByteArray out = gdb.execute("print m"); in testQMapStringBool() local
327 QByteArray out = gdb.execute("print d"); in testQDate() local
336 QByteArray out = gdb.execute("print t"); in testQTime() local
355 QByteArray out = gdb.execute("print u"); in testQUrl() local
370 QByteArray out = gdb.execute("print h"); in testQHashInt() local
385 QByteArray out = gdb.execute("print h"); in testQHashString() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/http2/decoder/
H A Ddecode_http2_structures.cc17 void DoDecode(Http2FrameHeader* out, DecodeBuffer* b) { in DoDecode()
29 void DoDecode(Http2PriorityFields* out, DecodeBuffer* b) { in DoDecode()
47 void DoDecode(Http2RstStreamFields* out, DecodeBuffer* b) { in DoDecode()
56 void DoDecode(Http2SettingFields* out, DecodeBuffer* b) { in DoDecode()
66 void DoDecode(Http2PushPromiseFields* out, DecodeBuffer* b) { in DoDecode()
75 void DoDecode(Http2PingFields* out, DecodeBuffer* b) { in DoDecode()
85 void DoDecode(Http2GoAwayFields* out, DecodeBuffer* b) { in DoDecode()
95 void DoDecode(Http2WindowUpdateFields* out, DecodeBuffer* b) { in DoDecode()
104 void DoDecode(Http2AltSvcFields* out, DecodeBuffer* b) { in DoDecode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/http2/decoder/
H A Ddecode_http2_structures.cc18 void DoDecode(Http2FrameHeader* out, DecodeBuffer* b) { in DoDecode()
30 void DoDecode(Http2PriorityFields* out, DecodeBuffer* b) { in DoDecode()
48 void DoDecode(Http2RstStreamFields* out, DecodeBuffer* b) { in DoDecode()
57 void DoDecode(Http2SettingFields* out, DecodeBuffer* b) { in DoDecode()
67 void DoDecode(Http2PushPromiseFields* out, DecodeBuffer* b) { in DoDecode()
76 void DoDecode(Http2PingFields* out, DecodeBuffer* b) { in DoDecode()
86 void DoDecode(Http2GoAwayFields* out, DecodeBuffer* b) { in DoDecode()
96 void DoDecode(Http2WindowUpdateFields* out, DecodeBuffer* b) { in DoDecode()
105 void DoDecode(Http2AltSvcFields* out, DecodeBuffer* b) { in DoDecode()
/dports/archivers/c-blosc/c-blosc-1.21.0/blosc/
H A Dfastcopy.c31 static inline unsigned char *copy_1_bytes(unsigned char *out, const unsigned char *from) { in copy_1_bytes()
36 static inline unsigned char *copy_2_bytes(unsigned char *out, const unsigned char *from) { in copy_2_bytes()
47 static inline unsigned char *copy_3_bytes(unsigned char *out, const unsigned char *from) { in copy_3_bytes()
52 static inline unsigned char *copy_4_bytes(unsigned char *out, const unsigned char *from) { in copy_4_bytes()
63 static inline unsigned char *copy_5_bytes(unsigned char *out, const unsigned char *from) { in copy_5_bytes()
68 static inline unsigned char *copy_6_bytes(unsigned char *out, const unsigned char *from) { in copy_6_bytes()
73 static inline unsigned char *copy_7_bytes(unsigned char *out, const unsigned char *from) { in copy_7_bytes()
78 static inline unsigned char *copy_8_bytes(unsigned char *out, const unsigned char *from) { in copy_8_bytes()
90 static inline unsigned char *copy_16_bytes(unsigned char *out, const unsigned char *from) { in copy_16_bytes()
110 static inline unsigned char *copy_32_bytes(unsigned char *out, const unsigned char *from) { in copy_32_bytes()
[all …]
/dports/archivers/c-blosc2/c-blosc2-2.0.4/blosc/
H A Dfastcopy.c32 static inline unsigned char *copy_1_bytes(unsigned char *out, const unsigned char *from) { in copy_1_bytes()
37 static inline unsigned char *copy_2_bytes(unsigned char *out, const unsigned char *from) { in copy_2_bytes()
48 static inline unsigned char *copy_3_bytes(unsigned char *out, const unsigned char *from) { in copy_3_bytes()
53 static inline unsigned char *copy_4_bytes(unsigned char *out, const unsigned char *from) { in copy_4_bytes()
64 static inline unsigned char *copy_5_bytes(unsigned char *out, const unsigned char *from) { in copy_5_bytes()
69 static inline unsigned char *copy_6_bytes(unsigned char *out, const unsigned char *from) { in copy_6_bytes()
74 static inline unsigned char *copy_7_bytes(unsigned char *out, const unsigned char *from) { in copy_7_bytes()
79 static inline unsigned char *copy_8_bytes(unsigned char *out, const unsigned char *from) { in copy_8_bytes()
91 static inline unsigned char *copy_16_bytes(unsigned char *out, const unsigned char *from) { in copy_16_bytes()
111 static inline unsigned char *copy_32_bytes(unsigned char *out, const unsigned char *from) { in copy_32_bytes()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
H A Dstream_insert.pass.cpp26 std::ostringstream out; in main() local
33 std::ostringstream out; in main() local
41 std::wostringstream out; in main() local
48 std::wostringstream out; in main() local
58 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main() local
66 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main() local
75 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main() local
83 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
H A Dstream_insert.pass.cpp26 std::ostringstream out; in main() local
33 std::ostringstream out; in main() local
41 std::wostringstream out; in main() local
48 std::wostringstream out; in main() local
58 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main() local
66 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main() local
75 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main() local
83 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main() local

1...<<11121314151617181920>>...2638