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

/external/lzma/C/
H A 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; \
36 /* #define HASH_ZIP_CALC hashValue = ((cur[0] | ((UInt32)cur[1] << 8)) ^ p->crc[cur[2]]) & 0xFFFF; */
37 #define HASH_ZIP_CALC hashValue = ((cur[2] | ((UInt32)cur[0] << 8)) ^ p->crc[cur[1]]) & 0xFFFF;
H A DLzFind.c468 UInt32 lenLimit; UInt32 hashValue; const Byte *cur; UInt32 curMatch; \
489 curMatch = p->hash[hashValue];
490 p->hash[hashValue] = p->pos;
500 curMatch = p->hash[hashValue];
501 p->hash[hashValue] = p->pos;
514 curMatch = p->hash[kFix3HashSize + hashValue];
517 p->hash[kFix3HashSize + hashValue] = p->pos;
548 curMatch = p->hash[kFix4HashSize + hashValue];
552 p->hash[kFix4HashSize + hashValue] = p->pos;
595 curMatch = p->hash[kFix4HashSize + hashValue];
[all...]
/external/skia/tools/
H A Dimage_expectations.h34 * Create an ImageDigest using a hashType/hashValue pair.
38 * @param hashValue the value generated by the hash algorithm for a particular image.
40 explicit ImageDigest(const SkString &hashType, uint64_t hashValue);
104 * Expect an image, passed as hashType/hashValue.
106 explicit Expectation(const SkString &hashType, uint64_t hashValue,
H A Dimage_expectations.cpp60 ImageDigest::ImageDigest(const SkString &hashType, uint64_t hashValue) : argument
61 fBitmap(), fHashValue(hashValue), fComputedHashValue(true) {
108 Expectation::Expectation(const SkString &hashType, uint64_t hashValue, bool ignoreFailure) : argument
109 fIsEmpty(false), fIgnoreFailure(ignoreFailure), fImageDigest(hashType, hashValue) {}
/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.java38 private int hashValue; field in class:X509CRLEntryObject
206 hashValue = super.hashCode();
210 return hashValue;
H A DX509CertificateObject.java77 private int hashValue; field in class:X509CertificateObject
593 hashValue = calculateHashCode();
597 return hashValue;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DX509CRLEntryObject.java39 private int hashValue; field in class:X509CRLEntryObject
207 hashValue = super.hashCode();
211 return hashValue;
H A DX509CertificateObject.java78 private int hashValue; field in class:X509CertificateObject
621 hashValue = calculateHashCode();
625 return hashValue;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c278 ASN1_OCTET_STRING *hashValue; member in struct:__anon17337
354 ASN1_SIMPLE(HashAlgAndValue, hashValue, ASN1_OCTET_STRING)
462 n->hash_len = ASN1_STRING_length(hash->hashValue);
468 os_memcpy(n->hash, ASN1_STRING_data(hash->hashValue), n->hash_len);
574 data = hash->hashValue->data;
575 for (i = 0; i < hash->hashValue->length; i++)
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c278 ASN1_OCTET_STRING *hashValue; member in struct:__anon17582
354 ASN1_SIMPLE(HashAlgAndValue, hashValue, ASN1_OCTET_STRING)
462 n->hash_len = ASN1_STRING_length(hash->hashValue);
468 os_memcpy(n->hash, ASN1_STRING_data(hash->hashValue), n->hash_len);
574 data = hash->hashValue->data;
575 for (i = 0; i < hash->hashValue->length; i++)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c278 ASN1_OCTET_STRING *hashValue; member in struct:__anon17825
354 ASN1_SIMPLE(HashAlgAndValue, hashValue, ASN1_OCTET_STRING)
462 n->hash_len = ASN1_STRING_length(hash->hashValue);
468 os_memcpy(n->hash, ASN1_STRING_data(hash->hashValue), n->hash_len);
574 data = hash->hashValue->data;
575 for (i = 0; i < hash->hashValue->length; i++)
/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 ...

Completed in 332 milliseconds