HomeSort by relevance Sort by last modified time
    Searched refs:STREAM_SEEK_END (Results 1 - 18 of 18) sorted by null

  /external/lzma/CPP/7zip/Common/
LimitedStreams.cpp 58 case STREAM_SEEK_END: offset += _size; break;
124 case STREAM_SEEK_END: offset += Size; break;
186 case STREAM_SEEK_END: offset += Extents.Back().Virt; break;
241 case STREAM_SEEK_END:
244 RINOK(Stream->Seek(offset, STREAM_SEEK_END, &pos));
305 case STREAM_SEEK_END: offset += _size; break;
334 case STREAM_SEEK_END: offset += _virtSize; break;
StreamObjects.cpp 35 case STREAM_SEEK_END: offset += _size; break;
241 case STREAM_SEEK_END: offset += _size; break;
FileStreams.cpp 227 if (File.IsDeviceFile && (File.SizeDefined || seekOrigin != STREAM_SEEK_END))
233 case STREAM_SEEK_END: offset += File.Size; break;
CWrappers.cpp 118 case SZ_SEEK_END: moveMethod = STREAM_SEEK_END; break;
  /external/lzma/CPP/7zip/Archive/Common/
MultiStream.cpp 58 case STREAM_SEEK_END: offset += _totalLength; break;
179 case STREAM_SEEK_END: offset += _length; break;
  /external/lzma/CPP/Common/
MyWindows.h 212 STREAM_SEEK_END = 2
  /external/skia/src/utils/win/
SkIStream.cpp 176 case STREAM_SEEK_END: {
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 363 RINOK(inStream->Seek(0, STREAM_SEEK_END, &_packSize));
XzHandler.cpp 490 RINOK(inStream->Seek(0, STREAM_SEEK_END, &_stat.PhySize));
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 390 RINOK(stream->Seek(0, STREAM_SEEK_END, &_fileEndPosition))
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp     [all...]
Update.cpp 228 case STREAM_SEEK_END: _absPos = _length + offset; break;
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidlbase.h     [all...]
objidl.h     [all...]
sapi51.h     [all...]
sapi53.h     [all...]
sapi54.h     [all...]

Completed in 944 milliseconds