Lines Matching refs:byte_col
253 size_t byte_col = 0; in PrintBufferOpt() local
261 byte_col = 0; in PrintBufferOpt()
262 while (byte_col < bytes_per_line) { in PrintBufferOpt()
263 log_fmt("%x%x", (int)byte_col, (int)byte_col); in PrintBufferOpt()
264 if (0 == (byte_col + 1) % opts.bytes_per_group) { in PrintBufferOpt()
267 byte_col += 1; in PrintBufferOpt()
276 byte_col = 0; in PrintBufferOpt()
277 while (byte_col < bytes_per_line) { in PrintBufferOpt()
278 log_fmt("%x", (int)byte_col); in PrintBufferOpt()
279 byte_col += 1; in PrintBufferOpt()
291 byte_col = 0; in PrintBufferOpt()
292 while (byte_col < bytes_per_line) { in PrintBufferOpt()
294 if (0 == (byte_col + 1) % opts.bytes_per_group) { in PrintBufferOpt()
297 byte_col += 1; in PrintBufferOpt()
306 byte_col = 0; in PrintBufferOpt()
307 while (byte_col < bytes_per_line) { in PrintBufferOpt()
309 byte_col += 1; in PrintBufferOpt()
324 byte_col = 0; in PrintBufferOpt()
325 while (byte_col < bytes_per_line) { in PrintBufferOpt()
326 byte_offset = line_offset + byte_col; in PrintBufferOpt()
332 if (0 == (byte_col + 1) % opts.bytes_per_group) { in PrintBufferOpt()
335 byte_col += 1; in PrintBufferOpt()
344 byte_col = 0; in PrintBufferOpt()
345 while (byte_col < bytes_per_line) { in PrintBufferOpt()
346 byte_offset = line_offset + byte_col; in PrintBufferOpt()
357 byte_col += 1; in PrintBufferOpt()