Home
last modified time | relevance | path

Searched refs:g_MethodMap (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/
H A DPluginWrite.cpp34 static const UInt32 g_MethodMap[] = { 0, 1, 3, 5, 7, 9 }; variable
109 for (i = Z7_ARRAY_SIZE(g_MethodMap); i != 0;) in PutFiles()
112 if (compressionInfo.Level >= g_MethodMap[i]) in PutFiles()
156 compressionInfo.Level = g_MethodMap[0]; in PutFiles()
157 for (i = 0; i < Z7_ARRAY_SIZE(g_MethodMap); i++) in PutFiles()
159 compressionInfo.Level = g_MethodMap[i]; in PutFiles()
484 for (i = Z7_ARRAY_SIZE(g_MethodMap); i != 0;) in CompressFiles()
487 if (compressionInfo.Level >= g_MethodMap[i]) in CompressFiles()
540 compressionInfo.Level = g_MethodMap[0]; in CompressFiles()
541 for (i = 0; i < Z7_ARRAY_SIZE(g_MethodMap); i++) in CompressFiles()
[all …]