Searched refs:hintIndex (Results 1 – 1 of 1) sorted by relevance
379 public int findIndexHinted(String iface, int uid, int set, int tag, int hintIndex) { in findIndexHinted() argument386 i = (hintIndex + halfOffset) % size; in findIndexHinted()388 i = (size + hintIndex - halfOffset - 1) % size; in findIndexHinted()