Home
last modified time | relevance | path

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

/external/epid-sdk/example/util/src/
Dbufutil.c253 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()
[all …]