OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppendChar
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_printf.cc
32
static int
AppendChar
(char **buff, const char *buff_end, char c) {
55
result +=
AppendChar
(buff, buff_end, '-');
73
result +=
AppendChar
(buff, buff_end, c);
75
if (negative && !pad_with_zero) result +=
AppendChar
(buff, buff_end, '-');
78
result +=
AppendChar
(buff, buff_end, (digit < 10) ? '0' + digit
102
result +=
AppendChar
(buff, buff_end, *s);
126
result +=
AppendChar
(&buff, buff_end, *cur);
175
result +=
AppendChar
(&buff, buff_end, va_arg(args, int));
180
result +=
AppendChar
(&buff, buff_end, '%');
189
AppendChar
(&buff, buff_end + 1, '\0')
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc
91
buffer->
AppendChar
('\n');
171
buffer->
AppendChar
(' ');
173
buffer->
AppendChar
('<');
181
buffer->
AppendChar
('#');
186
buffer->
AppendChar
('>');
189
buffer->
AppendChar
('\n');
218
buffer->
AppendChar
('\n');
390
buffer.
AppendChar
('\n');
395
buffer.
AppendChar
('\n');
402
buffer.
AppendChar
('\n')
[
all
...]
deep-heap-profile.h
126
bool
AppendChar
(char value);
/external/qemu/telephony/
modem_driver.c
85
goto
AppendChar
;
117
AppendChar
:
Completed in 63 milliseconds