Searched refs:kLineLength (Results 1 – 5 of 5) sorted by relevance
90 static const int kLineLength = 80; variable95 if (*chars_in_line + 1 + slen >= kLineLength) { // < 80 chars/line in AddString()132 if (newline == NULL && chars_in_line+chars_left < kLineLength) { in DescribeOneFlag()138 if (newline != NULL && newline - c_string < kLineLength - chars_in_line) { in DescribeOneFlag()145 int whitespace = kLineLength-chars_in_line-1; // < 80 chars/line in DescribeOneFlag()153 chars_in_line = kLineLength; // next part gets its own line for sure! in DescribeOneFlag()
30 constexpr int kLineLength = 80; variable46 std::byte line_buffer[kLineLength] = {}; in DumpTraceBufferToLog()
230 static const size_t kLineLength = 32768; in TestCaptureOneFrame() local233 it += kLineLength) { in TestCaptureOneFrame()235 std::cout << std::string(it, std::min(kLineLength, max_length)) in TestCaptureOneFrame()
387 const double kLineLength = 72; in GetAsciiBody() local389 if (largest_count > kLineLength) in GetAsciiBody()390 scaling_factor = kLineLength / largest_count; in GetAsciiBody()408 WriteAsciiBucketGraph(current_size, kLineLength, &output); in GetAsciiBody()
497 const double kLineLength = 72; in GetAsciiBody() local498 if (max_size > kLineLength) in GetAsciiBody()499 scaling_factor = kLineLength / max_size; in GetAsciiBody()531 WriteAsciiBucketGraph(current_size, kLineLength, &output); in GetAsciiBody()