Searched refs:newIdx (Results 1 – 3 of 3) sorted by relevance
154 int newIdx; in resizeHash() local157 newIdx = hashValue & (newSize - 1); in resizeHash()158 while (pNewEntries[newIdx].data != NULL) in resizeHash()159 newIdx = (newIdx + 1) & (newSize - 1); in resizeHash()161 pNewEntries[newIdx].hashValue = hashValue; in resizeHash()162 pNewEntries[newIdx].data = data; in resizeHash()
153 int newIdx; in resizeHash() local156 newIdx = hashValue & (newSize-1); in resizeHash()157 while (pNewEntries[newIdx].data != NULL) in resizeHash()158 newIdx = (newIdx + 1) & (newSize-1); in resizeHash()160 pNewEntries[newIdx].hashValue = hashValue; in resizeHash()161 pNewEntries[newIdx].data = data; in resizeHash()
87 static void StableIdxEstimation(struct list_head *l, int listSize, int Num, int *newIdx) in StableIdxEstimation() argument109 *newIdx = i; in StableIdxEstimation()