Searched refs:RealSize (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/profile/
H A DInstrProfilingValue.c173 size_t S = 0, RealSize = 0, BufferCapacity = 0, Extra = 0; local
222 if (BufferCapacity - RealSize < getValueProfDataSizeRT(&R)) {
232 RealSize += VD->TotalSize;
237 return RealSize;
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp84 UInt64 RealSize; member in struct:COutMultiVolStream::CAltStreamInfo
168 altStream.RealSize = 0;
204 if (_offsetPos > altStream.RealSize)
205 altStream.RealSize = _offsetPos;
245 if ((UInt64)newSize < altStream.RealSize)
248 altStream.RealSize = newSize;
251 newSize -= altStream.RealSize;

Completed in 324 milliseconds