Home
last modified time | relevance | path

Searched refs:minHash (Results 1 – 16 of 16) sorted by relevance

/dports/devel/opendht/opendht-1.10.1/tests/
H A Dinfohashtester.cpp81 CPPUNIT_ASSERT_EQUAL(minHash, minHash); in testComperators()
83 CPPUNIT_ASSERT(!(minHash == maxHash)); in testComperators()
85 CPPUNIT_ASSERT(!(minHash != minHash)); in testComperators()
87 CPPUNIT_ASSERT(minHash != maxHash); in testComperators()
89 CPPUNIT_ASSERT(nullHash < minHash); in testComperators()
91 CPPUNIT_ASSERT(minHash < maxHash); in testComperators()
92 CPPUNIT_ASSERT(!(minHash < nullHash)); in testComperators()
94 CPPUNIT_ASSERT(!(maxHash < minHash)); in testComperators()
95 CPPUNIT_ASSERT(!(minHash < minHash)); in testComperators()
130 CPPUNIT_ASSERT_EQUAL(minHash.xorCmp(minHash, maxHash), -1); in testXorCmp()
[all …]
/dports/devel/py-opendht/opendht-1.10.1/tests/
H A Dinfohashtester.cpp81 CPPUNIT_ASSERT_EQUAL(minHash, minHash); in testComperators()
83 CPPUNIT_ASSERT(!(minHash == maxHash)); in testComperators()
85 CPPUNIT_ASSERT(!(minHash != minHash)); in testComperators()
87 CPPUNIT_ASSERT(minHash != maxHash); in testComperators()
89 CPPUNIT_ASSERT(nullHash < minHash); in testComperators()
91 CPPUNIT_ASSERT(minHash < maxHash); in testComperators()
92 CPPUNIT_ASSERT(!(minHash < nullHash)); in testComperators()
94 CPPUNIT_ASSERT(!(maxHash < minHash)); in testComperators()
95 CPPUNIT_ASSERT(!(minHash < minHash)); in testComperators()
130 CPPUNIT_ASSERT_EQUAL(minHash.xorCmp(minHash, maxHash), -1); in testXorCmp()
[all …]
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemContext.cpp46 int minHash; in ~emContext() local
62 minHash=m->AvlHashCode; in ~emContext()
65 m=SearchUnused(minHash); in ~emContext()
309 emModel * emContext::SearchUnused(int minHash) const in SearchUnused()
315 if (minHash<=element->AvlHashCode) { in SearchUnused()
351 emModel * emContext::SearchGarbage(int minHash) in SearchGarbage() argument
358 if (minHash<=element->AvlHashCode) { in SearchGarbage()
387 int minHash; in CollectGarbage() local
403 minHash=m->AvlHashCode; in CollectGarbage()
406 m=SearchGarbage(minHash); in CollectGarbage()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/tylertreat/BoomFilters/
H A Dminhash.go30 minHash(bag1, 0, minHashValues, bitMap, k, hashes)
31 minHash(bag2, 1, minHashValues, bitMap, k, hashes)
35 func minHash(bag []string, bagIndex int, minHashValues [][]int, func
/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/
H A DemContext.h120 emModel * SearchUnused(int minHash) const;
122 emModel * SearchGarbage(int minHash);
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/util/collection/
H A DExternalAppendOnlyMap.scala327 val minHash = hashKey(kc) constant
328 while (it.hasNext && it.head._1.hashCode() == minHash) {
383 val minHash = minBuffer.minKeyHash constant
387 assert(hashKey(minPair) == minHash)
392 while (mergeHeap.nonEmpty && mergeHeap.head.minKeyHash == minHash) {
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/utils/
H A DSampling.jsm71 const minHash = Sampling.fractionToKey(minBucket / bucketCount);
73 return minHash <= inputHash && inputHash < maxHash;
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/normandy/lib/
H A DSampling.jsm66 const minHash = Sampling.fractionToKey(minBucket / bucketCount);
68 return (minHash <= inputHash) && (inputHash < maxHash);
/dports/www/firefox/firefox-99.0/toolkit/components/utils/
H A DSampling.jsm71 const minHash = Sampling.fractionToKey(minBucket / bucketCount);
73 return minHash <= inputHash && inputHash < maxHash;
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/utils/
H A DSampling.jsm71 const minHash = Sampling.fractionToKey(minBucket / bucketCount);
73 return minHash <= inputHash && inputHash < maxHash;
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/utils/
H A DSampling.jsm71 const minHash = Sampling.fractionToKey(minBucket / bucketCount);
73 return minHash <= inputHash && inputHash < maxHash;
/dports/security/wolfssl/wolfssl-5.1.0/src/
H A Dinternal.c21996 byte minHash; local
22014 ssl->suites->hashAlgo = minHash = MinHashAlgo(ssl);
22026 if (hashAlgo < minHash)
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dinternal.c21994 byte minHash; local
22012 ssl->suites->hashAlgo = minHash = MinHashAlgo(ssl);
22024 if (hashAlgo < minHash)
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dinternal.c21994 byte minHash; local
22012 ssl->suites->hashAlgo = minHash = MinHashAlgo(ssl);
22024 if (hashAlgo < minHash)
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dinternal.c21994 byte minHash; local
22012 ssl->suites->hashAlgo = minHash = MinHashAlgo(ssl);
22024 if (hashAlgo < minHash)
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dinternal.c21994 byte minHash; local
22012 ssl->suites->hashAlgo = minHash = MinHashAlgo(ssl);
22024 if (hashAlgo < minHash)