Home
last modified time | relevance | path

Searched refs:Z7_ARRAY_SIZE (Results 1 - 25 of 27) sorted by relevance

12

/third_party/lzma/CPP/7zip/Common/
H A DRegisterArc.h55 REGISTER_ARC_R(n, e, ae, id, Z7_ARRAY_SIZE(sig), sig, offs, flags, 0, CreateArc, NULL, isArc)
71 REGISTER_ARC_R(n, e, ae, id, Z7_ARRAY_SIZE(sig), sig, offs, flags, tf, CreateArc, CreateArcOut, isArc)
76 REGISTER_ARC_V(n, e, ae, id, Z7_ARRAY_SIZE(sig), sig, offs, flags, tf, CreateArc, CreateArcOut, isArc) \
H A DRegisterCodec.h40 REGISTER_CODECS_NAME(x)() { for (unsigned i = 0; i < Z7_ARRAY_SIZE(g_CodecsInfo); i++) \
H A DMethodProps.cpp446 static_assert(Z7_ARRAY_SIZE(g_NameToPropID) == NCoderPropID::k_NUM_DEFINED,
453 for (unsigned i = 0; i < Z7_ARRAY_SIZE(g_NameToPropID); i++) in FindPropIdExact()
/third_party/lzma/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp408 if (v0 < Z7_ARRAY_SIZE(sidNames)) in ParseSid()
416 const int index = FindPairIndex(sid_32_Names, Z7_ARRAY_SIZE(sid_32_Names), v1); in ParseSid()
426 const int index = FindPairIndex(sid_21_Names, Z7_ARRAY_SIZE(sid_21_Names), v4); in ParseSid()
435 for (unsigned i = 0; i < Z7_ARRAY_SIZE(services_to_name); i++) in ParseSid()
704 const int index = FindPairIndex(k_ReparseTags, Z7_ARRAY_SIZE(k_ReparseTags), tag); in ConvertNtReparseToString()
H A DExtractingFilePath.cpp127 for (unsigned i = 0; i < Z7_ARRAY_SIZE(g_ReservedNames); i++) in IsSupportedName()
H A DArchiveCommandLine.cpp997 if (!parser.ParseStrings(kSwitchForms, Z7_ARRAY_SIZE(kSwitchForms), commandStrings)) in Parse1()
1202 const unsigned num = byteOnlyCodePages ? kNumByteOnlyCodePages : Z7_ARRAY_SIZE(g_CodePagePairs); in FindCharset()
H A DHashCalc.cpp826 for (i = 0; i < Z7_ARRAY_SIZE(k_CsumMethodNames); i++) in GetMethod_from_FileName()
839 if (i != Z7_ARRAY_SIZE(k_CsumMethodNames)) in GetMethod_from_FileName()
1045 *numProps = Z7_ARRAY_SIZE(kRawProps); in GetNumRawProps()
H A DBench.cpp3118 for (unsigned i = 0; i < Z7_ARRAY_SIZE(g_Bench); i++)
3519 for (unsigned i = 0; i < Z7_ARRAY_SIZE(g_Hash); i++)
4159 for (unsigned i = 0; i < Z7_ARRAY_SIZE(g_Hash); i++)
4197 for (unsigned i = 0; i < Z7_ARRAY_SIZE(g_Bench); i++)
4750 for (i = 0; i < Z7_ARRAY_SIZE(g_Bench); i++)
4777 if (i == Z7_ARRAY_SIZE(g_Bench))
H A DOpenArchive.cpp1115 return IsNameFromList(ai.Name, k_PreArcFormats, Z7_ARRAY_SIZE(k_PreArcFormats));
1137 return IsNameFromList(ai.Name, k_Formats_with_simple_signuature, Z7_ARRAY_SIZE(k_Formats_with_simple_signuature));
H A DLoadCodecs.cpp462 for (unsigned j = 0; j < Z7_ARRAY_SIZE(kArcFlagsPars); j += 2) in LoadFormats()
/third_party/lzma/CPP/7zip/UI/GUI/
H A DExtractDialog.cpp153 LangSetDlgItems(*this, kLangIDs, Z7_ARRAY_SIZE(kLangIDs)); in OnInit()
230 AddComboItems(_pathMode, kPathMode_IDs, Z7_ARRAY_SIZE(kPathMode_IDs), kPathModeButtonsVals, PathMode); in OnInit()
231 AddComboItems(_overwriteMode, kOverwriteMode_IDs, Z7_ARRAY_SIZE(kOverwriteMode_IDs), kOverwriteButtonsVals, OverwriteMode); in OnInit()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DPasswordDialog.cpp35 LangSetDlgItems(*this, kLangIDs, Z7_ARRAY_SIZE(kLangIDs)); in OnInit()
H A DOverwriteDialog.cpp101 LangSetDlgItems(*this, kLangIDs, Z7_ARRAY_SIZE(kLangIDs)); in OnInit()
H A DProgressDialog2.cpp370 LangSetDlgItems(*this, kLangIDs, Z7_ARRAY_SIZE(kLangIDs)); in OnInit()
371 LangSetDlgItems_Colon(*this, kLangIDs_Colon, Z7_ARRAY_SIZE(kLangIDs_Colon)); in OnInit()
547 for (unsigned i = 0; i < Z7_ARRAY_SIZE(kIDs); i += 2) in OnSize()
965 const DWORD res2 = WaitForMultipleObjects(Z7_ARRAY_SIZE(h), h, FALSE, kCreateDelay); in Create()
H A DExtractCallback.cpp467 for (unsigned i = 0; i < Z7_ARRAY_SIZE(k_ErrorFlagsIds); i++) in GetOpenArcErrorMessage()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zProperties.cpp158 for (unsigned i = 0; i < Z7_ARRAY_SIZE(kPropMap); i++) in GetPropertyInfo()
H A D7zUpdate.cpp917 for (unsigned i = 0; i < Z7_ARRAY_SIZE(g_Exe_Exts); i++) in IsExt_Exe()
926 for (unsigned i = 0; i < Z7_ARRAY_SIZE(g_ExeUnix_Exts); i++)
951 for (unsigned i = 0; i < Z7_ARRAY_SIZE(g_ExeUnix_Exts); i++) in IsExt_ExeUnix_NumericAllowed()
/third_party/lzma/CPP/7zip/Archive/
H A DIArchive.h585 { *numProps = Z7_ARRAY_SIZE(k); return S_OK; } \
587 { if (index >= Z7_ARRAY_SIZE(k)) return E_INVALIDARG; \
H A DXzHandler.cpp265 for (unsigned i = 0; i < Z7_ARRAY_SIZE(g_NamePairs); i++) in AddMethodString()
1401 for (k = 0; k < Z7_ARRAY_SIZE(g_NamePairs); k++) in SetProperties()
1410 if (k == Z7_ARRAY_SIZE(g_NamePairs)) in SetProperties()
/third_party/lzma/C/
H A D7zTypes.h558 #ifndef Z7_ARRAY_SIZE
559 #define Z7_ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/third_party/lzma/CPP/7zip/Compress/
H A DXzEncoder.cpp64 for (unsigned i = 0; i < Z7_ARRAY_SIZE(g_NamePairs); i++) in FilterIdFromName()
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp358 if (!parser.ParseStrings(kSwitchForms, Z7_ARRAY_SIZE(kSwitchForms), commandStrings))
677 const unsigned kNumPropsMax = Z7_ARRAY_SIZE(propIDs);
/third_party/lzma/CPP/7zip/UI/Console/
H A DList.cpp416 if (propID < Z7_ARRAY_SIZE(kPropIdToName)) in GetPropName()
820 if (propID < Z7_ARRAY_SIZE(kPropIdToName)) in PrintPropName_and_Eq()
1072 fp.Init(kStandardFieldTable, Z7_ARRAY_SIZE(kStandardFieldTable)); in ListArchives()
H A DExtractCallbackConsole.cpp563 for (unsigned i = 0; i < Z7_ARRAY_SIZE(k_ErrorFlagsMessages); i++) in GetOpenArcErrorMessage()
/third_party/lzma/CPP/Windows/
H A DSystemInfo.cpp364 s += TypeToString2(k_PROCESSOR_ARCHITECTURE, Z7_ARRAY_SIZE(k_PROCESSOR_ARCHITECTURE), si.wProcessorArchitecture); in SysInfo_To_String()
370 // s += TypePairToString(k_PROCESSOR, Z7_ARRAY_SIZE(k_PROCESSOR), si.dwProcessorType); in SysInfo_To_String()
620 // const unsigned kNumFeatures = Z7_ARRAY_SIZE(k_PF) + kNumFeatures_Extra; in AddCpuFeatures()
629 // s += TypeToString2(k_PF, Z7_ARRAY_SIZE(k_PF), i); in AddCpuFeatures()

Completed in 32 milliseconds

12