Searched defs:initialEntryIndex (Results 1 – 4 of 4) sorted by relevance
852 int initialEntryIndex = modulo(hashCode, length - 1) + 1; // 1..length-1 in findEntry() local874 int initialEntryIndex = modulo(hashCode, length - 1) + 1; // 1..length-1 in findEntry() local890 private int nextIndex(int initialEntryIndex, int entryIndex) { in nextIndex()
860 int initialEntryIndex = modulo(hashCode, length - 1) + 1; // 1..length-1 in findEntry() local882 int initialEntryIndex = modulo(hashCode, length - 1) + 1; // 1..length-1 in findEntry() local898 private int nextIndex(int initialEntryIndex, int entryIndex) { in nextIndex()
875 int32_t initialEntryIndex = (hashCode % (length - 1)) + 1; // 1..length-1 in findEntry() local893 int32_t initialEntryIndex = (hashCode % (length - 1)) + 1; // 1..length-1 in findEntry() local909 inline int32_t nextIndex(int32_t initialEntryIndex, int32_t entryIndex) const { in nextIndex()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...