Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.c468 UInt32 lenLimit; UInt32 hashValue; const Byte *cur; UInt32 curMatch; \
489 curMatch = p->hash[hashValue]; in Bt2_MatchFinder_GetMatches()
490 p->hash[hashValue] = p->pos; in Bt2_MatchFinder_GetMatches()
500 curMatch = p->hash[hashValue]; in Bt3Zip_MatchFinder_GetMatches()
501 p->hash[hashValue] = p->pos; in Bt3Zip_MatchFinder_GetMatches()
514 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_GetMatches()
517 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_GetMatches()
548 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_GetMatches()
552 p->hash[kFix4HashSize + hashValue] = p->pos; in Bt4_MatchFinder_GetMatches()
595 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_GetMatches()
[all …]
DLzHash.h15 #define HASH2_CALC hashValue = cur[0] | ((UInt32)cur[1] << 8);
20 hashValue = (temp ^ ((UInt32)cur[2] << 8)) & p->hashMask; }
26 hashValue = (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)) & p->hashMask; }
33 hashValue = (hash4Value ^ (p->crc[cur[4]] << 3)) & p->hashMask; \
37 #define HASH_ZIP_CALC hashValue = ((cur[2] | ((UInt32)cur[0] << 8)) ^ p->crc[cur[1]]) & 0xFFFF;
/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java137 int hashValue, hash2Value = 0, hash3Value = 0; in GetMatches() local
145 hashValue = (temp ^ (CrcTable[_bufferBase[cur + 3] & 0xFF] << 5)) & _hashMask; in GetMatches()
148 hashValue = ((_bufferBase[cur] & 0xFF) ^ ((int)(_bufferBase[cur + 1] & 0xFF) << 8)); in GetMatches()
150 int curMatch = _hash[kFixHashSize + hashValue]; in GetMatches()
179 _hash[kFixHashSize + hashValue] = _pos; in GetMatches()
272 int hashValue; in Skip() local
282 hashValue = (temp ^ (CrcTable[_bufferBase[cur + 3] & 0xFF] << 5)) & _hashMask; in Skip()
285 hashValue = ((_bufferBase[cur] & 0xFF) ^ ((int)(_bufferBase[cur + 1] & 0xFF) << 8)); in Skip()
287 int curMatch = _hash[kFixHashSize + hashValue]; in Skip()
288 _hash[kFixHashSize + hashValue] = _pos; in Skip()
/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs137 UInt32 hashValue, hash2Value = 0, hash3Value = 0; in GetMatches()
145 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask; in GetMatches()
148 hashValue = _bufferBase[cur] ^ ((UInt32)(_bufferBase[cur + 1]) << 8); in GetMatches()
150 UInt32 curMatch = _hash[kFixHashSize + hashValue]; in GetMatches()
179 _hash[kFixHashSize + hashValue] = _pos; in GetMatches()
272 UInt32 hashValue; in Skip()
282 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask; in Skip()
285 hashValue = _bufferBase[cur] ^ ((UInt32)(_bufferBase[cur + 1]) << 8); in Skip()
287 UInt32 curMatch = _hash[kFixHashSize + hashValue]; in Skip()
288 _hash[kFixHashSize + hashValue] = _pos; in Skip()
/external/skia/tools/
Dimage_expectations.cpp60 ImageDigest::ImageDigest(const SkString &hashType, uint64_t hashValue) : in ImageDigest() argument
61 fBitmap(), fHashValue(hashValue), fComputedHashValue(true) { in ImageDigest()
108 Expectation::Expectation(const SkString &hashType, uint64_t hashValue, bool ignoreFailure) : in Expectation() argument
109 fIsEmpty(false), fIgnoreFailure(ignoreFailure), fImageDigest(hashType, hashValue) {} in Expectation()
Dimage_expectations.h40 explicit ImageDigest(const SkString &hashType, uint64_t hashValue);
106 explicit Expectation(const SkString &hashType, uint64_t hashValue,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
DX509CRLEntryObject.java38 private int hashValue; field in X509CRLEntryObject
206 hashValue = super.hashCode(); in hashCode()
210 return hashValue; in hashCode()
DX509CertificateObject.java77 private int hashValue; field in X509CertificateObject
593 hashValue = calculateHashCode(); in hashCode()
597 return hashValue; in hashCode()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DX509CRLEntryObject.java39 private int hashValue; field in X509CRLEntryObject
207 hashValue = super.hashCode(); in hashCode()
211 return hashValue; in hashCode()
DX509CertificateObject.java78 private int hashValue; field in X509CertificateObject
621 hashValue = calculateHashCode(); in hashCode()
625 return hashValue; in hashCode()
/external/wpa_supplicant_8/hs20/server/ca/
Dopenssl.cnf153 hashValue=FORMAT:HEX,OCTETSTRING:@LOGO_HASH256@
156 hashValue=FORMAT:HEX,OCTETSTRING:@LOGO_HASH1@
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c278 ASN1_OCTET_STRING *hashValue; member
354 ASN1_SIMPLE(HashAlgAndValue, hashValue, ASN1_OCTET_STRING)
462 n->hash_len = ASN1_STRING_length(hash->hashValue); in add_logo()
468 os_memcpy(n->hash, ASN1_STRING_data(hash->hashValue), n->hash_len); in add_logo()
574 data = hash->hashValue->data; in i2r_HashAlgAndValue()
575 for (i = 0; i < hash->hashValue->length; i++) in i2r_HashAlgAndValue()
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...