Searched refs:k_Methods (Results 1 – 3 of 3) sorted by relevance
77 static const char * const k_Methods[] = variable270 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()
57 static const char * const k_Methods[] = variable503 case kpidMethod: prop = k_Methods[_method]; break;
73 static const char * const k_Methods[] = variable1961 if (_h.Method < Z7_ARRAY_SIZE(k_Methods))1962 s = k_Methods[_h.Method];