Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuCore.cpp489 static const int kFormatInBytesMax = 16; variable
491 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()