Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/runtime/libprofile/
DPathProfiling.c42 } pathHashEntry_t; typedef
45 pathHashEntry_t* hashBins[ARBITRARY_HASH_BIN_COUNT];
135 pathHashEntry_t* hashEntry = hashTable->hashBins[i]; in writeHashTable()
138 pathHashEntry_t* temp; in writeHashTable()
161 pathHashEntry_t* hashEntry; in getPathCounter()
178 hashEntry = malloc(sizeof(pathHashEntry_t)); in getPathCounter()