Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.h29 CObjectVector<CProp> Props; member
31 void Clear() { Props.Clear(); } in Clear()
35 FOR_VECTOR (i, Props) in AreThereNonOptionalProps()
36 if (!Props[i].IsOptional) in AreThereNonOptionalProps()
45 CProp &prop = Props.AddNew(); in AddProp_Ascii()
63 if (Props[i].Value.vt == VT_UI4) in Get_NumThreads()
64 return (int)Props[i].Value.ulVal; in Get_NumThreads()
73 if (Props[i].Value.vt == VT_UI4) in Get_DicSize()
75 res = Props[i].Value.ulVal; in Get_DicSize()
87 if (Props[i].Value.vt == VT_UI4) in Get_Lzma_Algo()
[all …]
DMethodProps.cpp154 CProp &prop = Props.AddNew(); in AddProp32()
197 CCoderProps coderProps(Props.Size() + (dataSizeReduce ? 1 : 0)); in SetCoderProps()
198 FOR_VECTOR (i, Props) in SetCoderProps()
199 coderProps.AddProp(Props[i]); in SetCoderProps()
213 for (int i = Props.Size() - 1; i >= 0; i--) in FindProp()
214 if (Props[i].Id == id) in FindProp()
224 if (Props[i].Value.vt != VT_UI4) in GetLevel()
226 UInt32 level = Props[i].Value.ulVal; in GetLevel()
378 Props.Add(prop); in SetParam()
428 Props.Add(prop); in ParseParamsFromPROPVARIANT()
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp128 uint16_t Props; in deserialize() local
134 Props = L->Properties; in deserialize()
135 uint16_t WrtValue = (Props & WinRTKindMask) >> WinRTKindShift; in deserialize()
137 uint16_t HfaMask = (Props & HfaKindMask) >> HfaKindShift; in deserialize()
140 ClassOptions Options = static_cast<ClassOptions>(Props); in deserialize()
150 uint16_t Props; in deserialize() local
156 Props = L->Properties; in deserialize()
158 uint16_t HfaMask = (Props & HfaKindMask) >> HfaKindShift; in deserialize()
160 ClassOptions Options = static_cast<ClassOptions>(Props); in deserialize()
DTypeDumper.cpp261 uint16_t Props = static_cast<uint16_t>(Class.getOptions()); in visitClass() local
263 W->printFlags("Properties", Props, makeArrayRef(ClassOptionNames)); in visitClass()
269 if (Props & uint16_t(ClassOptions::HasUniqueName)) in visitClass()
276 uint16_t Props = static_cast<uint16_t>(Union.getOptions()); in visitUnion() local
278 W->printFlags("Properties", Props, makeArrayRef(ClassOptionNames)); in visitUnion()
282 if (Props & uint16_t(ClassOptions::HasUniqueName)) in visitUnion()
289 uint16_t Props = static_cast<uint16_t>(Enum.getOptions()); in visitEnum() local
296 if (Props & uint16_t(ClassOptions::HasUniqueName)) in visitEnum()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp271 LoopProperties &Props = PropsIt->second; in countLoop() local
292 Props.SizeEstimation = Metrics.NumInsts; in countLoop()
293 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop()
294 Props.WasUnswitchedCount = 0; in countLoop()
295 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop()
306 CurrentLoopProperties = &Props; in countLoop()
307 CurLoopInstructions = &Props.UnswitchedVals; in countLoop()
318 LoopProperties &Props = LIt->second; in forgetLoop() local
319 MaxSize += (Props.CanBeUnswitchedCount + Props.WasUnswitchedCount) * in forgetLoop()
320 Props.SizeEstimation; in forgetLoop()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp822 FOR_VECTOR (j, m.Props) in UpdateItems()
824 const CProp &prop = m.Props[j]; in UpdateItems()
857 FOR_VECTOR (j, _filterMethod.Props) in UpdateItems()
859 const CProp &prop = _filterMethod.Props[j]; in UpdateItems()
/external/pdfium/third_party/lcms/src/
Dcmscgats.c2404 char **Props; in cmsIT8EnumProperties() local
2419 Props = (char **) AllocChunk(it8, sizeof(char *) * n); in cmsIT8EnumProperties()
2424 Props[n++] = p -> Keyword; in cmsIT8EnumProperties()
2427 *PropertyNames = Props; in cmsIT8EnumProperties()
2436 const char **Props; in cmsIT8EnumPropertyMulti() local
2458 Props = (const char **) AllocChunk(it8, sizeof(char *) * n); in cmsIT8EnumPropertyMulti()
2464 Props[n++] = p ->Subkey; in cmsIT8EnumPropertyMulti()
2467 *SubpropertyNames = Props; in cmsIT8EnumPropertyMulti()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.cpp339 CodeGenRegisterClass::CodeGenRegisterClass(StringRef Name, Key Props) in CodeGenRegisterClass() argument
340 : Members(*Props.Members), in CodeGenRegisterClass()
344 SpillSize(Props.SpillSize), in CodeGenRegisterClass()
345 SpillAlignment(Props.SpillAlignment), in CodeGenRegisterClass()
DCodeGenRegisters.h214 CodeGenRegisterClass(StringRef Name, Key Props);
/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h23 CByteBuffer Props; member
D7zIn.cpp397 coder.Props.Alloc((size_t)propsSize); in ParseFolder()
398 ReadBytes((Byte *)coder.Props, (size_t)propsSize); in ParseFolder()
401 coder.Props.Free(); in ParseFolder()
D7zOut.cpp276 size_t propsSize = coder.Props.Size(); in WriteFolder()
288 WriteBytes(coder.Props, propsSize); in WriteFolder()
D7zDecode.cpp364 const CByteBuffer &props = coderInfo.Props; in Decode()
D7zEncode.cpp376 CByteBuffer &props = folderItem.Coders[numMethods - 1 - i].Props; in Encode()
D7zUpdate.cpp397 if (coder.Props.Size() == 1) in Get_FilterGroup_for_Folder()
399 m.Delta = (unsigned)coder.Props[0] + 1; in Get_FilterGroup_for_Folder()
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp723 StringRef Name, Key Props) in CodeGenRegisterClass() argument
724 : Members(*Props.Members), in CodeGenRegisterClass()
729 SpillSize(Props.SpillSize), in CodeGenRegisterClass()
730 SpillAlignment(Props.SpillAlignment), in CodeGenRegisterClass()
DCodeGenRegisters.h423 CodeGenRegisterClass(CodeGenRegBank&, StringRef Name, Key Props);