Home
last modified time | relevance | path

Searched refs:tlen (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DComparableTimSort.java125 int tlen = (len < 2 * INITIAL_TMP_STORAGE_LENGTH) ? in ComparableTimSort() local
127 if (work == null || workLen < tlen || workBase + tlen > work.length) { in ComparableTimSort()
128 tmp = new Object[tlen]; in ComparableTimSort()
130 tmpLen = tlen; in ComparableTimSort()
DTimSort.java152 int tlen = (len < 2 * INITIAL_TMP_STORAGE_LENGTH) ? in TimSort() local
154 if (work == null || workLen < tlen || workBase + tlen > work.length) { in TimSort()
157 (a.getClass().getComponentType(), tlen); in TimSort()
160 tmpLen = tlen; in TimSort()