Home
last modified time | relevance | path

Searched refs:copy2 (Results 1 – 25 of 2213) sorted by relevance

12345678910>>...89

/dports/net/pjsip/pjproject-2.11.1/pjlib/include/pj/
H A Dstring_i.h177 copy2.slen = len; in pj_strncmp()
178 str2 = &copy2; in pj_strncmp()
187 pj_str_t copy2; in pj_strncmp2() local
193 copy2.slen = 0; in pj_strncmp2()
207 copy2.ptr = NULL; in pj_strcmp2()
208 copy2.slen = 0; in pj_strcmp2()
311 copy2.ptr = NULL; in pj_stricmp2()
312 copy2.slen = 0; in pj_stricmp2()
331 copy2.slen = len; in pj_strnicmp()
332 str2 = &copy2; in pj_strnicmp()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/ssl/test/
H A DOpenSSLHashTest.cpp61 copy2.hash_final(range(actual2)); in TEST_F()
100 copy2.hash_init(EVP_sha256()); in TEST_F()
102 copy2.hash_final(range(actual2)); in TEST_F()
123 copy2.hash_final(range(actual2)); in TEST_F()
161 copy2.hash_init(EVP_sha256()); in TEST_F()
265 OpenSSLHash::Hmac copy2 = hmac; in TEST_F() local
376 OpenSSLHash::Hmac copy2 = hmac; in TEST_F() local
384 copy2.hash_update({data}); in TEST_F()
415 copy2.hash_update({data}); in TEST_F()
435 copy2.hash_update({data2}); in TEST_F()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/java/src/test/java/com/facebook/thrift/
H A DStructTest.java157 copy2.setL(321L); in testStructAllTypeEquality()
161 copy2.unsetL(); in testStructAllTypeEquality()
162 assertThat(copy, equalTo(copy2)); in testStructAllTypeEquality()
165 copy2 = orig.deepCopy(); in testStructAllTypeEquality()
167 copy2.setMyEnum(SmallEnum.GREEN); in testStructAllTypeEquality()
173 copy2.setMyEnum(null); in testStructAllTypeEquality()
174 assertThat(copy, equalTo(copy2)); in testStructAllTypeEquality()
177 copy2.setMyEnum(SmallEnum.GREEN); in testStructAllTypeEquality()
179 copy2.unsetMyEnum(); in testStructAllTypeEquality()
184 copy2 = orig.deepCopy(); in testStructAllTypeEquality()
[all …]
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_stream/aes128ctr/portable/
H A Dcommon.h468 copy2(&t, &b);\
609 copy2(&t0, &y0);\
619 copy2(&t0, &y0);\
631 copy2(&t1, &t0);\
646 copy2(&t0, &x0);\
647 copy2(&t1, &x1);\
662 copy2(&t0, &x0);\
663 copy2(&t1, &x1);\
677 copy2(&t0, &x4);\
678 copy2(&t1, &x5);\
[all …]
/dports/net/megacmd/MEGAcmd-1.4.1_Win/tests/
H A Dmegacmd_get_test.py205 shutil.copy2('origin/cloud01/fileatcloud01.txt','localDls/')
210 shutil.copy2('origin/bin01/fileatbin01.txt','localDls/')
215 shutil.copy2('origin/bin01/fileatbin01.txt','localDls/')
220 shutil.copy2('origin/foreign/fileatforeign.txt','localDls/')
225 shutil.copy2('origin/foreign/fileatforeign.txt','localDls/')
273 shutil.copy2('origin/cloud02/fileatcloud02.txt','localDls/')
340 shutil.copy2('origin/cloud01/fileatcloud01.txt','localDls/')
363 shutil.copy2('origin/cloud01/fileatcloud01.txt','localDls/')
370 shutil.copy2('origin/cloud01/fileatcloud01.txt','localDls/')
379 shutil.copy2('origin/cloud01/fileatcloud01.txt','localDls/')
[all …]
/dports/math/abella/abella-2.0.7/examples/misc/
H A Dcopy.thm14 ctxs (copy X Y :: L1) (copy2 X Y :: L2) := ctxs L1 L2.
27 ctxs L1 L2 -> member F L2 -> exists X Y, F = copy2 X Y.
34 %% copy implies copy2
36 % show that copy2 could descend under abstractions like copy
40 {L, copy2 z z |- copy2 (M z) (N z)} ->
41 nabla x y, {L, copy2 x y |- copy2 (M x) (N y)}.
50 ctxs L K -> member (copy X Y) L -> member (copy2 X Y) K.
59 ctxs L K -> {L |- copy M N} -> {K |- copy2 M N}.
66 %% copy2 implies copy
76 ctxs L K -> member (copy2 X Y) K -> member (copy X Y) L.
[all …]
H A Dcopy.mod6 copy2 (app N M) (app P Q) :- copy2 N P, copy2 M Q.
7 copy2 (abs R) (abs S) :- pi x\ pi y\ copy2 x y => copy2 (R x) (S y).
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/mediaelement/src/
H A DBuilder.py137 shutil.copy2('css/controls.png','../build/controls.png')
138 shutil.copy2('css/controls.svg','../build/controls.svg')
139 shutil.copy2('css/bigplay.png','../build/bigplay.png')
140 shutil.copy2('css/bigplay.svg','../build/bigplay.svg')
141 shutil.copy2('css/loading.gif','../build/loading.gif')
143 shutil.copy2('css/mejs-skins.css','../build/mejs-skins.css')
144 shutil.copy2('css/controls-ted.png','../build/controls-ted.png')
145 shutil.copy2('css/controls-wmp.png','../build/controls-wmp.png')
146 shutil.copy2('css/controls-wmp-bg.png','../build/controls-wmp-bg.png')
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dprelegalizercombiner-simplify-add.mir13 ; CHECK: %copy2:_(s64) = COPY $x1
14 ; CHECK: %add:_(s64) = G_SUB %copy2, %copy1
18 %copy2:_(s64) = COPY $x1
21 %add:_(s64) = G_ADD %sub, %copy2
36 ; CHECK: %copy2:_(s64) = COPY $x1
37 ; CHECK: %add:_(s64) = G_SUB %copy1, %copy2
41 %copy2:_(s64) = COPY $x1
43 %sub:_(s64) = G_SUB %zero, %copy2
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dprelegalizercombiner-simplify-add.mir13 ; CHECK: %copy2:_(s64) = COPY $x1
14 ; CHECK: %add:_(s64) = G_SUB %copy2, %copy1
18 %copy2:_(s64) = COPY $x1
21 %add:_(s64) = G_ADD %sub, %copy2
36 ; CHECK: %copy2:_(s64) = COPY $x1
37 ; CHECK: %add:_(s64) = G_SUB %copy1, %copy2
41 %copy2:_(s64) = COPY $x1
43 %sub:_(s64) = G_SUB %zero, %copy2
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dprelegalizercombiner-simplify-add.mir13 ; CHECK: %copy2:_(s64) = COPY $x1
14 ; CHECK: %add:_(s64) = G_SUB %copy2, %copy1
18 %copy2:_(s64) = COPY $x1
21 %add:_(s64) = G_ADD %sub, %copy2
36 ; CHECK: %copy2:_(s64) = COPY $x1
37 ; CHECK: %add:_(s64) = G_SUB %copy1, %copy2
41 %copy2:_(s64) = COPY $x1
43 %sub:_(s64) = G_SUB %zero, %copy2
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dprelegalizercombiner-simplify-add.mir13 ; CHECK: %copy2:_(s64) = COPY $x1
14 ; CHECK: %add:_(s64) = G_SUB %copy2, %copy1
18 %copy2:_(s64) = COPY $x1
21 %add:_(s64) = G_ADD %sub, %copy2
36 ; CHECK: %copy2:_(s64) = COPY $x1
37 ; CHECK: %add:_(s64) = G_SUB %copy1, %copy2
41 %copy2:_(s64) = COPY $x1
43 %sub:_(s64) = G_SUB %zero, %copy2
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/AArch64/GlobalISel/
H A Dprelegalizercombiner-simplify-add.mir13 ; CHECK: %copy2:_(s64) = COPY $x1
14 ; CHECK: %add:_(s64) = G_SUB %copy2, %copy1
18 %copy2:_(s64) = COPY $x1
21 %add:_(s64) = G_ADD %sub, %copy2
36 ; CHECK: %copy2:_(s64) = COPY $x1
37 ; CHECK: %add:_(s64) = G_SUB %copy1, %copy2
41 %copy2:_(s64) = COPY $x1
43 %sub:_(s64) = G_SUB %zero, %copy2
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dprelegalizercombiner-simplify-add.mir13 ; CHECK: %copy2:_(s64) = COPY $x1
14 ; CHECK: %add:_(s64) = G_SUB %copy2, %copy1
18 %copy2:_(s64) = COPY $x1
21 %add:_(s64) = G_ADD %sub, %copy2
36 ; CHECK: %copy2:_(s64) = COPY $x1
37 ; CHECK: %add:_(s64) = G_SUB %copy1, %copy2
41 %copy2:_(s64) = COPY $x1
43 %sub:_(s64) = G_SUB %zero, %copy2
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dprelegalizercombiner-simplify-add.mir13 ; CHECK: %copy2:_(s64) = COPY $x1
14 ; CHECK: %add:_(s64) = G_SUB %copy2, %copy1
18 %copy2:_(s64) = COPY $x1
21 %add:_(s64) = G_ADD %sub, %copy2
36 ; CHECK: %copy2:_(s64) = COPY $x1
37 ; CHECK: %add:_(s64) = G_SUB %copy1, %copy2
41 %copy2:_(s64) = COPY $x1
43 %sub:_(s64) = G_SUB %zero, %copy2
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dprelegalizercombiner-simplify-add.mir13 ; CHECK: %copy2:_(s64) = COPY $x1
14 ; CHECK: %add:_(s64) = G_SUB %copy2, %copy1
18 %copy2:_(s64) = COPY $x1
21 %add:_(s64) = G_ADD %sub, %copy2
36 ; CHECK: %copy2:_(s64) = COPY $x1
37 ; CHECK: %add:_(s64) = G_SUB %copy1, %copy2
41 %copy2:_(s64) = COPY $x1
43 %sub:_(s64) = G_SUB %zero, %copy2
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dprelegalizercombiner-simplify-add.mir13 ; CHECK: %copy2:_(s64) = COPY $x1
14 ; CHECK: %add:_(s64) = G_SUB %copy2, %copy1
18 %copy2:_(s64) = COPY $x1
21 %add:_(s64) = G_ADD %sub, %copy2
36 ; CHECK: %copy2:_(s64) = COPY $x1
37 ; CHECK: %add:_(s64) = G_SUB %copy1, %copy2
41 %copy2:_(s64) = COPY $x1
43 %sub:_(s64) = G_SUB %zero, %copy2
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dprelegalizercombiner-simplify-add.mir13 ; CHECK: %copy2:_(s64) = COPY $x1
14 ; CHECK: %add:_(s64) = G_SUB %copy2, %copy1
18 %copy2:_(s64) = COPY $x1
21 %add:_(s64) = G_ADD %sub, %copy2
36 ; CHECK: %copy2:_(s64) = COPY $x1
37 ; CHECK: %add:_(s64) = G_SUB %copy1, %copy2
41 %copy2:_(s64) = COPY $x1
43 %sub:_(s64) = G_SUB %zero, %copy2
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AArch64/GlobalISel/
H A Dprelegalizercombiner-simplify-add.mir13 ; CHECK: %copy2:_(s64) = COPY $x1
14 ; CHECK: %add:_(s64) = G_SUB %copy2, %copy1
18 %copy2:_(s64) = COPY $x1
21 %add:_(s64) = G_ADD %sub, %copy2
36 ; CHECK: %copy2:_(s64) = COPY $x1
37 ; CHECK: %add:_(s64) = G_SUB %copy1, %copy2
41 %copy2:_(s64) = COPY $x1
43 %sub:_(s64) = G_SUB %zero, %copy2
/dports/net/kf5-kdav/kdav-5.89.0/autotests/
H A Ddavcollectiontest.cpp87 KDAV::DavCollection copy2; in copyTest() local
88 copy2 = davCollection; in copyTest()
90 QCOMPARE(copy2.url().protocol(), davCollection.url().protocol()); in copyTest()
91 QCOMPARE(copy2.url().url(), davCollection.url().url()); in copyTest()
92 QCOMPARE(copy2.CTag(), davCollection.CTag()); in copyTest()
93 QCOMPARE(copy2.displayName(), davCollection.displayName()); in copyTest()
94 QCOMPARE(copy2.color(), davCollection.color()); in copyTest()
95 QCOMPARE(copy2.contentTypes(), davCollection.contentTypes()); in copyTest()
96 QCOMPARE(copy2.privileges(), davCollection.privileges()); in copyTest()
/dports/devel/p5-Alien-Build/Alien-Build-2.45/corpus/cmake-libpalindrome/libpalindrome/
H A Dpalindrome.c32 char *copy2; in is_palindrome() local
39 copy2 = malloc(len+1); in is_palindrome()
42 copy_reverse(copy2, copy1); in is_palindrome()
44 ret = strncmp(copy1, copy2, len) == 0; in is_palindrome()
47 free(copy2); in is_palindrome()
/dports/net/shadowsocks-libev/shadowsocks-libev-3.3.5/libcork/tests/
H A Dtest-slice.c58 struct cork_slice copy2; in START_TEST() local
88 fail_if_error(cork_slice_copy(&copy2, &slice, 0, 4)); in START_TEST()
91 fail_unless(slice.buf == copy2.buf, "Unexpected slice buffer"); in START_TEST()
92 fail_unless(copy1.buf == copy2.buf, "Unexpected slice buffer"); in START_TEST()
93 fail_unless(cork_slice_equal(&slice, &copy2), "Slices should be equal"); in START_TEST()
94 fail_unless(cork_slice_equal(&copy1, &copy2), "Slices should be equal"); in START_TEST()
101 cork_slice_finish(&copy2); in START_TEST()
/dports/sysutils/lizardfs/lizardfs-3.12.0/tests/test_suites/ShortSystemTests/
H A Dtest_acl_behavior.sh81 cp -a file copy2 # Create copy2 with ACL and remove all entries one by one
82 setfacl -x user:nobody copy2
83 setfacl -x group:adm copy2
84 chmod 700 copy2 # Only mask:: left now; test chmod on extended ACL
85 chmod 666 copy2
86 chmod 750 copy2
87 setfacl -x mask copy2 # The last entry is removed
88 chmod 444 copy2 # Test if chmod properly influences minimal ACL now
89 chmod 750 copy2
/dports/deskutils/calibre/calibre-src-5.34.0/imgsrc/
H A Drender-logo.py29 shutil.copy2(j(resources, 'content-server', 'calibre.png'), j(resources, 'content_server', 'calibre…
30 shutil.copy2(j(resources, 'images', 'lt.png'), j(srv, 'common', 'favicon.png'))
31 shutil.copy2(j(resources, 'images', 'lt.png'), j(srv, 'common', 'favicon.png'))
34 shutil.copy2(j(icons, 'library.ico'), j(srv, 'common', 'favicon.ico'))
35 shutil.copy2(j(icons, 'library.ico'), j(srv, 'main/static/resources/img', 'favicon.ico'))
36 shutil.copy2(j(icons, 'library.ico'), j(srv, 'open-books/drmfree/static/img', 'favicon.ico'))
/dports/math/e-antic/flint2-ae7ec89/fmpz_poly/
H A Dmullow_karatsuba_n.c105 fmpz *copy1, *copy2; in fmpz_poly_mullow_karatsuba_n() local
129 copy2 = poly2->coeffs; in fmpz_poly_mullow_karatsuba_n()
132 copy2 = (fmpz *) flint_malloc(n * sizeof(fmpz)); in fmpz_poly_mullow_karatsuba_n()
134 copy2[i] = poly2->coeffs[i]; in fmpz_poly_mullow_karatsuba_n()
135 flint_mpn_zero((mp_ptr) copy2 + len2, n - len2); in fmpz_poly_mullow_karatsuba_n()
142 _fmpz_poly_mullow_karatsuba_n(res->coeffs, copy1, copy2, n); in fmpz_poly_mullow_karatsuba_n()
148 _fmpz_poly_mullow_karatsuba_n(t->coeffs, copy1, copy2, n); in fmpz_poly_mullow_karatsuba_n()
158 flint_free(copy2); in fmpz_poly_mullow_karatsuba_n()

12345678910>>...89