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

  /external/lzma/CPP/7zip/Archive/Common/
MultiStream.cpp 58 case STREAM_SEEK_END: _pos = _totalLength + offset; break;
182 case STREAM_SEEK_END:
  /external/lzma/CPP/7zip/Common/
LimitedStreams.cpp 54 case STREAM_SEEK_END: _virtPos = _size + offset; break;
106 case STREAM_SEEK_END: newVirtPos += Size; break;
StreamObjects.cpp 33 case STREAM_SEEK_END: _pos = _size + offset; break;
215 case STREAM_SEEK_END: _pos = _size + offset; break;
CWrappers.cpp 114 case SZ_SEEK_END: moveMethod = STREAM_SEEK_END; break;
FileStreams.cpp 259 case STREAM_SEEK_END: newVirtPos += File.Length; break;
  /external/lzma/CPP/Common/
MyWindows.h 200 STREAM_SEEK_END = 2
  /external/chromium_org/third_party/skia/src/utils/win/
SkIStream.cpp 178 case STREAM_SEEK_END: {
  /external/skia/src/utils/win/
SkIStream.cpp 178 case STREAM_SEEK_END: {
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 296 RINOK(inStream->Seek(0, STREAM_SEEK_END, &endPos));
XzHandler.cpp 331 RINOK(inStream->Seek(0, STREAM_SEEK_END, &_packSize));
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 1166 RINOK(_stream->Seek(0, STREAM_SEEK_END, &cur2));
1170 RINOK(_stream->Seek(-checkSize, STREAM_SEEK_END, &cur2));
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 196 case STREAM_SEEK_END:
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidl.h     [all...]

Completed in 249 milliseconds