Searched refs:mapIndex (Results 1 – 2 of 2) sorted by relevance
244 const int mapIndex = getTailEntryIndex(); in allocateTable() local248 return mapIndex; in allocateTable()315 const int mapIndex = bitmapEntry.getTableIndex(); in putInternal() local318 return addNewEntryByExpandingTable(key, value, mapIndex, bitmap, bitmapEntryIndex, label); in putInternal()320 const int entryIndex = mapIndex + popCount(bitmap, label); in putInternal()
155 int mapIndex = getIndexForValue(mInterfaces, ifName); in getInterfaceIndex() local156 if (mapIndex < 0) return null; in getInterfaceIndex()157 return mInterfaces.keyAt(mapIndex); in getInterfaceIndex()284 int mapIndex = getIndexForValue(mVirtualInterfaces, ifName); in getVirtualInterfaceIndex() local285 if (mapIndex < 0) return null; in getVirtualInterfaceIndex()286 return mVirtualInterfaces.keyAt(mapIndex); in getVirtualInterfaceIndex()