Home
last modified time | relevance | path

Searched refs:numProps (Results 1 - 25 of 26) sorted by relevance

12

/third_party/lzma/CPP/7zip/Compress/
H A DLzma2Encoder.cpp65 const PROPVARIANT *coderProps, UInt32 numProps)) in SetCoderProperties()
70 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
79 const PROPVARIANT *coderProps, UInt32 numProps)) in SetCoderPropertiesOpt()
81 for (UInt32 i = 0; i < numProps; i++) in SetCoderPropertiesOpt()
64 SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) SetCoderProperties() argument
78 SetCoderPropertiesOpt(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) SetCoderPropertiesOpt() argument
H A DXzEncoder.cpp187 const PROPVARIANT *coderProps, UInt32 numProps)) in SetCoderProperties()
191 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
202 const PROPVARIANT *coderProps, UInt32 numProps)) in SetCoderPropertiesOpt()
204 for (UInt32 i = 0; i < numProps; i++) in SetCoderPropertiesOpt()
186 SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) SetCoderProperties() argument
201 SetCoderPropertiesOpt(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) SetCoderPropertiesOpt() argument
H A DBranchMisc.cpp46 Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)) in SetCoderProperties() argument
49 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
H A DDeltaFilter.cpp53 Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)) in SetCoderProperties() argument
56 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
H A DLzmaEncoder.cpp168 const PROPVARIANT *coderProps, UInt32 numProps)) in SetCoderProperties()
173 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
193 const PROPVARIANT *coderProps, UInt32 numProps)) in SetCoderPropertiesOpt()
195 for (UInt32 i = 0; i < numProps; i++) in SetCoderPropertiesOpt()
167 SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) SetCoderProperties() argument
192 SetCoderPropertiesOpt(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) SetCoderPropertiesOpt() argument
H A DPpmdEncoder.cpp55 Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps)) in SetCoderProperties() argument
59 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
H A DBcj2Coder.cpp79 Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)) in SetCoderProperties() argument
83 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
/third_party/lzma/CPP/7zip/Archive/
H A DIArchive.h323 x(GetNumberOfProperties(UInt32 *numProps)) \
325 x(GetNumberOfArchiveProperties(UInt32 *numProps)) \
368 x(GetNumRawProps(UInt32 *numProps)) \
548 x(SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps))
584 Z7_COM7F_IMF(CHandler::fn(UInt32 *numProps)) \
585 { *numProps = Z7_ARRAY_SIZE(k); return S_OK; } \
616 Z7_COM7F_IMF(CHandler::GetNumberOfArchiveProperties(UInt32 *numProps)) \
617 { *numProps = 0; return S_OK; } \
H A DXzHandler.cpp1385 Z7_COM7F_IMF(CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)) in SetProperties() argument
1391 for (UInt32 i = 0; i < numProps; i++) in SetProperties()
/third_party/lzma/CPP/Common/
H A DSha256Reg.cpp47 Z7_COM7F_IMF(CSha256Hasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps))
50 for (UInt32 i = 0; i < numProps; i++)
H A DCrcReg.cpp60 Z7_COM7F_IMF(CCrcHasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps))
62 for (UInt32 i = 0; i < numProps; i++)
/third_party/lzma/CPP/7zip/UI/Console/
H A DList.cpp459 UInt32 numProps; in AddMainProps() local
460 RINOK(archive->GetNumberOfProperties(&numProps)) in AddMainProps()
461 for (UInt32 i = 0; i < numProps; i++) in AddMainProps()
474 UInt32 numProps; in AddRawProps() local
475 RINOK(getRawProps->GetNumRawProps(&numProps)) in AddRawProps()
476 for (UInt32 i = 0; i < numProps; i++) in AddRawProps()
982 UInt32 numProps; in Print_OpenArchive_Props() local
983 RINOK(archive->GetNumberOfArchiveProperties(&numProps)) in Print_OpenArchive_Props()
985 for (UInt32 j = 0; j < numProps; j++) in Print_OpenArchive_Props()
997 UInt32 numProps; in Print_OpenArchive_Props() local
[all...]
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp59 Z7_COM7F_IMF(CHandler::GetNumberOfProperties(UInt32 *numProps)) in GetNumberOfProperties() argument
61 *numProps = 0; in GetNumberOfProperties()
317 Z7_COM7F_IMF(CHandler::GetNumRawProps(UInt32 *numProps)) in GetNumRawProps() argument
319 *numProps = 0; in GetNumRawProps()
750 Z7_COM7F_IMF(CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)) in SetProperties() argument
757 for (UInt32 i = 0; i < numProps; i++) in SetProperties()
H A D7zProperties.cpp147 Z7_COM7F_IMF(CHandler::GetNumberOfProperties(UInt32 *numProps)) in GetNumberOfProperties() argument
149 *numProps = _fileInfoPopIDs.Size(); in GetNumberOfProperties()
H A D7zHandlerOut.cpp1012 Z7_COM7F_IMF(CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)) in SetProperties() argument
1018 for (UInt32 i = 0; i < numProps; i++) in SetProperties()
/third_party/lzma/CPP/7zip/Crypto/
H A DMyAes.cpp224 Z7_COM7F_IMF(CAesCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps)) in SetCoderProperties() argument
227 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
/third_party/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp272 HRESULT CSingleMethodProps::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps) in SetProperties() argument
276 for (UInt32 i = 0; i < numProps; i++) in SetProperties()
H A DHandlerOut.h123 HRESULT SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps);
/third_party/lzma/CPP/7zip/
H A DICoder.h170 x(SetCoderPropertiesOpt(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps))
175 x(SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps))
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp703 unsigned numProps = kNumPropsMax;
705 numProps--;
707 HRESULT res = encoderSpec->SetCoderProperties(propIDs, props, numProps);
/third_party/icu/icu4c/source/test/intltest/
H A Dintltest.cpp584 numProps = 0; in IntlTest()
601 numProps = caller->numProps; in setCaller()
602 for (int32_t i = 0; i < numProps; i++) { in setCaller()
2307 if (numProps < kMaxProps) { in setProperty()
2308 proplines[numProps] = propline; in setProperty()
2310 numProps++; in setProperty()
2315 for (int32_t i = 0; i < numProps; i++) { in getProperty()
H A Dintltest.h396 int32_t numProps; member in IntlTest
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp191 Z7_COM7F_IMF(CArchiveUpdateCallback::GetNumRawProps(UInt32 *numProps)) in GetNumRawProps() argument
193 *numProps = 0; in GetNumRawProps()
195 *numProps = 1; in GetNumRawProps()
H A DHashCalc.cpp1043 Z7_COM7F_IMF(CHandler::GetNumRawProps(UInt32 *numProps)) in GetNumRawProps() argument
1045 *numProps = Z7_ARRAY_SIZE(kRawProps); in GetNumRawProps()
2047 Z7_COM7F_IMF(CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)) in SetProperties() argument
2053 for (UInt32 i = 0; i < numProps; i++) in SetProperties()
/third_party/mesa3d/src/glx/
H A Dglxext.c721 reply.numProps, in getVisualConfigs()

Completed in 23 milliseconds

12