Lines Matching refs:MAX_LENGTH

136     const int MAX_LENGTH = 256;  in DumpReports()  local
158 char caption[MAX_LENGTH]; in DumpReports()
163 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
170 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
176 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
182 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
190 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
195 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
213 char formatString[MAX_LENGTH]; in DumpReports()
220 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, in DumpReports()
226 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
233 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, iCacheMiss); in DumpReports()
234 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
240 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, dCacheReadMiss); in DumpReports()
241 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
247 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, dCacheWriteMiss); in DumpReports()
248 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
252 ut::strncat(output, MAX_LENGTH, it->name, std::strlen(it->name) + 1); in DumpReports()
254 ut::strncat(output, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()