Lines Matching refs:MAX_LENGTH
138 const int MAX_LENGTH = 256; in DumpReports() local
160 char caption[MAX_LENGTH]; in DumpReports()
165 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
172 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
178 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
184 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
192 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
197 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
215 char formatString[MAX_LENGTH]; in DumpReports()
222 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, in DumpReports()
228 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
235 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, iCacheMiss); in DumpReports()
236 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
242 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, dCacheReadMiss); in DumpReports()
243 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
249 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, dCacheWriteMiss); in DumpReports()
250 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
254 ut::strncat(output, MAX_LENGTH, it->name, std::strlen(it->name) + 1); in DumpReports()
256 ut::strncat(output, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()