Searched defs:Props (Results 1 - 5 of 5) 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...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h25 CByteBuffer Props; member in struct:NArchive::N7z::CCoderInfo
/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/llvm/utils/TableGen/
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
/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;

Completed in 191 milliseconds