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

  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 82 bool Flags_UseGlobalOffset() const { return (Flags & NArcInfoFlags::kUseGlobalOffset) != 0; }
  /external/lzma/CPP/7zip/Archive/
IArchive.h 30 const UInt32 kUseGlobalOffset = 1 << 5; // the seek position of stream must be set as global offset
156 if (kUseGlobalOffset), stream current position can be non 0.
157 if (!kUseGlobalOffset), stream current position is 0.

Completed in 187 milliseconds