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

/system/core/toolbox/
H A Dps.c34 #define PC_WIDTH 10 /* Realistically, the top bits will be 0, so don't waste space. */ macro
36 #define PC_WIDTH (2*sizeof(uintptr_t)) macro
194 printf(" %10.*s %0*" PRIxPTR " %s ", (int) wchan_len, wchan, (int) PC_WIDTH, eip, state);
316 (int) PC_WIDTH, "PC",

Completed in 31 milliseconds