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

/seL4-refos-master/libs/libutils/src/
H A Dzf_log.c367 const unsigned char *const mem_e = mem_p + d_sz; local
377 while (mem_p != mem_e)
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.c367 const unsigned char *const mem_e = mem_p + d_sz; local
377 while (mem_p != mem_e)
381 for (mem_cut = mem_width < mem_e - mem_p? mem_p + mem_width: mem_e;

Completed in 76 milliseconds