Lines Matching refs:last
118 PRInt32 last = ModSegArraySize(mLastSegmentIndex - 1);
119 if (mFirstSegmentIndex == last) {
120 mLastSegmentIndex = last;
132 PRInt32 last = ModSegArraySize(mLastSegmentIndex - 1);
133 NS_ASSERTION(mSegmentArray[last] != nsnull, "deleting bad segment");
134 (void)mSegAllocator->Free(mSegmentArray[last]);
135 mSegmentArray[last] = nsnull;
136 mLastSegmentIndex = last;
143 PRInt32 last = ModSegArraySize(mLastSegmentIndex - 1);
144 NS_ASSERTION(mSegmentArray[last] != nsnull, "realloc'ing bad segment");
146 (char*)mSegAllocator->Realloc(mSegmentArray[last], newSize);
148 mSegmentArray[last] = newSegment;