Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalk_common.cc183 const int kBytesPerRow = 16; in PrintStackContents() local
185 for (int i = 0; i < kBytesPerRow; ++i, ++address) { in PrintStackContents()