Searched refs:thisSize (Results 1 – 7 of 7) sorted by relevance
115 int thisSize = size(); in compareTo() local117 int compareSize = (thisSize < otherSize) ? thisSize : otherSize; in compareTo()128 if (thisSize < otherSize) { in compareTo()130 } else if (thisSize > otherSize) { in compareTo()
70 int thisSize = size(); in compareTo() local72 int checkSize = Math.min(thisSize, otherSize); in compareTo()83 if (thisSize < otherSize) { in compareTo()85 } else if (thisSize > otherSize) { in compareTo()
142 int thisSize = size(); in compareTo() local144 int checkSize = Math.min(thisSize, otherSize); in compareTo()155 if (thisSize < otherSize) { in compareTo()157 } else if (thisSize > otherSize) { in compareTo()
277 int thisSize = parameterTypes.size(); in compareTo() local279 int size = Math.min(thisSize, otherSize); in compareTo()292 if (thisSize < otherSize) { in compareTo()294 } else if (thisSize > otherSize) { in compareTo()
91 size_t thisSize = m_vector.size(); in containsAll() local96 for (j = 0; j < thisSize; ++j) { in containsAll()100 if (j == thisSize) in containsAll()
382 int thisSize = size(); in concat() local384 if ((long) thisSize + otherSize >= Integer.MAX_VALUE) { in concat()386 thisSize + "+" + otherSize); in concat()
5534 __u32 thisSize = in yaffs_ScanBackwards() local5552 thisSize = 0; in yaffs_ScanBackwards()5558 shrinkSize > thisSize) { in yaffs_ScanBackwards()5561 thisSize; in yaffs_ScanBackwards()