Searched refs:Props (Results 1 - 12 of 12) sorted by relevance

/external/lzma/CPP/7zip/Common/
H A DMethodProps.h29 CObjectVector<CProp> Props; member in struct:CProps
31 void Clear() { Props.Clear(); }
35 FOR_VECTOR (i, Props)
36 if (!Props[i].IsOptional)
49 Props.Add(prop);
64 if (Props[i].Value.vt == VT_UI4)
65 return (int)Props[i].Value.ulVal;
74 if (Props[i].Value.vt == VT_UI4)
76 res = Props[i].Value.ulVal;
88 if (Props[
[all...]
H A DMethodProps.cpp144 Props.Add(prop);
184 CCoderProps coderProps(Props.Size() + (dataSizeReduce ? 1 : 0));
185 FOR_VECTOR (i, Props)
186 coderProps.AddProp(Props[i]);
200 for (int i = Props.Size() - 1; i >= 0; i--)
201 if (Props[i].Id == id)
211 if (Props[i].Value.vt != VT_UI4)
213 UInt32 level = Props[i].Value.ulVal;
367 Props.Add(prop);
419 Props
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp275 LoopProperties &Props = PropsIt->second; local
296 Props.SizeEstimation = Metrics.NumInsts;
297 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
298 Props.WasUnswitchedCount = 0;
299 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
310 CurrentLoopProperties = &Props;
311 CurLoopInstructions = &Props.UnswitchedVals;
322 LoopProperties &Props local
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h25 CByteBuffer Props; member in struct:NArchive::N7z::CCoderInfo
H A D7zEncode.cpp45 // coderInfo.Props can be nonFree;
246 outStreamSpec->CopyToBuffer(encodingInfo.Props);
292 folderItem.Coders[numMethods - 1 - i].Props = _codersInfo[i].Props;
H A D7zIn.cpp455 coder.Props.Alloc((size_t)propsSize);
456 ReadBytes((Byte *)coder.Props, (size_t)propsSize);
459 coder.Props.Free();
H A D7zDecode.cpp241 const CByteBuffer &props = coderInfo.Props;
H A D7zOut.cpp261 size_t propsSize = coder.Props.Size();
286 WriteBytes(coder.Props, propsSize);
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c2403 char **Props; local
2418 Props = (char **) AllocChunk(it8, sizeof(char *) * n);
2423 Props[n++] = p -> Keyword;
2426 *PropertyNames = Props;
2435 const char **Props; local
2457 Props = (const char **) AllocChunk(it8, sizeof(char *) * n);
2463 Props[n++] = p ->Subkey;
2466 *SubpropertyNames = Props;
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp875 FOR_VECTOR (j, m.Props)
877 const CProp &prop = m.Props[j];
910 FOR_VECTOR (j, _filterMethod.Props)
912 const CProp &prop = _filterMethod.Props[j];
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.h423 CodeGenRegisterClass(CodeGenRegBank&, StringRef Name, Key Props);
H A DCodeGenRegisters.cpp724 StringRef Name, Key Props)
725 : Members(*Props.Members),
730 SpillSize(Props.SpillSize),
731 SpillAlignment(Props.SpillAlignment),
723 CodeGenRegisterClass(CodeGenRegBank &RegBank, StringRef Name, Key Props) argument

Completed in 216 milliseconds