Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Wim/
DWimHandler.cpp77 static const char * const k_Methods[] = variable
270 if (method < Z7_ARRAY_SIZE(k_Methods)) in Z7_COM7F_IMF()
283 for (unsigned i = 0; i < Z7_ARRAY_SIZE(k_Methods); i++) in Z7_COM7F_IMF()
288 res += k_Methods[i]; in Z7_COM7F_IMF()
368 if ((unsigned)method < Z7_ARRAY_SIZE(k_Methods)) in MethodToProp()
369 MyStringCopy(temp, k_Methods[(unsigned)method]); in MethodToProp()
/external/lzma/CPP/7zip/Archive/
DCramfsHandler.cpp57 static const char * const k_Methods[] = variable
503 case kpidMethod: prop = k_Methods[_method]; break;
DSquashfsHandler.cpp73 static const char * const k_Methods[] = variable
1961 if (_h.Method < Z7_ARRAY_SIZE(k_Methods))
1962 s = k_Methods[_h.Method];