Home
last modified time | relevance | path

Searched refs:h2 (Results 376 – 400 of 40951) sorted by relevance

1...<<11121314151617181920>>...1639

/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/security/openssl/openssl-1.1.1n/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/security/openssl-static/openssl-1.1.1l/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/sysutils/exa/exa-0.10.1/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/www/node10/node-v10.24.1/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/science/openmx/openmx3.8/source/
H A DRF_BesselF.c20 double h1,h2,h3,f1,f2,f3,f4; in RF_BesselF() local
59 h2 = NormK[m] - NormK[m-1]; in RF_BesselF()
66 h1 = -(h2+h3); in RF_BesselF()
71 h2 = NormK[m] - NormK[m-1]; in RF_BesselF()
77 h3 = -(h1+h2); in RF_BesselF()
95 g1 = ((f3-f2)*h1/h2 + (f2-f1)*h2/h1)/(h1+h2); in RF_BesselF()
96 g2 = ((f4-f3)*h2/h3 + (f3-f2)*h3/h2)/(h2+h3); in RF_BesselF()
100 y1 = x1/h2; in RF_BesselF()
101 y2 = x2/h2; in RF_BesselF()
103 f = y2*y2*(3.0*f2 + h2*g1 + (2.0*f2 + h2*g1)*y2) in RF_BesselF()
[all …]
/dports/www/py-h2/h2-4.0.0/test/
H A Dtest_h2_upgrade.py14 import h2.config
15 import h2.connection
16 import h2.errors
17 import h2.events
18 import h2.exceptions
41 conn = h2.connection.H2Connection()
58 conn = h2.connection.H2Connection()
74 c = h2.connection.H2Connection()
104 c = h2.connection.H2Connection()
125 c = h2.connection.H2Connection()
[all …]
H A Dtest_priority.py10 import h2.config
11 import h2.connection
12 import h2.errors
13 import h2.events
14 import h2.exceptions
15 import h2.stream
136 c = h2.connection.H2Connection()
172 c = h2.connection.H2Connection()
198 c = h2.connection.H2Connection()
222 c = h2.connection.H2Connection()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/h2/test/
H A Dtest_h2_upgrade.py14 import h2.config
15 import h2.connection
16 import h2.errors
17 import h2.events
18 import h2.exceptions
41 conn = h2.connection.H2Connection()
58 conn = h2.connection.H2Connection()
74 c = h2.connection.H2Connection()
104 c = h2.connection.H2Connection()
125 c = h2.connection.H2Connection()
[all …]
H A Dtest_priority.py10 import h2.config
11 import h2.connection
12 import h2.errors
13 import h2.events
14 import h2.exceptions
15 import h2.stream
136 c = h2.connection.H2Connection()
172 c = h2.connection.H2Connection()
198 c = h2.connection.H2Connection()
222 c = h2.connection.H2Connection()
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/h2/test/
H A Dtest_h2_upgrade.py14 import h2.config
15 import h2.connection
16 import h2.errors
17 import h2.events
18 import h2.exceptions
41 conn = h2.connection.H2Connection()
58 conn = h2.connection.H2Connection()
74 c = h2.connection.H2Connection()
104 c = h2.connection.H2Connection()
125 c = h2.connection.H2Connection()
[all …]
H A Dtest_priority.py10 import h2.config
11 import h2.connection
12 import h2.errors
13 import h2.events
14 import h2.exceptions
15 import h2.stream
136 c = h2.connection.H2Connection()
172 c = h2.connection.H2Connection()
198 c = h2.connection.H2Connection()
222 c = h2.connection.H2Connection()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/h2/test/
H A Dtest_h2_upgrade.py14 import h2.config
15 import h2.connection
16 import h2.errors
17 import h2.events
18 import h2.exceptions
41 conn = h2.connection.H2Connection()
58 conn = h2.connection.H2Connection()
74 c = h2.connection.H2Connection()
104 c = h2.connection.H2Connection()
125 c = h2.connection.H2Connection()
[all …]
H A Dtest_priority.py10 import h2.config
11 import h2.connection
12 import h2.errors
13 import h2.events
14 import h2.exceptions
15 import h2.stream
136 c = h2.connection.H2Connection()
172 c = h2.connection.H2Connection()
198 c = h2.connection.H2Connection()
222 c = h2.connection.H2Connection()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/h2/test/
H A Dtest_h2_upgrade.py14 import h2.config
15 import h2.connection
16 import h2.errors
17 import h2.events
18 import h2.exceptions
41 conn = h2.connection.H2Connection()
58 conn = h2.connection.H2Connection()
74 c = h2.connection.H2Connection()
104 c = h2.connection.H2Connection()
125 c = h2.connection.H2Connection()
[all …]
H A Dtest_priority.py10 import h2.config
11 import h2.connection
12 import h2.errors
13 import h2.events
14 import h2.exceptions
15 import h2.stream
136 c = h2.connection.H2Connection()
172 c = h2.connection.H2Connection()
198 c = h2.connection.H2Connection()
222 c = h2.connection.H2Connection()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/extensions/chromevoxclassic/common/
H A Dfind_util_test.unitjs28 <h2>Chapter 1</h2>
29 <h2>Chapter 2</h2>
31 <h2 id="c3_2">Chapter 3</h2>
32 <h2 id="c4">Chapter 4</h2>
33 <h2>Chapter 5</h2>
34 <h2>Chapter 6</h2>
35 <a href='#c7' id="c7" name="chapter_7"><h2 id="c7_2">Chapter 7</h2></a>
36 <h2 id="c8">Chapter 8</h2>
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/extensions/chromevoxclassic/common/
H A Dfind_util_test.unitjs28 <h2>Chapter 1</h2>
29 <h2>Chapter 2</h2>
31 <h2 id="c3_2">Chapter 3</h2>
32 <h2 id="c4">Chapter 4</h2>
33 <h2>Chapter 5</h2>
34 <h2>Chapter 6</h2>
35 <a href='#c7' id="c7" name="chapter_7"><h2 id="c7_2">Chapter 7</h2></a>
36 <h2 id="c8">Chapter 8</h2>
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_histogram__oper.c50 if (h1->n != h2->n) in gsl_histogram_max_val()
61 if (h1->range[i] != h2->range[i]) in gsl_histogram_max_val()
76 gsl_histogram_add (gsl_histogram * h1, const gsl_histogram * h2) in gsl_histogram_min_val()
80 if (!gsl_histogram_equal_bins_p (h1, h2)) in gsl_histogram_min_val()
87 h1->bin[i] += h2->bin[i]; in gsl_histogram_min_val()
103 if (!gsl_histogram_equal_bins_p (h1, h2))
110 h1->bin[i] -= h2->bin[i];
127 if (!gsl_histogram_equal_bins_p (h1, h2))
134 h1->bin[i] *= h2->bin[i];
148 if (!gsl_histogram_equal_bins_p (h1, h2))
[all …]
/dports/math/gsl/gsl-2.7/histogram/
H A Doper.c49 if (h1->n != h2->n) in gsl_histogram_equal_bins_p()
60 if (h1->range[i] != h2->range[i]) in gsl_histogram_equal_bins_p()
75 gsl_histogram_add (gsl_histogram * h1, const gsl_histogram * h2) in gsl_histogram_add() argument
79 if (!gsl_histogram_equal_bins_p (h1, h2)) in gsl_histogram_add()
86 h1->bin[i] += h2->bin[i]; in gsl_histogram_add()
102 if (!gsl_histogram_equal_bins_p (h1, h2)) in gsl_histogram_sub()
109 h1->bin[i] -= h2->bin[i]; in gsl_histogram_sub()
126 if (!gsl_histogram_equal_bins_p (h1, h2)) in gsl_histogram_mul()
133 h1->bin[i] *= h2->bin[i]; in gsl_histogram_mul()
147 if (!gsl_histogram_equal_bins_p (h1, h2)) in gsl_histogram_div()
[all …]
/dports/misc/p5-List-Compare/List-Compare-0.53/t/
H A D47_func_hashes_alt_mult_sorted.t26 @union = get_union( { lists => [ \%h0, \%h1, \%h2, \%h3, \%h4 ] } );
29 $union_ref = get_union_ref( { lists => [ \%h0, \%h1, \%h2, \%h3, \%h4 ] } );
33 @shared = get_shared( { lists => [ \%h0, \%h1, \%h2, \%h3, \%h4 ] } );
36 $shared_ref = get_shared_ref( { lists => [ \%h0, \%h1, \%h2, \%h3, \%h4 ] } );
54 @unique = get_unique( { lists => [ \%h0, \%h1, \%h2, \%h3, \%h4 ] } );
57 $unique_ref = get_unique_ref( { lists => [ \%h0, \%h1, \%h2, \%h3, \%h4 ] } );
121 @bag = get_bag( { lists => [ \%h0, \%h1, \%h2, \%h3, \%h4 ] } );
124 $bag_ref = get_bag_ref( { lists => [ \%h0, \%h1, \%h2, \%h3, \%h4 ] } );
133 $LR = is_LsubsetR( { lists => [ \%h0, \%h1, \%h2, \%h3, \%h4 ] } );
177 lists => [ \%h0, \%h1, \%h2, \%h3, \%h4 ],
[all …]
/dports/net/nusoap/nusoap-0.9.5/samples/
H A Dwsdlclient9.php44 echo '<h2>Fault</h2><pre>';
52 echo '<h2>Error</h2><pre>' . $err . '</pre>';
55 echo '<h2>Result</h2><pre>';
60 echo '<h2>Request</h2><pre>' . htmlspecialchars($client->request, ENT_QUOTES) . '</pre>';
61 echo '<h2>Response</h2><pre>' . htmlspecialchars($client->response, ENT_QUOTES) . '</pre>';
62 echo '<h2>Debug</h2><pre>' . htmlspecialchars($client->debug_str, ENT_QUOTES) . '</pre>';
/dports/misc/libpostal/libpostal-1.1-alpha/src/murmur/
H A Dmurmur.c48 uint64_t h2 = seed; in MurmurHash3_x64_128() local
66 h1 = ROTL64(h1,27); h1 += h2; h1 = h1*5+0x52dce729; in MurmurHash3_x64_128()
68 k2 *= c2; k2 = ROTL64(k2,33); k2 *= c1; h2 ^= k2; in MurmurHash3_x64_128()
70 h2 = ROTL64(h2,31); h2 += h1; h2 = h2*5+0x38495ab5; in MurmurHash3_x64_128()
105 h1 ^= len; h2 ^= len; in MurmurHash3_x64_128()
107 h1 += h2; in MurmurHash3_x64_128()
108 h2 += h1; in MurmurHash3_x64_128()
111 h2 = fmix64(h2); in MurmurHash3_x64_128()
113 h1 += h2; in MurmurHash3_x64_128()
114 h2 += h1; in MurmurHash3_x64_128()
[all …]

1...<<11121314151617181920>>...1639