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

/seL4-refos-master/libs/libutils/src/
H A Dzf_log.c369 const ptrdiff_t mem_width = g_mem_width; local
371 char *const ascii_b = hex_b + 2 * mem_width + 2;
372 char *const ascii_e = ascii_b + mem_width;
381 for (mem_cut = mem_width < mem_e - mem_p? mem_p + mem_width: mem_e;
/seL4-refos-master/projects/util_libs/libutils/src/
H A Dzf_log.c369 const ptrdiff_t mem_width = g_mem_width; local
371 char *const ascii_b = hex_b + 2 * mem_width + 2;
372 char *const ascii_e = ascii_b + mem_width;
381 for (mem_cut = mem_width < mem_e - mem_p? mem_p + mem_width: mem_e;

Completed in 107 milliseconds