Searched refs:kFormatInBytesMax (Results 1 – 1 of 1) sorted by relevance
489 static const int kFormatInBytesMax = 16; variable491 typedef char FormatBuf[2 + kFormatInBytesMax*2 + (kFormatInBytesMax - 1) + 3 + 1];495 const int lim = std::min(kFormatInBytesMax, inBytes); in format_bytes()504 if (kFormatInBytesMax < inBytes) in format_bytes()