Searched refs:remainings (Results 1 – 1 of 1) sorted by relevance
218 final int remainings = numKeys % numColumns; in getTopRowEmptySlots() local219 return remainings == 0 ? 0 : numColumns - remainings; in getTopRowEmptySlots()