Lines Matching refs:minRegIdx
136 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 in CheckCountNum() local
138 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNum()
147 int minRegIdx = 8; // 8 : index of first REGISTERS - 1 in CheckCountNumAbort() local
149 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumAbort()
158 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 in CheckCountNumPCZero() local
160 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumPCZero()
169 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 in CheckCountNumOverStack() local
171 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumOverStack()
181 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 in CheckCountNumMultiThread() local
183 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumMultiThread()
242 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 in CheckCountNumStackTop() local
244 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumStackTop()
254 int minRegIdx = 11; // 11 : index of first REGISTERS - 1 in CheckCppCrashAllLabelKeywords() local
256 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCppCrashAllLabelKeywords()
1051 int minRegIdx = 5; // 5 : index of first REGISTERS - 1 variable
1053 int count = CheckKeyWords(fileName, log, expectNum, minRegIdx);