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

/macosx-10.10/llvmCore-3425.0.34/runtime/libprofile/
H A DPathProfiling.c40 pathHashEntry_t* hashBins[ARBITRARY_HASH_BIN_COUNT]; member in struct:pathHashTable_s
130 pathHashEntry_t* hashEntry = hashTable->hashBins[i];
163 hashEntry = hashTable->hashBins[index];
176 hashEntry->next = hashTable->hashBins[index];
177 hashTable->hashBins[index] = hashEntry;

Completed in 143 milliseconds