Searched refs:hashValue (Results 1 - 13 of 13) sorted by relevance

/external/lzma/CS/7zip/Compress/LZ/
H A DLzBinTree.cs137 UInt32 hashValue, hash2Value = 0, hash3Value = 0;
145 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask;
148 hashValue = _bufferBase[cur] ^ ((UInt32)(_bufferBase[cur + 1]) << 8);
150 UInt32 curMatch = _hash[kFixHashSize + hashValue];
179 _hash[kFixHashSize + hashValue] = _pos;
272 UInt32 hashValue;
282 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask;
285 hashValue = _bufferBase[cur] ^ ((UInt32)(_bufferBase[cur + 1]) << 8);
287 UInt32 curMatch = _hash[kFixHashSize + hashValue];
288 _hash[kFixHashSize + hashValue]
[all...]
/external/lzma/Java/SevenZip/Compression/LZ/
H A DBinTree.java137 int hashValue, hash2Value = 0, hash3Value = 0;
145 hashValue = (temp ^ (CrcTable[_bufferBase[cur + 3] & 0xFF] << 5)) & _hashMask;
148 hashValue = ((_bufferBase[cur] & 0xFF) ^ ((int)(_bufferBase[cur + 1] & 0xFF) << 8));
150 int curMatch = _hash[kFixHashSize + hashValue];
179 _hash[kFixHashSize + hashValue] = _pos;
272 int hashValue;
282 hashValue = (temp ^ (CrcTable[_bufferBase[cur + 3] & 0xFF] << 5)) & _hashMask;
285 hashValue = ((_bufferBase[cur] & 0xFF) ^ ((int)(_bufferBase[cur + 1] & 0xFF) << 8));
287 int curMatch = _hash[kFixHashSize + hashValue];
288 _hash[kFixHashSize + hashValue]
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DX509CRLEntryObject.java39 private int hashValue; field in class:X509CRLEntryObject
207 hashValue = super.hashCode();
211 return hashValue;
H A DX509CertificateObject.java80 private int hashValue; field in class:X509CertificateObject
579 if (this.hashValue != other.hashValue)
595 hashValue = super.hashCode();
599 return hashValue;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DX509CRLEntryObject.java40 private int hashValue; field in class:X509CRLEntryObject
208 hashValue = super.hashCode();
212 return hashValue;
H A DX509CertificateObject.java83 private int hashValue; field in class:X509CertificateObject
626 hashValue = calculateHashCode();
630 return hashValue;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c281 ASN1_OCTET_STRING *hashValue; member in struct:__anon31483
357 ASN1_SIMPLE(HashAlgAndValue, hashValue, ASN1_OCTET_STRING)
488 n->hash_len = ASN1_STRING_length(hash->hashValue);
489 n->hash = os_memdup(ASN1_STRING_data(hash->hashValue), n->hash_len);
599 data = hash->hashValue->data;
600 for (i = 0; i < hash->hashValue->length; i++)
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c281 ASN1_OCTET_STRING *hashValue; member in struct:__anon31752
357 ASN1_SIMPLE(HashAlgAndValue, hashValue, ASN1_OCTET_STRING)
488 n->hash_len = ASN1_STRING_length(hash->hashValue);
489 n->hash = os_memdup(ASN1_STRING_data(hash->hashValue), n->hash_len);
599 data = hash->hashValue->data;
600 for (i = 0; i < hash->hashValue->length; i++)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c281 ASN1_OCTET_STRING *hashValue; member in struct:__anon32033
357 ASN1_SIMPLE(HashAlgAndValue, hashValue, ASN1_OCTET_STRING)
488 n->hash_len = ASN1_STRING_length(hash->hashValue);
489 n->hash = os_memdup(ASN1_STRING_data(hash->hashValue), n->hash_len);
599 data = hash->hashValue->data;
600 for (i = 0; i < hash->hashValue->length; i++)
/external/swiftshader/third_party/subzero/src/
H A DIceOperand.h103 virtual SizeT hashValue() const { function in class:Ice::Operand
164 SizeT hashValue() const override { return 0; }
216 SizeT hashValue() const override { return std::hash<PrimType>()(Value); }
855 SizeT hashValue() const override { return std::hash<SizeT>()(getIndex()); }
H A DIceCfg.cpp556 size_t operator()(const Variable *Var) const { return Var->hashValue(); }
566 Result ^= Instr->getSrc(i)->hashValue();
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 284 milliseconds