HomeSort by relevance Sort by last modified time
    Searched defs:Props (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/DebugInfo/CodeView/
TypeRecord.cpp 128 uint16_t Props;
134 Props = L->Properties;
135 uint16_t WrtValue = (Props & WinRTKindMask) >> WinRTKindShift;
137 uint16_t HfaMask = (Props & HfaKindMask) >> HfaKindShift;
140 ClassOptions Options = static_cast<ClassOptions>(Props);
150 uint16_t Props;
156 Props = L->Properties;
158 uint16_t HfaMask = (Props & HfaKindMask) >> HfaKindShift;
160 ClassOptions Options = static_cast<ClassOptions>(Props);
TypeDumper.cpp 261 uint16_t Props = static_cast<uint16_t>(Class.getOptions());
263 W->printFlags("Properties", Props, makeArrayRef(ClassOptionNames));
269 if (Props & uint16_t(ClassOptions::HasUniqueName))
276 uint16_t Props = static_cast<uint16_t>(Union.getOptions());
278 W->printFlags("Properties", Props, makeArrayRef(ClassOptionNames));
282 if (Props & uint16_t(ClassOptions::HasUniqueName))
289 uint16_t Props = static_cast<uint16_t>(Enum.getOptions());
296 if (Props & uint16_t(ClassOptions::HasUniqueName))
  /external/lzma/CPP/7zip/Common/
MethodProps.h 29 CObjectVector<CProp> Props;
31 void Clear() { Props.Clear(); }
35 FOR_VECTOR (i, Props)
36 if (!Props[i].IsOptional)
45 CProp &prop = Props.AddNew();
63 if (Props[i].Value.vt == VT_UI4)
64 return (int)Props[i].Value.ulVal;
73 if (Props[i].Value.vt == VT_UI4)
75 res = Props[i].Value.ulVal;
87 if (Props[i].Value.vt == VT_UI4)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 23 CByteBuffer Props;
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 271 LoopProperties &Props = PropsIt->second;
292 Props.SizeEstimation = Metrics.NumInsts;
293 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
294 Props.WasUnswitchedCount = 0;
295 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
306 CurrentLoopProperties = &Props;
307 CurLoopInstructions = &Props.UnswitchedVals;
318 LoopProperties &Props = LIt->second
    [all...]
  /external/pdfium/third_party/lcms/src/
cmscgats.c     [all...]

Completed in 457 milliseconds