Home
last modified time | relevance | path

Searched refs:hashA (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/games/hedgewars-server/hedgewars-src-1.0.0/share/hedgewars/Data/Scripts/
H A DOfficialChallenges.lua4 local hashA = 0
9 hashA = 0
14 hashA = (hashA + i + 65536) % hashModule
15 hashB = (hashB + hashA) % hashModule
19 return(hashB * hashModule + hashA)
/dports/games/hedgewars/hedgewars-src-1.0.0/share/hedgewars/Data/Scripts/
H A DOfficialChallenges.lua4 local hashA = 0
9 hashA = 0
14 hashA = (hashA + i + 65536) % hashModule
15 hashB = (hashB + hashA) % hashModule
19 return(hashB * hashModule + hashA)
/dports/net/p5-Net-SSH-Perl/Net-SSH-Perl-2.14/lib/Net/SSH/Perl/Key/
H A DECDSA.pm108 my $hashA = eval { $keyA->{ecdsa}->key2hash } or return;
111 return $hashA->{k} eq $hashB->{k} &&
112 $hashA->{pub_x} eq $hashB->{pub_x} &&
113 $hashA->{pub_y} eq $hashB->{pub_y} &&
114 $hashA->{curve_A} eq $hashB->{curve_A} &&
115 $hashA->{curve_B} eq $hashB->{curve_B} &&
116 $hashA->{curve_Gx} eq $hashB->{curve_Gx} &&
117 $hashA->{curve_Gy} eq $hashB->{curve_Gy} &&
118 $hashA->{curve_order} eq $hashB->{curve_order} &&
119 $hashA->{curve_prime} eq $hashB->{curve_prime};
H A DDSA.pm140 my $hashA = eval { $keyA->{dsa}->key2hash } or return;
143 return $hashA->{p} eq $hashB->{p} &&
144 $hashA->{q} eq $hashB->{q} &&
145 $hashA->{g} eq $hashB->{g} &&
146 $hashA->{y} eq $hashB->{y};
H A DRSA.pm131 my $hashA = eval { $keyA->{rsa_pub}->key2hash } or return;
134 return $hashA->{e} eq $hashB->{e} &&
135 $hashA->{N} eq $hashB->{N};
/dports/devel/spark/spark-2.1.1/common/sketch/src/main/java/org/apache/spark/util/sketch/
H A DCountMinSketchImpl.java37 private long[] hashA; field in CountMinSketchImpl
90 Arrays.equals(this.hashA, that.hashA) && in equals()
100 hash = hash * 31 + Arrays.hashCode(hashA); in hashCode()
108 this.hashA = new long[depth]; in initTablesWith()
117 hashA[i] = r.nextInt(Integer.MAX_VALUE); in initTablesWith()
209 long hash = hashA[count] * item; in hash()
281 if (!Arrays.equals(this.hashA, that.hashA)) { in mergeInPlace()
307 dos.writeLong(this.hashA[i]); in writeTo()
337 this.hashA = new long[depth]; in readFrom0()
339 this.hashA[i] = dis.readLong(); in readFrom0()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/delibs/debase/
H A DdeSha1.c311 deSha1 hashA; in deSha1_selfTest() local
314 deMemset(&hashA, garbage, sizeof(deSha1)); in deSha1_selfTest()
317 DE_TEST_ASSERT(deSha1_parse(&hashA, validHashStrings[stringNdx])); in deSha1_selfTest()
320 DE_TEST_ASSERT(deSha1_equal(&hashA, &hashA)); in deSha1_selfTest()
321 DE_TEST_ASSERT(deSha1_equal(&hashA, &hashB)); in deSha1_selfTest()
322 DE_TEST_ASSERT(deSha1_equal(&hashB, &hashA)); in deSha1_selfTest()
334 deSha1 hashA; in deSha1_selfTest() local
340 deMemset(&hashA, garbage, sizeof(deSha1)); in deSha1_selfTest()
343 DE_TEST_ASSERT(deSha1_parse(&hashA, validHashStrings[stringANdx])); in deSha1_selfTest()
346 DE_TEST_ASSERT(!deSha1_equal(&hashA, &hashB)); in deSha1_selfTest()
[all …]
/dports/games/pioneer/pioneer-20210723/src/lua/
H A DLuaUtils.cpp54 Uint32 hashA = 0, hashB = 0; in l_hash_random() local
62 lookup3_hashlittle2(str, sz, &hashA, &hashB); in l_hash_random()
74 lookup3_hashlittle2(&n, sizeof(n), &hashA, &hashB); in l_hash_random()
88 double x = (hashA >> 5) * 67108864.0 + double(hashB >> 6); in l_hash_random()
115 Uint64 bits = (Uint64(hashB) << 32) | Uint64(hashA); in l_hash_random()
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/go-control-plane/pkg/cache/v3/
H A Dlinear_test.go431 hashA := hashResource(t, a)
447 verifyDeltaResponse(t, w, []resourceInfo{{"b", hashB}, {"a", hashA}}, nil)
453 hashA := hashResource(t, a)
480 hashA := hashResource(t, a)
490 verifyDeltaResponse(t, w, []resourceInfo{{"b", hashB}, {"a", hashA}}, nil)
501 hashA = hashResource(t, a)
503 verifyDeltaResponse(t, w, []resourceInfo{{"a", hashA}}, nil)
509 hashA := hashResource(t, a)
519 verifyDeltaResponse(t, w, []resourceInfo{{"b", hashB}, {"a", hashA}}, nil)
530 hashA = hashResource(t, a)
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/img_hash/samples/
H A Dhash_samples.cpp17 Mat hashA, hashB; in test_one() local
22 func->compute(a, hashA); in test_one()
31 cout << "compare: " << func->compare(hashA, hashB) << endl << endl;; in test_one()
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/josephburnett/jd/lib/
H A Dcommon_test.go67 hashA := nodeA.hashCode(ctx.metadata)
69 if wantSame && hashA != hashB {
71 a, hashA, b, hashB)
73 if !wantSame && hashA == hashB {
75 a, hashA, b, hashB)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/front_end/platform/
H A DUtilities_test.ts243 const hashA = String.hashCode(stringA); constant
244 assert.isTrue(hashA !== String.hashCode(stringB));
245 assert.isTrue(isFinite(hashA));
246 assert.isTrue(hashA + 1 !== hashA);
/dports/devel/p5-Params-Util/Params-Util-1.102/t/xs/
H A D05_typelike.t37 my $hashA = bless [] => 'Foo::Hashy';
87 $hashA => 1,
/dports/devel/p5-Params-Util/Params-Util-1.102/t/pp/
H A D05_typelike.t37 my $hashA = bless [] => 'Foo::Hashy';
87 $hashA => 1,
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/tls-1.5.4/Network/TLS/Record/
H A DState.hs135 hashA = cipherHash cipher function
139 | ver < TLS10 = (macSSL hashA, B.concat [ encodedSeq, encodeHeaderNoVer hdr, content ])
140 | otherwise = (hmac hashA, B.concat [ encodedSeq, encodeHeader hdr, content ])
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/tls-1.5.4/Network/TLS/Record/
H A DState.hs135 hashA = cipherHash cipher function
139 | ver < TLS10 = (macSSL hashA, B.concat [ encodedSeq, encodeHeaderNoVer hdr, content ])
140 | otherwise = (hmac hashA, B.concat [ encodedSeq, encodeHeader hdr, content ])
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/tls-1.5.4/Network/TLS/Record/
H A DState.hs135 hashA = cipherHash cipher function
139 | ver < TLS10 = (macSSL hashA, B.concat [ encodedSeq, encodeHeaderNoVer hdr, content ])
140 | otherwise = (hmac hashA, B.concat [ encodedSeq, encodeHeader hdr, content ])
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/tls-1.5.4/Network/TLS/Record/
H A DState.hs135 hashA = cipherHash cipher function
139 | ver < TLS10 = (macSSL hashA, B.concat [ encodedSeq, encodeHeaderNoVer hdr, content ])
140 | otherwise = (hmac hashA, B.concat [ encodedSeq, encodeHeader hdr, content ])
/dports/mail/sympa/sympa-6.2.62/src/lib/Sympa/Tools/
H A DData.pm224 my %hashA;
228 $hashA{$eltA} = 1;
237 if ($hashA{$eltB}) {
/dports/lang/elm/compiler-0.19.1/_cabal_deps/tls-1.5.4/Network/TLS/Record/
H A DState.hs135 hashA = cipherHash cipher function
139 | ver < TLS10 = (macSSL hashA, B.concat [ encodedSeq, encodeHeaderNoVer hdr, content ])
140 | otherwise = (hmac hashA, B.concat [ encodedSeq, encodeHeader hdr, content ])
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/tls-1.5.4/Network/TLS/Record/
H A DState.hs135 hashA = cipherHash cipher function
139 | ver < TLS10 = (macSSL hashA, B.concat [ encodedSeq, encodeHeaderNoVer hdr, content ])
140 | otherwise = (hmac hashA, B.concat [ encodedSeq, encodeHeader hdr, content ])
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/tls-1.5.4/Network/TLS/Record/
H A DState.hs135 hashA = cipherHash cipher function
139 | ver < TLS10 = (macSSL hashA, B.concat [ encodedSeq, encodeHeaderNoVer hdr, content ])
140 | otherwise = (hmac hashA, B.concat [ encodedSeq, encodeHeader hdr, content ])
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/tls-1.5.4/Network/TLS/Record/
H A DState.hs135 hashA = cipherHash cipher function
139 | ver < TLS10 = (macSSL hashA, B.concat [ encodedSeq, encodeHeaderNoVer hdr, content ])
140 | otherwise = (hmac hashA, B.concat [ encodedSeq, encodeHeader hdr, content ])
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/webapp/
H A Dreset.jsp31 int hashA = (int)(Math.random()*11.0);
33 int hashC = hashA+hashB;
89 <%= hashA %>
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/tls-1.5.5/Network/TLS/Record/
H A DState.hs154 hashA = cipherHash cipher function
158 | ver < TLS10 = (macSSL hashA, B.concat [ encodedSeq, encodeHeaderNoVer hdr, content ])
159 | otherwise = (hmac hashA, B.concat [ encodedSeq, encodeHeader hdr, content ])

1234567