HomeSort by relevance Sort by last modified time
    Searched refs:hashValue (Results 1 - 25 of 33) sorted by null

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/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 458 UInt32 lenLimit; UInt32 hashValue; const Byte *cur; UInt32 curMatch; \
479 curMatch = p->hash[hashValue];
480 p->hash[hashValue] = p->pos;
490 curMatch = p->hash[hashValue];
491 p->hash[hashValue] = p->pos;
504 curMatch = p->hash[kFix3HashSize + hashValue];
507 p->hash[kFix3HashSize + hashValue] = p->pos;
538 curMatch = p->hash[kFix4HashSize + hashValue];
542 p->hash[kFix4HashSize + hashValue] = p->pos;
585 curMatch = p->hash[kFix4HashSize + hashValue];
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/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 477 UInt32 lenLimit; UInt32 hashValue; const Byte *cur; UInt32 curMatch; \
498 curMatch = p->hash[hashValue];
499 p->hash[hashValue] = p->pos;
509 curMatch = p->hash[hashValue];
510 p->hash[hashValue] = p->pos;
523 curMatch = p->hash[kFix3HashSize + hashValue];
526 p->hash[kFix3HashSize + hashValue] = p->pos;
557 curMatch = p->hash[kFix4HashSize + hashValue];
561 p->hash[kFix4HashSize + hashValue] = p->pos;
604 curMatch = p->hash[kFix4HashSize + hashValue];
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/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 477 UInt32 lenLimit; UInt32 hashValue; const Byte *cur; UInt32 curMatch; \
498 curMatch = p->hash[hashValue];
499 p->hash[hashValue] = p->pos;
509 curMatch = p->hash[hashValue];
510 p->hash[hashValue] = p->pos;
523 curMatch = p->hash[kFix3HashSize + hashValue];
526 p->hash[kFix3HashSize + hashValue] = p->pos;
557 curMatch = p->hash[kFix4HashSize + hashValue];
561 p->hash[kFix4HashSize + hashValue] = p->pos;
604 curMatch = p->hash[kFix4HashSize + hashValue];
    [all...]
  /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...]
  /libcore/ojluni/src/main/java/java/security/
PKCS12Attribute.java 48 private int hashValue = -1;
212 if (hashValue == -1) {
215 return hashValue;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CRLEntryObject.java 39 private int hashValue;
207 hashValue = super.hashCode();
211 return hashValue;
X509CertificateObject.java 80 private int hashValue;
580 if (this.hashValue != other.hashValue)
596 hashValue = super.hashCode();
600 return hashValue;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509CRLEntryObject.java 40 private int hashValue;
208 hashValue = super.hashCode();
212 return hashValue;
X509CertificateObject.java 83 private int hashValue;
626 hashValue = calculateHashCode();
630 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/boringssl/src/ssl/test/runner/
prf.go 379 func hkdfExpandLabel(hash crypto.Hash, secret, label, hashValue []byte, length int) []byte {
380 if len(label) > 255 || len(hashValue) > 255 {
381 panic("hkdfExpandLabel: label or hashValue too long")
383 hkdfLabel := make([]byte, 3+9+len(label)+1+len(hashValue))
393 x[0] = byte(len(hashValue))
394 copy(x[1:], hashValue)
  /external/swiftshader/third_party/subzero/src/
IceOperand.h 103 virtual SizeT hashValue() const {
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()); }
    [all...]
IceCfg.cpp 556 size_t operator()(const Variable *Var) const { return Var->hashValue(); }
566 Result ^= Instr->getSrc(i)->hashValue();
    [all...]
  /external/wpa_supplicant_8/src/utils/
http_curl.c 281 ASN1_OCTET_STRING *hashValue;
357 ASN1_SIMPLE(HashAlgAndValue, hashValue, ASN1_OCTET_STRING)
488 n->hash_len = ASN1_STRING_length(hash->hashValue);
494 os_memcpy(n->hash, ASN1_STRING_data(hash->hashValue), n->hash_len);
600 data = hash->hashValue->data;
601 for (i = 0; i < hash->hashValue->length; i++)
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
deflate.go 93 // hashHead[hashValue] contains the largest inputIndex with the specified hash value
94 // If hashHead[hashValue] is within the current window, then
95 // hashPrev[hashHead[hashValue] & windowMask] contains the previous index
  /prebuilts/go/linux-x86/src/compress/flate/
deflate.go 93 // hashHead[hashValue] contains the largest inputIndex with the specified hash value
94 // If hashHead[hashValue] is within the current window, then
95 // hashPrev[hashHead[hashValue] & windowMask] contains the previous index
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/
bcprov-jdk15on-1.50.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 

Completed in 1682 milliseconds

1 2