Searched refs:oldFirst (Results 1 – 3 of 3) sorted by relevance
185 Space *oldFirst, *oldLast, *earliest = NULL, *current = NULL; in SortSpaces() local187 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()
870 int oldFirst = 0; in main() local913 if (oldFirst != first) { in main()915 oldFirst = first; in main()1087 int oldFirst = 0; in writeIndexMap() local1092 if (oldFirst != first) { in writeIndexMap()1094 oldFirst = first; in writeIndexMap()
553 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) {