Home
last modified time | relevance | path

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

/dports/graphics/libfpx/libfpx-1.3.1-10/oless/
H A Ddirp.cxx79 SID sidLeft, sidRight; in InsertEntry() local
92 sidRight = pdeChild->GetRightSib(); in InsertEntry()
97 if (sidLeft == NOSTREAM || sidRight == NOSTREAM) in InsertEntry()
114 msfChk(GetDirEntry(sidRight, FB_NONE, &pdeRight)); in InsertEntry()
116 ReleaseEntry(sidRight); in InsertEntry()
244 SID sidLeft, sidRight; in SplitEntry() local
252 sidRight = pdeChild->GetRightSib(); in SplitEntry()
266 if (sidRight != NOSTREAM) in SplitEntry()
268 msfChk(SetColorBlack(sidRight)); in SplitEntry()
H A Ddir.cxx328 SID sidRight = pde->GetRightSib(); in FindGreaterEntry() local
335 if (sidRight == sidStart) in FindGreaterEntry()
341 if (sidRight == NOSTREAM) in FindGreaterEntry()
344 sc = FindGreaterEntry(sidRight, pdfn, psidResult); in FindGreaterEntry()