Home
last modified time | relevance | path

Searched refs:pa1 (Results 1 – 25 of 1993) sorted by relevance

12345678910>>...80

/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/freebl/mpi/
H A Dmpmontg.c428 ptmp = pa1; \
429 pa1 = pa2; \
444 mp_int *pa1, *pa2, *ptmp; in mp_exptmod_i() local
478 pa1 = &accum1; in mp_exptmod_i()
488 SQR(pa1, pa2); in mp_exptmod_i()
650 mp_exch(pa1, result); in mp_exptmod_i()
812 ptmp = pa1; \
813 pa1 = pa2; \
829 mp_int *pa1, *pa2, *ptmp; in mp_exptmod_safe_i() local
943 pa1 = &accum1; in mp_exptmod_safe_i()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/mpi/
H A Dmpmontg.c432 ptmp = pa1; \
433 pa1 = pa2; \
448 mp_int *pa1, *pa2, *ptmp; in mp_exptmod_i() local
482 pa1 = &accum1; in mp_exptmod_i()
492 SQR(pa1, pa2); in mp_exptmod_i()
654 mp_exch(pa1, result); in mp_exptmod_i()
816 ptmp = pa1; \
817 pa1 = pa2; \
833 mp_int *pa1, *pa2, *ptmp; in mp_exptmod_safe_i() local
947 pa1 = &accum1; in mp_exptmod_safe_i()
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/lib/freebl/mpi/
H A Dmpmontg.c432 ptmp = pa1; \
433 pa1 = pa2; \
448 mp_int *pa1, *pa2, *ptmp; in mp_exptmod_i() local
482 pa1 = &accum1; in mp_exptmod_i()
492 SQR(pa1, pa2); in mp_exptmod_i()
654 mp_exch(pa1, result); in mp_exptmod_i()
816 ptmp = pa1; \
817 pa1 = pa2; \
833 mp_int *pa1, *pa2, *ptmp; in mp_exptmod_safe_i() local
947 pa1 = &accum1; in mp_exptmod_safe_i()
[all …]
/dports/www/firefox/firefox-99.0/security/nss/lib/freebl/mpi/
H A Dmpmontg.c432 ptmp = pa1; \
433 pa1 = pa2; \
448 mp_int *pa1, *pa2, *ptmp; in mp_exptmod_i() local
482 pa1 = &accum1; in mp_exptmod_i()
492 SQR(pa1, pa2); in mp_exptmod_i()
654 mp_exch(pa1, result); in mp_exptmod_i()
816 ptmp = pa1; \
817 pa1 = pa2; \
833 mp_int *pa1, *pa2, *ptmp; in mp_exptmod_safe_i() local
947 pa1 = &accum1; in mp_exptmod_safe_i()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/freebl/mpi/
H A Dmpmontg.c432 ptmp = pa1; \
433 pa1 = pa2; \
448 mp_int *pa1, *pa2, *ptmp; in mp_exptmod_i() local
482 pa1 = &accum1; in mp_exptmod_i()
492 SQR(pa1, pa2); in mp_exptmod_i()
654 mp_exch(pa1, result); in mp_exptmod_i()
816 ptmp = pa1; \
817 pa1 = pa2; \
833 mp_int *pa1, *pa2, *ptmp; in mp_exptmod_safe_i() local
947 pa1 = &accum1; in mp_exptmod_safe_i()
[all …]
/dports/security/nss/nss-3.76.1/nss/lib/freebl/mpi/
H A Dmpmontg.c432 ptmp = pa1; \
433 pa1 = pa2; \
448 mp_int *pa1, *pa2, *ptmp; in mp_exptmod_i() local
482 pa1 = &accum1; in mp_exptmod_i()
492 SQR(pa1, pa2); in mp_exptmod_i()
654 mp_exch(pa1, result); in mp_exptmod_i()
816 ptmp = pa1; \
817 pa1 = pa2; \
833 mp_int *pa1, *pa2, *ptmp; in mp_exptmod_safe_i() local
947 pa1 = &accum1; in mp_exptmod_safe_i()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/freebl/mpi/
H A Dmpmontg.c432 ptmp = pa1; \
433 pa1 = pa2; \
448 mp_int *pa1, *pa2, *ptmp; in mp_exptmod_i() local
482 pa1 = &accum1; in mp_exptmod_i()
492 SQR(pa1, pa2); in mp_exptmod_i()
654 mp_exch(pa1, result); in mp_exptmod_i()
816 ptmp = pa1; \
817 pa1 = pa2; \
833 mp_int *pa1, *pa2, *ptmp; in mp_exptmod_safe_i() local
947 pa1 = &accum1; in mp_exptmod_safe_i()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/freebl/mpi/
H A Dmpmontg.c432 ptmp = pa1; \
433 pa1 = pa2; \
448 mp_int *pa1, *pa2, *ptmp; in mp_exptmod_i() local
482 pa1 = &accum1; in mp_exptmod_i()
492 SQR(pa1, pa2); in mp_exptmod_i()
654 mp_exch(pa1, result); in mp_exptmod_i()
816 ptmp = pa1; \
817 pa1 = pa2; \
833 mp_int *pa1, *pa2, *ptmp; in mp_exptmod_safe_i() local
947 pa1 = &accum1; in mp_exptmod_safe_i()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtobject1.pp24 pa1, pa2 : parrayobj;
74 new(pa1,init(false));
75 writeln('After successful new(pa1,init)');
78 writeln('pa1 = ',ptrint(pa1),' pa2 = ',ptrint(pa2));
79 writeln('Call to pa1^.test after successful init');
80 pa1^.test;
81 dispose(pa1,done);
82 writeln('After release of pa1');
84 pa1:=new(pbigarrayobj,good_init);
88 writeln('pa1 = ',ptrint(pa1),' pa2 = ',ptrint(pa2));
[all …]
/dports/math/barvinok/barvinok-0.41.5/pet/
H A Daff.c247 if (!pa1 || !pa2) in pet_comparison()
252 isl_pw_aff_free(pa1); in pet_comparison()
262 cond = isl_pw_aff_lt_set(pa1, pa2); in pet_comparison()
265 cond = isl_pw_aff_le_set(pa1, pa2); in pet_comparison()
268 cond = isl_pw_aff_gt_set(pa1, pa2); in pet_comparison()
282 isl_pw_aff_free(pa1); in pet_comparison()
291 isl_pw_aff_free(pa1); in pet_comparison()
326 return pw_aff_and_then(pa1, pa2); in pet_boolean()
328 return pw_aff_or_else(pa1, pa2); in pet_boolean()
330 ctx = isl_pw_aff_get_ctx(pa1); in pet_boolean()
[all …]
/dports/biology/bowtie/bowtie-1.3.1/
H A Debwt_search_util.h93 assert_neq(0xffff, pa1.entry.pos0); in sameHalfPartialAlignment()
97 if(pa1.entry.pos0 == pa2.entry.pos0) { in sameHalfPartialAlignment()
99 } else if(pa1.entry.pos0 == pa2.entry.pos1) { in sameHalfPartialAlignment()
101 } else if(pa1.entry.pos0 == pa2.entry.pos2) { in sameHalfPartialAlignment()
106 if(pa1.entry.pos1 != 0xffff) { in sameHalfPartialAlignment()
107 if (pa1.entry.pos1 == pa2.entry.pos0) { in sameHalfPartialAlignment()
109 } else if(pa1.entry.pos1 == pa2.entry.pos1) { in sameHalfPartialAlignment()
111 } else if(pa1.entry.pos1 == pa2.entry.pos2) { in sameHalfPartialAlignment()
117 if(pa1.entry.pos2 != 0xffff) { in sameHalfPartialAlignment()
118 if (pa1.entry.pos2 == pa2.entry.pos0) { in sameHalfPartialAlignment()
[all …]
/dports/devel/upp/upp/uppsrc/RichText/
H A DTextData.cpp84 pa1 <<= pa; in Remove()
86 pa1.Mid(pos2); in Remove()
87 pa.Append(pa1); in Remove()
117 pa1.Mid(pos); in Insert()
123 pa1.Trim(pos); in Insert()
245 pa1 <<= pa; in ApplyFormatInfo()
250 pa1.Mid(pos); in ApplyFormatInfo()
264 pa1 <<= pa; in ApplyFormatInfo()
266 pa1.Mid(pos); in ApplyFormatInfo()
278 pa1 <<= pa; in ApplyFormatInfo()
[all …]
/dports/finance/py-pycoin/pycoin-0.91.20210515/tests/
H A Dmessage_test.py51 pa1 = from_bin(PeerAddress, pa_bytes)
52 self.assertEqual(pa, pa1)
55 self.assertTrue(pa1 > pa2)
56 self.assertTrue(pa1 >= pa2)
57 self.assertTrue(pa2 < pa1)
58 self.assertTrue(pa2 <= pa1)
59 self.assertNotEqual(pa2, pa1)
60 self.assertNotEqual(pa1, pa2)
61 self.assertEqual(pa1.host(), "192.168.1.99")
62 self.assertEqual(repr(pa1), "192.168.1.99/8333")
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/vcl/tests/
H A Dtest_memory.cxx37 std::unique_ptr<A> pa1(new A()); in test_memory_main() local
42 A* ptr = get_A(*pa1); in test_memory_main()
43 ASSERT(ptr == pa1.get(), in test_memory_main()
45 ptr = pa1->self(); in test_memory_main()
46 ASSERT(ptr == pa1.get(), in test_memory_main()
62 pa1 = std::move(pa3); in test_memory_main()
64 ASSERT(pa1.get(), in test_memory_main()
/dports/misc/vxl/vxl-3.3.2/vcl/tests/
H A Dtest_memory.cxx37 std::unique_ptr<A> pa1(new A()); in test_memory_main() local
42 A* ptr = get_A(*pa1); in test_memory_main()
43 ASSERT(ptr == pa1.get(), in test_memory_main()
45 ptr = pa1->self(); in test_memory_main()
46 ASSERT(ptr == pa1.get(), in test_memory_main()
62 pa1 = std::move(pa3); in test_memory_main()
64 ASSERT(pa1.get(), in test_memory_main()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A DWsizeof-pointer-memaccess1.c24 struct A a, *pa1 = &a; in f1() local
29 …bzero (pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination; d… in f1()
39 …bcopy (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination… in f1()
49 …bcopy (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the source; did… in f1()
59 …z += bcmp (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the first so… in f1()
68 …z += bcmp (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the second s… in f1()
94 bzero (pa1, sizeof (*pa1)); in f1()
112 bcopy (x, pa1, sizeof (*pa1)); in f1()
130 bcopy (pa1, x, sizeof (*pa1)); in f1()
148 z += bcmp (pa1, x, sizeof (*pa1)); in f1()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A DWsizeof-pointer-memaccess1.c24 struct A a, *pa1 = &a; in f1() local
29 …bzero (pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination; d… in f1()
39 …bcopy (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination… in f1()
49 …bcopy (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the source; did… in f1()
59 …z += bcmp (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the first so… in f1()
68 …z += bcmp (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the second s… in f1()
94 bzero (pa1, sizeof (*pa1)); in f1()
112 bcopy (x, pa1, sizeof (*pa1)); in f1()
130 bcopy (pa1, x, sizeof (*pa1)); in f1()
148 z += bcmp (pa1, x, sizeof (*pa1)); in f1()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A DWsizeof-pointer-memaccess1.c24 struct A a, *pa1 = &a; in f1() local
29 …bzero (pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination; d… in f1()
39 …bcopy (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination… in f1()
49 …bcopy (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the source; did… in f1()
59 …z += bcmp (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the first so… in f1()
68 …z += bcmp (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the second s… in f1()
94 bzero (pa1, sizeof (*pa1)); in f1()
112 bcopy (x, pa1, sizeof (*pa1)); in f1()
130 bcopy (pa1, x, sizeof (*pa1)); in f1()
148 z += bcmp (pa1, x, sizeof (*pa1)); in f1()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWsizeof-pointer-memaccess1.c24 struct A a, *pa1 = &a; in f1() local
29 …bzero (pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination; d… in f1()
39 …bcopy (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination… in f1()
49 …bcopy (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the source; did… in f1()
59 …z += bcmp (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the first so… in f1()
68 …z += bcmp (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the second s… in f1()
94 bzero (pa1, sizeof (*pa1)); in f1()
112 bcopy (x, pa1, sizeof (*pa1)); in f1()
130 bcopy (pa1, x, sizeof (*pa1)); in f1()
148 z += bcmp (pa1, x, sizeof (*pa1)); in f1()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A DWsizeof-pointer-memaccess1.c24 struct A a, *pa1 = &a; in f1() local
29 …bzero (pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination; d… in f1()
39 …bcopy (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination… in f1()
49 …bcopy (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the source; did… in f1()
59 …z += bcmp (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the first so… in f1()
68 …z += bcmp (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the second s… in f1()
94 bzero (pa1, sizeof (*pa1)); in f1()
112 bcopy (x, pa1, sizeof (*pa1)); in f1()
130 bcopy (pa1, x, sizeof (*pa1)); in f1()
148 z += bcmp (pa1, x, sizeof (*pa1)); in f1()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A DWsizeof-pointer-memaccess1.c24 struct A a, *pa1 = &a; in f1() local
29 …bzero (pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination; d… in f1()
39 …bcopy (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination… in f1()
49 …bcopy (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the source; did… in f1()
59 …z += bcmp (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the first so… in f1()
68 …z += bcmp (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the second s… in f1()
94 bzero (pa1, sizeof (*pa1)); in f1()
112 bcopy (x, pa1, sizeof (*pa1)); in f1()
130 bcopy (pa1, x, sizeof (*pa1)); in f1()
148 z += bcmp (pa1, x, sizeof (*pa1)); in f1()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A DWsizeof-pointer-memaccess1.c24 struct A a, *pa1 = &a; in f1() local
29 …bzero (pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination; d… in f1()
39 …bcopy (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination… in f1()
49 …bcopy (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the source; did… in f1()
59 …z += bcmp (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the first so… in f1()
68 …z += bcmp (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the second s… in f1()
94 bzero (pa1, sizeof (*pa1)); in f1()
112 bcopy (x, pa1, sizeof (*pa1)); in f1()
130 bcopy (pa1, x, sizeof (*pa1)); in f1()
148 z += bcmp (pa1, x, sizeof (*pa1)); in f1()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A DWsizeof-pointer-memaccess1.c24 struct A a, *pa1 = &a; in f1() local
29 …bzero (pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination; d… in f1()
39 …bcopy (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination… in f1()
49 …bcopy (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the source; did… in f1()
59 …z += bcmp (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the first so… in f1()
68 …z += bcmp (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the second s… in f1()
94 bzero (pa1, sizeof (*pa1)); in f1()
112 bcopy (x, pa1, sizeof (*pa1)); in f1()
130 bcopy (pa1, x, sizeof (*pa1)); in f1()
148 z += bcmp (pa1, x, sizeof (*pa1)); in f1()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A DWsizeof-pointer-memaccess1.c24 struct A a, *pa1 = &a; in f1() local
29 …bzero (pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination; d… in f1()
39 …bcopy (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination… in f1()
49 …bcopy (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the source; did… in f1()
59 …z += bcmp (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the first so… in f1()
68 …z += bcmp (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the second s… in f1()
94 bzero (pa1, sizeof (*pa1)); in f1()
112 bcopy (x, pa1, sizeof (*pa1)); in f1()
130 bcopy (pa1, x, sizeof (*pa1)); in f1()
148 z += bcmp (pa1, x, sizeof (*pa1)); in f1()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A DWsizeof-pointer-memaccess1.c24 struct A a, *pa1 = &a; in f1() local
29 …bzero (pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination; d… in f1()
39 …bcopy (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination… in f1()
49 …bcopy (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the source; did… in f1()
59 …z += bcmp (pa1, x, sizeof (pa1)); /* { dg-warning "call is the same expression as the first so… in f1()
68 …z += bcmp (x, pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the second s… in f1()
94 bzero (pa1, sizeof (*pa1)); in f1()
112 bcopy (x, pa1, sizeof (*pa1)); in f1()
130 bcopy (pa1, x, sizeof (*pa1)); in f1()
148 z += bcmp (pa1, x, sizeof (*pa1)); in f1()
[all …]

12345678910>>...80