Searched refs:extra_bytes (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libutils/src/
H A Ddebug.c81 int extra_bytes = MD_BYTES_PER_LINE - (bytes % MD_BYTES_PER_LINE); local
82 LOG_INFO("Rounding displayed bytes from %zu up to %zu", bytes, bytes + extra_bytes);
83 bytes += extra_bytes;
/seL4-refos-master/projects/util_libs/libutils/src/
H A Ddebug.c81 int extra_bytes = MD_BYTES_PER_LINE - (bytes % MD_BYTES_PER_LINE); local
82 LOG_INFO("Rounding displayed bytes from %zu up to %zu", bytes, bytes + extra_bytes);
83 bytes += extra_bytes;

Completed in 25 milliseconds