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

/system/core/debuggerd/arm/
H A Dmachine.c68 char* asc_out = ascii_buffer; local
96 *asc_out++ = val;
98 *asc_out++ = '.';
104 *asc_out = '\0';
/system/core/debuggerd/mips/
H A Dmachine.c61 char* asc_out = ascii_buffer; local
87 *asc_out++ = val;
89 *asc_out++ = '.';
94 *asc_out = '\0';

Completed in 43 milliseconds