Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgptcurses.cc139 … if ((current->prevSpace != NULL) && (current->prevSpace->lastLBA < (current->firstLBA - 1))) { in AddEmptySpaces()
140 AddEmptySpace(current->prevSpace->lastLBA + 1, current->firstLBA - 1); in AddEmptySpaces()
153 if (theSpace->prevSpace != NULL) in UnlinkSpace()
154 theSpace->prevSpace->nextSpace = theSpace->nextSpace; in UnlinkSpace()
156 theSpace->nextSpace->prevSpace = theSpace->prevSpace; in UnlinkSpace()
160 lastSpace = theSpace->prevSpace; in UnlinkSpace()
162 theSpace->prevSpace = NULL; in UnlinkSpace()
172 theSpace->prevSpace = NULL; in LinkToEnd()
174 theSpace->prevSpace = lastSpace; in LinkToEnd()
199 oldLast = earliest->prevSpace; in SortSpaces()
[all …]
Dgptcurses.h73 Space *prevSpace; member
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPUtilsImpl.java1011 boolean prevSpace = false; in applyQuotes()
1041 if (prevSpace) in applyQuotes()
1045 prevSpace = true; in applyQuotes()
1049 prevSpace = false; in applyQuotes()