/external/lzma/CPP/7zip/Common/ |
D | MethodProps.h | 32 CObjectVector<CProp> Props; member 34 void Clear() { Props.Clear(); } in Clear() 38 FOR_VECTOR (i, Props) in AreThereNonOptionalProps() 39 if (!Props[i].IsOptional) in AreThereNonOptionalProps() 50 CProp &prop = Props.AddNew(); in AddProp_Ascii() 68 if (Props[i].Value.vt == VT_UI4) in Get_NumThreads() 69 return (int)Props[i].Value.ulVal; in Get_NumThreads() 78 if (Props[i].Value.vt == VT_UI4) in Get_DicSize() 80 res = Props[i].Value.ulVal; in Get_DicSize() 92 if (Props[i].Value.vt == VT_UI4) in Get_Lzma_Algo() [all …]
|
D | MethodProps.cpp | 166 CProp &prop = Props.AddNew(); in AddProp32() 174 CProp &prop = Props.AddNew(); in AddPropBool() 217 CCoderProps coderProps(Props.Size() + (dataSizeReduce ? 1 : 0)); in SetCoderProps() 218 FOR_VECTOR (i, Props) in SetCoderProps() 219 coderProps.AddProp(Props[i]); in SetCoderProps() 233 for (int i = Props.Size() - 1; i >= 0; i--) in FindProp() 234 if (Props[i].Id == id) in FindProp() 244 if (Props[i].Value.vt != VT_UI4) in GetLevel() 246 UInt32 level = Props[i].Value.ulVal; in GetLevel() 427 Props.Add(prop); in SetParam() [all …]
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 128 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()
|
D | TypeDumper.cpp | 261 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/ |
D | LoopUnswitch.cpp | 271 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 248 uint16_t Props = static_cast<uint16_t>(Class.getOptions()); in visitKnownRecord() local 250 W->printFlags("Properties", Props, makeArrayRef(ClassOptionNames)); in visitKnownRecord() 256 if (Props & uint16_t(ClassOptions::HasUniqueName)) in visitKnownRecord() 262 uint16_t Props = static_cast<uint16_t>(Union.getOptions()); in visitKnownRecord() local 264 W->printFlags("Properties", Props, makeArrayRef(ClassOptionNames)); in visitKnownRecord() 268 if (Props & uint16_t(ClassOptions::HasUniqueName)) in visitKnownRecord() 274 uint16_t Props = static_cast<uint16_t>(Enum.getOptions()); in visitKnownRecord() local 281 if (Props & uint16_t(ClassOptions::HasUniqueName)) in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 274 LoopProperties &Props = PropsIt->second; in countLoop() local 295 Props.SizeEstimation = Metrics.NumInsts; in countLoop() 296 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop() 297 Props.WasUnswitchedCount = 0; in countLoop() 298 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop() 309 CurrentLoopProperties = &Props; in countLoop() 310 CurLoopInstructions = &Props.UnswitchedVals; in countLoop() 320 LoopProperties &Props = LIt->second; in forgetLoop() local 321 MaxSize += (Props.CanBeUnswitchedCount + Props.WasUnswitchedCount) * in forgetLoop() 322 Props.SizeEstimation; in forgetLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 361 bool evaluateCMPpi(uint32_t Cmp, uint32_t Props, const APInt &A2, 424 uint32_t Props = (NonZero | Finite); in deduce() local 426 return Props | NegOrZero; in deduce() 427 return Props | PosOrZero; in deduce() 432 uint32_t Props = CF->isNegative() ? (NegOrZero|NonZero) in deduce() local 435 return (Props & ~NumericProperties) | (Zero|Finite); in deduce() 436 Props = (Props & ~NumericProperties) | NonZero; in deduce() 438 return (Props & ~NumericProperties) | NaN; in deduce() 441 return (Props & ~NumericProperties) | Infinity; in deduce() 442 Props |= Finite; in deduce() [all …]
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zItem.h | 23 CByteBuffer Props; member
|
D | 7zOut.cpp | 276 size_t propsSize = coder.Props.Size(); in WriteFolder() 288 WriteBytes(coder.Props, propsSize); in WriteFolder()
|
D | 7zIn.cpp | 413 coder.Props.Alloc((size_t)propsSize); in ParseFolder() 414 ReadBytes((Byte *)coder.Props, (size_t)propsSize); in ParseFolder() 417 coder.Props.Free(); in ParseFolder()
|
D | 7zDecode.cpp | 396 const CByteBuffer &props = coderInfo.Props; in Decode()
|
D | 7zEncode.cpp | 396 CByteBuffer &props = folderItem.Coders[numMethods - 1 - i].Props; in Encode()
|
D | 7zUpdate.cpp | 397 if (coder.Props.Size() == 1) in Get_FilterGroup_for_Folder() 399 m.Delta = (unsigned)coder.Props[0] + 1; in Get_FilterGroup_for_Folder()
|
/external/pdfium/third_party/lcms/src/ |
D | cmscgats.c | 2404 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/ |
D | CodeGenRegisters.cpp | 339 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()
|
D | CodeGenRegisters.h | 214 CodeGenRegisterClass(StringRef Name, Key Props);
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 1126 FOR_VECTOR (j, _filterMethod.Props) in UpdateItems() 1128 const CProp &prop = _filterMethod.Props[j]; in UpdateItems() 1150 FOR_VECTOR (j, m.Props) in UpdateItems() 1152 const CProp &prop = m.Props[j]; in UpdateItems()
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 723 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()
|
D | CodeGenRegisters.h | 423 CodeGenRegisterClass(CodeGenRegBank&, StringRef Name, Key Props);
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 460 CodeGenRegisterClass(CodeGenRegBank&, StringRef Name, Key Props);
|
D | CodeGenRegisters.cpp | 808 StringRef Name, Key Props) in CodeGenRegisterClass() argument 809 : Members(*Props.Members), in CodeGenRegisterClass() 814 RSI(Props.RSI), in CodeGenRegisterClass()
|