Home
last modified time | relevance | path

Searched refs:Props (Results 1 – 20 of 20) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp280 if (coder.MethodID == k_Delta && coder.Props.GetCapacity() == 1) in GetProperty()
281 propsString = ConvertUInt32ToString((UInt32)coder.Props[0] + 1); in GetProperty()
282 else if (coder.MethodID == k_LZMA && coder.Props.GetCapacity() == 5) in GetProperty()
284 UInt32 dicSize = GetUi32((const Byte *)coder.Props + 1); in GetProperty()
287 else if (coder.MethodID == k_LZMA2 && coder.Props.GetCapacity() == 1) in GetProperty()
289 Byte p = coder.Props[0]; in GetProperty()
293 else if (coder.MethodID == k_PPMD && coder.Props.GetCapacity() == 5) in GetProperty()
295 Byte order = *(const Byte *)coder.Props; in GetProperty()
299 UInt32 dicSize = GetUi32((const Byte *)coder.Props + 1); in GetProperty()
302 else if (coder.MethodID == k_AES && coder.Props.GetCapacity() >= 1) in GetProperty()
[all …]
D7zHandlerOut.cpp72 oneMethodInfo.Props.Add(prop); in SetCompressionMethod()
78 oneMethodInfo.Props.Add(prop); in SetCompressionMethod()
84 oneMethodInfo.Props.Add(prop); in SetCompressionMethod()
90 oneMethodInfo.Props.Add(prop); in SetCompressionMethod()
139 methodFull.Props = oneMethodInfo.Props; in SetCompressionMethod()
144 for (int j = 0; j < methodFull.Props.Size(); j++) in SetCompressionMethod()
146 const CProp &prop = methodFull.Props[j]; in SetCompressionMethod()
D7zUpdate.cpp98 return CompareBuffers(c1.Props, c2.Props); in CompareCoders()
365 methodFull.Props.Add(prop); in MakeExeMethod()
371 methodFull.Props.Add(prop); in MakeExeMethod()
377 methodFull.Props.Add(prop); in MakeExeMethod()
383 methodFull.Props.Add(prop); in MakeExeMethod()
389 methodFull.Props.Add(prop); in MakeExeMethod()
D7zEncode.cpp231 outStreamSpec->CopyToBuffer(encodingInfo.Props); in Encode()
272 folderItem.Coders[numMethods - 1 - i].Props = _codersInfo[i].Props; in Encode()
D7zItem.h25 CByteBuffer Props; member
D7zOut.cpp279 size_t propsSize = coder.Props.GetCapacity(); in WriteFolder()
304 WriteBytes(coder.Props, propsSize); in WriteFolder()
D7zDecode.cpp231 const CByteBuffer &props = coderInfo.Props; in Decode()
D7zIn.cpp424 coder.Props.SetCapacity((size_t)propsSize); in GetNextFolderItem()
425 ReadBytes((Byte *)coder.Props, (size_t)propsSize); in GetNextFolderItem()
/external/lzma/C/
D7zDec.c80 if (coder->Props.size != 5) in SzDecodePpmd()
84 unsigned order = coder->Props.data[0]; in SzDecodePpmd()
85 UInt32 memSize = GetUi32(coder->Props.data + 1); in SzDecodePpmd()
134 RINOK(LzmaDec_AllocateProbs(&state, coder->Props.data, (unsigned)coder->Props.size, allocMain)); in SzDecodeLzma()
182 if (coder->Props.size != 1) in SzDecodeLzma2()
184 RINOK(Lzma2Dec_AllocateProbs(&state, coder->Props.data[0], allocMain)); in SzDecodeLzma2()
D7z.h51 CBuf Props; member
D7zIn.c19 Buf_Init(&p->Props); in SzCoderInfo_Init()
24 Buf_Free(&p->Props, alloc); in SzCoderInfo_Free()
584 if (!Buf_Create(&coder->Props, (size_t)propertiesSize, alloc)) in SzGetNextFolderItem()
586 RINOK(SzReadBytes(sd, coder->Props.data, (size_t)propertiesSize)); in SzGetNextFolderItem()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp228 LoopProperties &Props = PropsIt->second; in countLoop() local
249 Props.SizeEstimation = std::min(Metrics.NumInsts, Metrics.NumBlocks * 5); in countLoop()
250 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop()
251 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop()
261 if (!Props.CanBeUnswitchedCount) { in countLoop()
269 CurrentLoopProperties = &Props; in countLoop()
270 CurLoopInstructions = &Props.UnswitchedVals; in countLoop()
281 LoopProperties &Props = LIt->second; in forgetLoop() local
282 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation; in forgetLoop()
/external/lzma/CPP/7zip/Common/
DMethodProps.cpp41 int numProps = method.Props.Size(); in SetMethodProperties()
58 const CProp &prop = method.Props[i]; in SetMethodProperties()
DMethodProps.h21 CObjectVector<CProp> Props; member
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp183 for (int j = 0; j < m.Props.Size(); j++) in SetMethodProp()
184 if (m.Props[j].Id == propID) in SetMethodProp()
189 m.Props.Add(prop); in SetMethodProp()
373 oneMethodInfo.Props.Add(prop); in SetParam()
618 oneMethodInfo.Props.Add(prop); in SetProperty()
DHandlerOut.h13 CObjectVector<CProp> Props; member
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmscgats.c2403 char **Props; in cmsIT8EnumProperties() local
2418 Props = (char **) AllocChunk(it8, sizeof(char *) * n); in cmsIT8EnumProperties()
2423 Props[n++] = p -> Keyword; in cmsIT8EnumProperties()
2426 *PropertyNames = Props; in cmsIT8EnumProperties()
2435 const char **Props; in cmsIT8EnumPropertyMulti() local
2457 Props = (const char **) AllocChunk(it8, sizeof(char *) * n); in cmsIT8EnumPropertyMulti()
2463 Props[n++] = p ->Subkey; in cmsIT8EnumPropertyMulti()
2466 *SubpropertyNames = Props; in cmsIT8EnumPropertyMulti()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp652 for (int j = 0; j < m.Props.Size(); j++) in UpdateItems()
654 const CProp &prop = m.Props[j]; in UpdateItems()
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp724 StringRef Name, Key Props) in CodeGenRegisterClass() argument
725 : Members(*Props.Members), in CodeGenRegisterClass()
730 SpillSize(Props.SpillSize), in CodeGenRegisterClass()
731 SpillAlignment(Props.SpillAlignment), in CodeGenRegisterClass()
DCodeGenRegisters.h423 CodeGenRegisterClass(CodeGenRegBank&, StringRef Name, Key Props);