/external/lzma/C/ |
LzHash.h | 15 #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;
|
LzFind.c | 468 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...] |
/bootable/recovery/minzip/ |
Hash.c | 151 int hashValue = pHashTable->pEntries[i].hashValue; 155 newIdx = hashValue & (newSize-1); 159 pNewEntries[newIdx].hashValue = hashValue; 194 pEntry->hashValue == itemHash && 211 pEntry->hashValue = itemHash; 320 pEntry->hashValue == itemHash &&
|
Hash.h | 50 unsigned int hashValue;
|
/external/skia/tools/ |
image_expectations.h | 34 * 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,
|
image_expectations.cpp | 60 ImageDigest::ImageDigest(const SkString &hashType, uint64_t hashValue) : 61 fBitmap(), fHashValue(hashValue), fComputedHashValue(true) { 108 Expectation::Expectation(const SkString &hashType, uint64_t hashValue, bool ignoreFailure) : 109 fIsEmpty(false), fIgnoreFailure(ignoreFailure), fImageDigest(hashType, hashValue) {}
|
/external/lzma/Java/SevenZip/Compression/LZ/ |
BinTree.java | 137 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] = _pos; [all...] |
/external/lzma/CS/7zip/Compress/LZ/ |
LzBinTree.cs | 137 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] = _pos; [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
X509CRLEntryObject.java | 38 private int hashValue; 206 hashValue = super.hashCode(); 210 return hashValue;
|
X509CertificateObject.java | 77 private int hashValue; 593 hashValue = calculateHashCode(); 597 return hashValue;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
X509CRLEntryObject.java | 39 private int hashValue; 207 hashValue = super.hashCode(); 211 return hashValue;
|
X509CertificateObject.java | 78 private int hashValue; 621 hashValue = calculateHashCode(); 625 return hashValue;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
NgramContext.java | 228 int hashValue = 0; 233 hashValue ^= wordInfo.hashCode(); 235 return hashValue;
|
/external/wpa_supplicant_8/src/utils/ |
http_curl.c | 278 ASN1_OCTET_STRING *hashValue; 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++) [all...] |
/prebuilts/sdk/tools/lib/ |
signapk.jar | |
/external/google-tv-pairing-protocol/java/jar/ |
bcprov-jdk15-143.jar | |
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |