Home
last modified time | relevance | path

Searched refs:oldFirst (Results 1 – 3 of 3) sorted by relevance

/external/gptfdisk/
Dgptcurses.cc185 Space *oldFirst, *oldLast, *earliest = NULL, *current = NULL; in SortSpaces() local
187 oldFirst = firstSpace; in SortSpaces()
190 while (oldFirst != NULL) { in SortSpaces()
191 current = earliest = oldFirst; in SortSpaces()
197 if (oldFirst == earliest) in SortSpaces()
198 oldFirst = earliest->nextSpace; in SortSpaces()
/external/cldr/tools/java/org/unicode/cldr/util/
DDateTimeFormats.java870 int oldFirst = 0; in main() local
913 if (oldFirst != first) { in main()
915 oldFirst = first; in main()
1087 int oldFirst = 0; in writeIndexMap() local
1092 if (oldFirst != first) { in writeIndexMap()
1094 oldFirst = first; in writeIndexMap()
/external/guava/guava/src/com/google/common/collect/
DHashBiMap.java553 BiEntry<K, V> oldFirst = firstInKeyInsertionOrder;
555 for (BiEntry<K, V> entry = oldFirst; entry != null; entry = entry.nextInKeyInsertionOrder) {
715 BiEntry<K, V> oldFirst = firstInKeyInsertionOrder;
717 for (BiEntry<K, V> entry = oldFirst; entry != null; entry = entry.nextInKeyInsertionOrder) {