/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.cpp | 280 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 …]
|
D | 7zHandlerOut.cpp | 72 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()
|
D | 7zUpdate.cpp | 98 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()
|
D | 7zEncode.cpp | 231 outStreamSpec->CopyToBuffer(encodingInfo.Props); in Encode() 272 folderItem.Coders[numMethods - 1 - i].Props = _codersInfo[i].Props; in Encode()
|
D | 7zItem.h | 25 CByteBuffer Props; member
|
D | 7zOut.cpp | 279 size_t propsSize = coder.Props.GetCapacity(); in WriteFolder() 304 WriteBytes(coder.Props, propsSize); in WriteFolder()
|
D | 7zDecode.cpp | 231 const CByteBuffer &props = coderInfo.Props; in Decode()
|
D | 7zIn.cpp | 424 coder.Props.SetCapacity((size_t)propsSize); in GetNextFolderItem() 425 ReadBytes((Byte *)coder.Props, (size_t)propsSize); in GetNextFolderItem()
|
/external/lzma/C/ |
D | 7zDec.c | 80 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()
|
D | 7z.h | 51 CBuf Props; member
|
D | 7zIn.c | 19 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/ |
D | LoopUnswitch.cpp | 228 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/ |
D | MethodProps.cpp | 41 int numProps = method.Props.Size(); in SetMethodProperties() 58 const CProp &prop = method.Props[i]; in SetMethodProperties()
|
D | MethodProps.h | 21 CObjectVector<CProp> Props; member
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.cpp | 183 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()
|
D | HandlerOut.h | 13 CObjectVector<CProp> Props; member
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmscgats.c | 2403 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/ |
D | XzHandler.cpp | 652 for (int j = 0; j < m.Props.Size(); j++) in UpdateItems() 654 const CProp &prop = m.Props[j]; in UpdateItems()
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 724 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()
|
D | CodeGenRegisters.h | 423 CodeGenRegisterClass(CodeGenRegBank&, StringRef Name, Key Props);
|