Searched refs:BytesPerLine (Results 1 – 1 of 1) sorted by relevance
71 const uint64_t BytesPerLine = opts::BucketsPerLine * BucketSize; in print() local82 const uint64_t LineAddress = Address / BytesPerLine * BytesPerLine; in print()90 Address = LineAddress + BytesPerLine; in print()97 const uint64_t End = alignTo(Address + 1, BytesPerLine); in print()105 if ((Start / BytesPerLine) == (End / BytesPerLine)) { in print()115 Start = alignTo(Start, BytesPerLine); in print()117 uint64_t NumEmptyLines = (End - Start) / BytesPerLine; in print()125 Start += BytesPerLine; in print()182 for (unsigned I = 0; I < BytesPerLine; I += BucketSize) { in print()