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