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

  /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)
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[i].Value.vt == VT_UI4)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 25 CByteBuffer Props;
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 275 LoopProperties &Props = PropsIt->second;
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 = LIt->second
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmscgats.c     [all...]

Completed in 99 milliseconds