Home
last modified time | relevance | path

Searched refs:hashEntry (Results 1 – 8 of 8) sorted by relevance

/external/llvm/runtime/libprofile/
DPathProfiling.c130 pathHashEntry_t* hashEntry = hashTable->hashBins[i]; in writeHashTable() local
132 while (hashEntry) { in writeHashTable()
136 pte.pathNumber = hashEntry->pathNumber; in writeHashTable()
137 pte.pathCounter = hashEntry->pathCount; in writeHashTable()
144 temp = hashEntry; in writeHashTable()
145 hashEntry = hashEntry->next; in writeHashTable()
156 pathHashEntry_t* hashEntry; in getPathCounter() local
163 hashEntry = hashTable->hashBins[index]; in getPathCounter()
165 while (hashEntry) { in getPathCounter()
166 if (hashEntry->pathNumber == pathNumber) { in getPathCounter()
[all …]
/external/icu4c/tools/gensprep/
Dstore.c226 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { in hashEntry() function
366 hashTable = uhash_open(hashEntry, compareEntries, NULL, status); in storeMapping()
/external/chromium_org/third_party/icu/source/tools/gensprep/
Dstore.c226 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { in hashEntry() function
385 hashTable = uhash_open(hashEntry, compareEntries, NULL, status); in storeMapping()
/external/smack/src/org/jivesoftware/smack/util/collections/
DAbstractReferenceMap.java418 protected int hashEntry(Object key, Object value) { in hashEntry() method in AbstractReferenceMap
670 return parent.hashEntry(getKey(), getValue()); in hashCode()
/external/icu4c/common/
Dusprep.cpp106 hashEntry(const UHashTok parm) { in hashEntry() function
210 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache()
Duresbund.cpp49 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { in hashEntry() function
272 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache()
/external/chromium_org/third_party/icu/source/common/
Dusprep.cpp106 hashEntry(const UHashTok parm) { in hashEntry() function
213 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache()
Duresbund.c48 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { in hashEntry() function
274 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache()