Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/runtime/libprofile/
DPathProfiling.c135 pathHashEntry_t* hashEntry = hashTable->hashBins[i]; in writeHashTable() local
137 while (hashEntry) { in writeHashTable()
141 pte.pathNumber = hashEntry->pathNumber; in writeHashTable()
142 pte.pathCounter = hashEntry->pathCount; in writeHashTable()
149 temp = hashEntry; in writeHashTable()
150 hashEntry = hashEntry->next; in writeHashTable()
161 pathHashEntry_t* hashEntry; in getPathCounter() local
168 hashEntry = hashTable->hashBins[index]; in getPathCounter()
170 while (hashEntry) { in getPathCounter()
171 if (hashEntry->pathNumber == pathNumber) { in getPathCounter()
[all …]
/external/icu/icu4c/source/tools/gensprep/
Dstore.c228 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { in hashEntry() function
368 hashTable = uhash_open(hashEntry, compareEntries, NULL, status); in storeMapping()
/external/libyuv/files/tools/ubsan/
Dblacklist.txt45 fun:*hashEntry*
/external/icu/icu4c/source/common/
Dusprep.cpp110 hashEntry(const UHashTok parm) { in hashEntry() function
211 SHARED_DATA_HASHTABLE = uhash_open(hashEntry, compareEntries, NULL, &status); in createCache()
Duresbund.cpp54 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { in hashEntry() function
274 cache = uhash_open(hashEntry, compareEntries, NULL, &status); in createCache()