Lines Matching defs:const

85   const CXzStatInfo *GetStat() const

123 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
191 static const Byte kProps[] =
198 static const Byte kArcProps[] =
245 const char *Name;
248 static const CMethodNamePair g_NamePairs[] =
262 static void AddMethodString(AString &s, const CXzFilter &f)
264 const char *p = NULL;
299 static const char * const kChecks[] =
319 static void AddCheckString(AString &s, const CXzs &xzs)
344 const CXzStatInfo *stat = GetStat();
405 const CXzStatInfo *stat = GetStat();
600 const size_t numBlocks = (size_t)_stat.NumBlocks + 1;
601 const size_t bytesAlloc = numBlocks * sizeof(CBlockInfo);
614 const CXzStream &str = xzs.p.streams[si];
619 const CXzBlockSizes &bs = str.blocks[bi];
620 const UInt64 packSizeAligned = bs.totalSize + ((0 - (unsigned)bs.totalSize) & 3);
672 Z7_COM7F_IMF(CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *callback))
776 static size_t FindBlock(const CBlockInfo *blocks, size_t numBlocks, UInt64 pos)
801 const size_t kInBufSize = (size_t)1 << 16;
817 const UInt64 packSizeAligned = packSize + ((0 - (unsigned)packSize) & 3);
844 const SRes res = XzUnpacker_Code(&xzu.p,
867 const BoolInt blockFinished = XzUnpacker_IsBlockFinished(&xzu.p);
905 const size_t bi = FindBlock(_handlerSpec->_blocks, _handlerSpec->_blocksArraySize, _virtPos);
906 const CBlockInfo &block = _handlerSpec->_blocks[bi];
907 const UInt64 unpackSize = _handlerSpec->_blocks[bi + 1].UnpackPos - block.UnpackPos;
921 const size_t offset = (size_t)(_virtPos - _cacheStartPos);
922 const size_t rem = _cacheSize - offset;
955 static const UInt64 kMaxBlockSize_for_GetStream = (UInt64)1 << 40;
995 static Int32 Get_Extract_OperationResult(const NCompress::NXz::CDecoder &decoder)
1023 Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems,
1032 const CXzStatInfo *stat = GetStat();
1040 const Int32 askMode = testMode ?
1166 const UInt32 kNumThreads_Max = 1024;
1180 const bool numThreads_WasSpecifiedInMethod = (oneMethodInfo.Get_NumThreads() >= 0);
1195 const UInt32 lzmaThreads = oneMethodInfo.Get_Lzma_NumThreads();
1196 const UInt32 numBlockThreads_Original = numThreads / lzmaThreads;
1202 const UInt64 lzmaMemUsage = oneMethodInfo.Get_Lzma_MemUsage(false);
1244 const CProp &prop = _filterMethod.Props[j];
1268 const CProp &prop = m.Props[j];
1311 const CXzStatInfo *stat = GetStat();
1331 HRESULT CHandler::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value)
1342 const wchar_t *s = name.Ptr(1);
1385 Z7_COM7F_IMF(CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps))
1403 const CMethodNamePair &pair = g_NamePairs[k];