HomeSort by relevance Sort by last modified time
    Searched defs:hashValue (Results 1 - 15 of 15) sorted by null

  /dalvik/vm/hprof/
HprofString.cpp 55 u4 hashValue;
59 hashValue = computeUtf8Hash(str);
60 val = dvmHashTableLookup(gStringHashTable, hashValue, (void *)str,
66 val = dvmHashTableLookup(gStringHashTable, hashValue, (void *)newStr,
  /bootable/recovery/minzip/
Hash.h 50 unsigned int hashValue;
Hash.c 152 int hashValue = pHashTable->pEntries[i].hashValue;
156 newIdx = hashValue & (newSize-1);
160 pNewEntries[newIdx].hashValue = hashValue;
195 pEntry->hashValue == itemHash &&
215 pEntry->hashValue = itemHash;
331 pEntry->hashValue == itemHash &&
  /dalvik/vm/
Hash.cpp 147 int hashValue = pHashTable->pEntries[i].hashValue;
151 newIdx = hashValue & (newSize-1);
155 pNewEntries[newIdx].hashValue = hashValue;
190 pEntry->hashValue == itemHash &&
210 pEntry->hashValue = itemHash;
362 pEntry->hashValue == itemHash &&
Hash.h 62 u4 hashValue;
Init.cpp 667 int hashValue;
674 hashValue = dvmComputeUtf8Hash(start);
676 hashValue, strdup(start), (HashCompareFunc) strcmp, true);
740 int hashValue = dvmComputeUtf8Hash(curLine);
745 dvmHashTableLookup(gDvmJit.methodTable, hashValue,
752 dvmHashTableLookup(gDvmJit.classTable, hashValue,
    [all...]
  /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;
  /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;
623 hashValue = calculateHashCode();
627 return 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...]
  /dalvik/vm/compiler/
Frontend.cpp 279 int hashValue = dvmComputeUtf8Hash(method->name);
288 hashValue,
299 dvmHashTableLookup(gDvmJit.methodStatsTable, hashValue,
394 int hashValue = dvmComputeUtf8Hash(method->name);
396 dvmHashTableLookup(gDvmJit.methodTable, hashValue,
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.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 

Completed in 2229 milliseconds