OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ascii_buffer
(Results
1 - 3
of
3
) 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
);
/external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S
379
add r10,r12,#((
ascii_buffer
-bss_begin))
491
.lcomm
ascii_buffer
,10
Completed in 36 milliseconds