Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/runtime/libprofile/
DPathProfiling.c45 pathHashEntry_t* hashBins[ARBITRARY_HASH_BIN_COUNT]; member
135 pathHashEntry_t* hashEntry = hashTable->hashBins[i]; in writeHashTable()
168 hashEntry = hashTable->hashBins[index]; in getPathCounter()
181 hashEntry->next = hashTable->hashBins[index]; in getPathCounter()
182 hashTable->hashBins[index] = hashEntry; in getPathCounter()