Home
last modified time | relevance | path

Searched refs:hashValue (Results 1 – 25 of 1941) sorted by relevance

12345678910>>...78

/dports/lang/clips/clips_core_source_630/core/
H A Dfacthsh.c91 theFact->hashValue = count; in HashFact()
107 unsigned long hashValue) in FactExists() argument
111 hashValue = (hashValue % FactData(theEnv)->FactHashTableSize); in FactExists()
117 if (theFact->hashValue != theFactHash->theFact->hashValue) in FactExists()
135 unsigned long hashValue) in AddHashedFact() argument
145 hashValue = (hashValue % FactData(theEnv)->FactHashTableSize); in AddHashedFact()
160 unsigned long hashValue; in RemoveHashedFact() local
163 hashValue = HashFact(theFact); in RemoveHashedFact()
164 hashValue = (hashValue % FactData(theEnv)->FactHashTableSize); in RemoveHashedFact()
204 unsigned long hashValue; in FactWillBeAsserted() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Support/
H A DStorageUniquer.cpp30 unsigned hashValue; member
39 unsigned hashValue; member
45 getOrCreate(unsigned kind, unsigned hashValue, in getOrCreate()
48 LookupKey lookupKey{kind, hashValue, isEqual}; in getOrCreate()
75 *existing.first = HashedStorage{hashValue, storage}; in getOrCreateUnsafe()
111 void erase(unsigned kind, unsigned hashValue, in erase()
114 LookupKey lookupKey{kind, hashValue, isEqual}; in erase()
150 return key.hashValue; in getHashValue()
196 unsigned kind, unsigned hashValue, in getImpl() argument
199 return impl->getOrCreate(kind, hashValue, isEqual, ctorFn); in getImpl()
[all …]
/dports/java/bouncycastle15/crypto-169/util/src/main/java/org/bouncycastle/asn1/crmf/
H A DDhSigStatic.java26 private final ASN1OctetString hashValue; field in DhSigStatic
28 public DhSigStatic(byte[] hashValue) in DhSigStatic() argument
30 this(null, hashValue); in DhSigStatic()
33 public DhSigStatic(IssuerAndSerialNumber issuerAndSerial, byte[] hashValue) in DhSigStatic() argument
36 this.hashValue = new DEROctetString(Arrays.clone(hashValue)); in DhSigStatic()
58 hashValue = ASN1OctetString.getInstance(seq.getObjectAt(0)); in DhSigStatic()
63 hashValue = ASN1OctetString.getInstance(seq.getObjectAt(1)); in DhSigStatic()
78 return Arrays.clone(hashValue.getOctets()); in getHashValue()
90 v.add(hashValue); in toASN1Primitive()
/dports/devel/llnextgen/LLnextgen-0.5.5/src/
H A Dscope.c32 int hashValue = 0; in hash() local
37 hashValue += (int) *ptr++; in hash()
39 return hashValue; in hash()
63 int hashValue; in addToScope() local
69 hashValue = hash(key) % HASHTABLE_SIZE; in addToScope()
71 tuple->next = scope->table[hashValue]; in addToScope()
72 scope->table[hashValue] = tuple; in addToScope()
84 int hashValue; in lookup() local
86 hashValue = hash(key) % HASHTABLE_SIZE; in lookup()
88 tuple = scope->table[hashValue]; in lookup()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Support/
H A DStorageUniquer.cpp33 unsigned hashValue; member
44 : hashValue(hashValue), storage(storage) {} in HashedStorage()
45 unsigned hashValue; member
59 return key.hashValue; in getHashValue()
136 getOrCreate(bool threadingIsEnabled, unsigned hashValue, in getOrCreate() argument
139 Shard &shard = getShard(hashValue); in getOrCreate()
178 Shard &getShard(unsigned hashValue) { in getShard() argument
180 unsigned shardNum = hashValue & (numShards - 1); in getShard()
235 getOrCreate(bool threadingIsEnabled, unsigned hashValue,
275 getOrCreate(TypeID id, unsigned hashValue, in getOrCreate()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Support/
H A DStorageUniquer.cpp33 unsigned hashValue; member
44 : hashValue(hashValue), storage(storage) {} in HashedStorage()
45 unsigned hashValue; member
59 return key.hashValue; in getHashValue()
122 getOrCreate(bool threadingIsEnabled, unsigned hashValue, in getOrCreate() argument
125 Shard &shard = getShard(hashValue); in getOrCreate()
164 Shard &getShard(unsigned hashValue) { in getShard() argument
166 unsigned shardNum = hashValue & (numShards - 1); in getShard()
214 getOrCreate(bool threadingIsEnabled, unsigned hashValue,
251 getOrCreate(TypeID id, unsigned hashValue, in getOrCreate()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Support/
H A DStorageUniquer.cpp33 unsigned hashValue; member
44 : hashValue(hashValue), storage(storage) {} in HashedStorage()
45 unsigned hashValue; member
59 return key.hashValue; in getHashValue()
136 getOrCreate(bool threadingIsEnabled, unsigned hashValue, in getOrCreate() argument
139 Shard &shard = getShard(hashValue); in getOrCreate()
178 Shard &getShard(unsigned hashValue) { in getShard() argument
180 unsigned shardNum = hashValue & (numShards - 1); in getShard()
235 getOrCreate(bool threadingIsEnabled, unsigned hashValue,
275 getOrCreate(TypeID id, unsigned hashValue, in getOrCreate()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Support/
H A DStorageUniquer.cpp33 unsigned hashValue; member
44 : hashValue(hashValue), storage(storage) {} in HashedStorage()
45 unsigned hashValue; member
59 return key.hashValue; in getHashValue()
122 getOrCreate(bool threadingIsEnabled, unsigned hashValue, in getOrCreate() argument
125 Shard &shard = getShard(hashValue); in getOrCreate()
164 Shard &getShard(unsigned hashValue) { in getShard() argument
166 unsigned shardNum = hashValue & (numShards - 1); in getShard()
214 getOrCreate(bool threadingIsEnabled, unsigned hashValue,
251 getOrCreate(TypeID id, unsigned hashValue, in getOrCreate()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Support/
H A DStorageUniquer.cpp33 unsigned hashValue; member
44 : hashValue(hashValue), storage(storage) {} in HashedStorage()
45 unsigned hashValue; member
59 return key.hashValue; in getHashValue()
136 getOrCreate(bool threadingIsEnabled, unsigned hashValue, in getOrCreate() argument
139 Shard &shard = getShard(hashValue); in getOrCreate()
178 Shard &getShard(unsigned hashValue) { in getShard() argument
180 unsigned shardNum = hashValue & (numShards - 1); in getShard()
235 getOrCreate(bool threadingIsEnabled, unsigned hashValue,
275 getOrCreate(TypeID id, unsigned hashValue, in getOrCreate()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Support/
H A DStorageUniquer.cpp33 unsigned hashValue; member
44 : hashValue(hashValue), storage(storage) {} in HashedStorage()
45 unsigned hashValue; member
59 return key.hashValue; in getHashValue()
122 getOrCreate(bool threadingIsEnabled, unsigned hashValue, in getOrCreate() argument
125 Shard &shard = getShard(hashValue); in getOrCreate()
164 Shard &getShard(unsigned hashValue) { in getShard() argument
166 unsigned shardNum = hashValue & (numShards - 1); in getShard()
214 getOrCreate(bool threadingIsEnabled, unsigned hashValue,
251 getOrCreate(TypeID id, unsigned hashValue, in getOrCreate()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Support/
H A DStorageUniquer.cpp33 unsigned hashValue; member
44 : hashValue(hashValue), storage(storage) {} in HashedStorage()
45 unsigned hashValue; member
59 return key.hashValue; in getHashValue()
136 getOrCreate(bool threadingIsEnabled, unsigned hashValue, in getOrCreate() argument
139 Shard &shard = getShard(hashValue); in getOrCreate()
178 Shard &getShard(unsigned hashValue) { in getShard() argument
180 unsigned shardNum = hashValue & (numShards - 1); in getShard()
235 getOrCreate(bool threadingIsEnabled, unsigned hashValue,
275 getOrCreate(TypeID id, unsigned hashValue, in getOrCreate()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Support/
H A DStorageUniquer.cpp30 unsigned hashValue; member
39 unsigned hashValue; member
45 getOrCreate(unsigned kind, unsigned hashValue, in getOrCreate()
48 LookupKey lookupKey{kind, hashValue, isEqual}; in getOrCreate()
70 *existing.first = HashedStorage{hashValue, storage}; in getOrCreate()
100 void erase(unsigned kind, unsigned hashValue, in erase()
103 LookupKey lookupKey{kind, hashValue, isEqual}; in erase()
139 return key.hashValue; in getHashValue()
177 unsigned kind, unsigned hashValue, in getImpl() argument
180 return impl->getOrCreate(kind, hashValue, isEqual, ctorFn); in getImpl()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-index-lsh/src/main/java/de/lmu/ifi/dbs/elki/index/lsh/hashfunctions/
H A DCosineLocalitySensitiveHashFunction.java63 int hashValue = 0; in hashObject() local
66 hashValue = hashValue | j; in hashObject()
69 return hashValue; in hashObject()
75 int hashValue = 0; in hashObject() local
78 hashValue = hashValue | j; in hashObject()
81 return hashValue; in hashObject()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/memory/memory-core/src/main/java/org/apache/arrow/memory/util/hash/
H A DSimpleHasher.java56 int hashValue = 0; in hashCode() local
61 hashValue = combineHashCode(hashValue, longHash); in hashCode()
68 hashValue = combineHashCode(hashValue, intHash); in hashCode()
75 hashValue = combineHashCode(hashValue, byteHash); in hashCode()
79 return finalizeHashCode(hashValue); in hashCode()
/dports/databases/arrow/apache-arrow-6.0.1/java/memory/memory-core/src/main/java/org/apache/arrow/memory/util/hash/
H A DSimpleHasher.java56 int hashValue = 0; in hashCode() local
61 hashValue = combineHashCode(hashValue, longHash); in hashCode()
68 hashValue = combineHashCode(hashValue, intHash); in hashCode()
75 hashValue = combineHashCode(hashValue, byteHash); in hashCode()
79 return finalizeHashCode(hashValue); in hashCode()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/memory/src/main/java/org/apache/arrow/memory/util/hash/
H A DSimpleHasher.java58 int hashValue = 0; in hashCode() local
63 hashValue = combineHashCode(hashValue, longHash); in hashCode()
70 hashValue = combineHashCode(hashValue, intHash); in hashCode()
77 hashValue = combineHashCode(hashValue, byteHash); in hashCode()
81 return finalizeHashCode(hashValue); in hashCode()
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/case-uco/java/src/org/sleuthkit/caseuco/
H A DHash.java28 private final String hashValue; field in Hash
30 Hash(String hashValue) { in Hash() argument
31 this(null, hashValue); in Hash()
34 Hash(String id, String hashValue) { in Hash() argument
36 this.hashValue = hashValue; in Hash()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/policy/
H A Dhash.cs118 private Hash(Type hashType, byte[] hashValue) in Hash() argument
121 Contract.Assert(hashValue != null); in Hash()
125 byte[] hashClone = new byte[hashValue.Length]; in Hash()
126 Array.Copy(hashValue, hashClone, hashClone.Length); in Hash()
128 m_hashes[hashType] = hashValue; in Hash()
295 byte[] hashValue = GenerateHash(hashAlg.GetType()); in GenerateHash()
297 byte[] returnHash = new byte[hashValue.Length]; in GenerateHash()
312 byte[] hashValue = null; in GenerateHash()
313 if (!m_hashes.TryGetValue(indexType, out hashValue)) in GenerateHash()
322 m_hashes[indexType] = hashValue; in GenerateHash()
[all …]
/dports/textproc/dwdiff/dwdiff-2.1.4/src/
H A Dhashtable.c99 unsigned int hashValue = 5381; in hash() local
104 hashValue = (hashValue << 5) + hashValue + (unsigned int) *ptr++; in hash()
106 return hashValue; in hash()
121 unsigned int hashValue = hash(data, size) % HASHTABLE_SIZE; in getValue() local
123 tuple = hashtable[hashValue]; in getValue()
131 if (hashtable[hashValue] != NULL) in getValue()
139 tuple->next = hashtable[hashValue]; in getValue()
140 hashtable[hashValue] = tuple; in getValue()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Cryptography/
H A DPKCS1.cs284 byte[] EM = Encode_v15 (hash, hashValue, size); in Sign_v15()
294 return Sign_v15 (rsa, hash, hashValue); in Sign_v15()
301 return Verify_v15 (rsa, hash, hashValue, signature, false); in Verify_v15()
317 byte[] EM = Encode_v15 (hash, hashValue, size); in Verify_v15()
329 for (i = 2; i < EM2.Length - hashValue.Length - 1; i++) { in Verify_v15()
336 byte [] decryptedHash = new byte [hashValue.Length]; in Verify_v15()
338 return Compare (decryptedHash, hashValue); in Verify_v15()
345 if (hashValue.Length != (hash.HashSize >> 3)) in Encode_v15()
361 ASN1 digest = new ASN1 (0x04, hashValue); in Encode_v15()
372 t = hashValue; in Encode_v15()
[all …]
/dports/java/bouncycastle15/crypto-169/util/src/main/java/org/bouncycastle/asn1/esf/
H A DOtherHashAlgAndValue.java15 private ASN1OctetString hashValue; field in OtherHashAlgAndValue
42 hashValue = ASN1OctetString.getInstance(seq.getObjectAt(1)); in OtherHashAlgAndValue()
47 ASN1OctetString hashValue) in OtherHashAlgAndValue() argument
50 this.hashValue = hashValue; in OtherHashAlgAndValue()
60 return hashValue; in getHashValue()
77 v.add(hashValue); in toASN1Primitive()
/dports/devel/csoap/libsoap-1.1.0/utils/
H A Dhashtable.c210 long hashValue; in hashtable_put() local
217 pair = hashTable->bucketArray[hashValue]; in hashtable_put()
243 hashTable->bucketArray[hashValue] = newPair; in hashtable_put()
277 hashpair_t *pair = hashTable->bucketArray[hashValue]; in hashtable_get()
303 hashpair_t *pair = hashTable->bucketArray[hashValue]; in hashtable_remove()
319 hashTable->bucketArray[hashValue] = pair->next; in hashtable_remove()
556 pair->next = newBucketArray[hashValue]; in hashtable_rehash()
557 newBucketArray[hashValue] = pair; in hashtable_rehash()
671 unsigned long hashValue = 0; in hashtable_string_hash_function() local
675 hashValue = hashValue * 37 + str[i]; in hashtable_string_hash_function()
[all …]
/dports/games/egl/egl-0.3.1_9/common/
H A Dcommon.c71 uint32 hashValue; in Com_HashFileName() local
81 hashValue = hashValue * 33 + Q_tolower (ch); in Com_HashFileName()
84 return (hashValue + (hashValue >> 5)) & (hashSize-1); in Com_HashFileName()
97 uint32 hashValue; in Com_HashGeneric() local
100 for (i=0, hashValue=0 ; *name ; i++) { in Com_HashGeneric()
102 hashValue = hashValue * 33 + Q_tolower (ch); in Com_HashGeneric()
105 return (hashValue + (hashValue >> 5)) & (hashSize-1); in Com_HashGeneric()
119 uint32 hashValue; in Com_HashGenericFast() local
122 for (i=0, hashValue=0 ; *name ; i++) { in Com_HashGenericFast()
124 hashValue = hashValue * 33 + ch; in Com_HashGenericFast()
[all …]
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Di/
H A DInstanceManager.php115 $hashValue = $this->createHashForValues($classOrAlias, $params);
117 return ($returnFastHashLookupKey) ? $hashKey . '/' . $hashValue : true;
136 $hashValue = $this->createHashForValues($classOrAlias, $params);
144 $this->sharedInstancesWithParams['hashLong'][$hashKey . '/' . $hashValue] = $instance;
164 $hashValue = $this->createHashForValues($classOrAlias, $params);
492 $hashValue = '';
496 $hashValue .= spl_object_hash($param) . '|';
503 $hashValue .= $param . '|';
506 $hashValue .= 'Array|';
509 $hashValue .= 'resource|';
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/tools/blocksconvert/scanner/
H A Dbigtable_index_reader.go162 hashValue := row.Key()
166 …if len(hashValue) > 16 && hashValue[16] == '-' && hashValue[:16] == gcp.HashPrefix(hashValue[17:])…
167 hashValue = hashValue[17:]
168 } else if ix := strings.IndexByte(hashValue, 0); ix > 0 {
175 rangeValue = hashValue[ix+1:]
176 hashValue = hashValue[:ix]
203 HashValue: hashValue,

12345678910>>...78