Searched refs:atPosition (Results 1 – 1 of 1) sorted by relevance
234 const K atPosition = getKforV(v); variable235 if (atPosition < 0 || // invalid value236 atPosition == oldKey || // value's key still valid and matches old key237 ((atPosition ^ oldKey) & (mHashCapacity - 1)) != 0) { // stale key entry251 const K atPosition = getKforV(v); variable253 if (atPosition < 0 || // invalid value254 ((atPosition ^ mNextKey) & (mHashCapacity - 1)) != 0) { // stale key entry