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

  /external/lzma/CPP/7zip/Archive/Common/
MultiStream.h 41 RINOK(s.Stream->Seek(0, STREAM_SEEK_CUR, &s.LocalPos));
MultiStream.cpp 57 case STREAM_SEEK_CUR: offset += _pos; break;
178 case STREAM_SEEK_CUR: offset += _absPos; break;
  /external/lzma/CPP/7zip/Common/
LimitedStreams.cpp 64 case STREAM_SEEK_CUR: offset += _virtPos; break;
138 case STREAM_SEEK_CUR: offset += _virtPos; break;
200 case STREAM_SEEK_CUR: offset += _virtPos; break;
255 case STREAM_SEEK_CUR: offset += _virtPos; break;
322 case STREAM_SEEK_CUR: offset += _virtPos; break;
351 case STREAM_SEEK_CUR: offset += _virtPos; break;
StreamObjects.cpp 34 case STREAM_SEEK_CUR: offset += _pos; break;
69 case STREAM_SEEK_CUR: offset += _pos; break;
275 case STREAM_SEEK_CUR: offset += _pos; break;
CWrappers.cpp 117 case SZ_SEEK_CUR: moveMethod = STREAM_SEEK_CUR; break;
FileStreams.cpp 254 case STREAM_SEEK_CUR: offset += VirtPos; break;
  /external/lzma/CPP/Common/
MyWindows.h 211 STREAM_SEEK_CUR = 1,
  /external/skia/src/utils/win/
SkIStream.cpp 165 case STREAM_SEEK_CUR: {
  /external/skqp/src/utils/win/
SkIStream.cpp 165 case STREAM_SEEK_CUR: {
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 329 RINOK(stream->Seek(0, STREAM_SEEK_CUR, &_arhiveBeginStreamPosition))
    [all...]
7zOut.cpp 111 RINOK(Stream->Seek(0, STREAM_SEEK_CUR, &_prefixHeaderPos));
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 242 case STREAM_SEEK_CUR: _absPos += 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 1053 milliseconds