Home
last modified time | relevance | path

Searched refs:kMinOffsetChars (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_hex_dump/
Dhex_dump.cc38 constexpr const size_t kMinOffsetChars = 4; variable
75 padding = std::max(offs_width, kMinOffsetChars); in PrintFormatHeader()
153 if (significant < kMinOffsetChars) { in DumpLine()
154 builder.append(kMinOffsetChars - significant, '0'); in DumpLine()
245 HexDigitCount(std::max(source_data_.size_bytes(), kMinOffsetChars)); in ValidateBufferSize()