OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ascii_buffer
(Results
1 - 2
of
2
) sorted by null
/system/core/debuggerd/arm/
machine.c
47
char
ascii_buffer
[32]; /* actual 16 + 1 == 17 */
local
68
char* asc_out =
ascii_buffer
;
105
_LOG(log, scopeFlags, " %s %s\n", code_buffer,
ascii_buffer
);
/system/core/debuggerd/mips/
machine.c
41
char
ascii_buffer
[32]; /* actual 16 + 1 == 17 */
local
61
char* asc_out =
ascii_buffer
;
95
_LOG(log, scopeFlags, " %s %s\n", code_buffer,
ascii_buffer
);
Completed in 38 milliseconds