Home
last modified time | relevance | path

Searched refs:AppendChar (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cc32 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar() function
55 result += AppendChar(buff, buff_end, '-'); in AppendNumber()
73 result += AppendChar(buff, buff_end, c); in AppendNumber()
75 if (negative && !pad_with_zero) result += AppendChar(buff, buff_end, '-'); in AppendNumber()
78 result += AppendChar(buff, buff_end, (digit < 10) ? '0' + digit in AppendNumber()
102 result += AppendChar(buff, buff_end, *s); in AppendString()
126 result += AppendChar(&buff, buff_end, *cur); in VSNPrintf()
175 result += AppendChar(&buff, buff_end, va_arg(args, int)); in VSNPrintf()
180 result += AppendChar(&buff, buff_end, '%'); in VSNPrintf()
189 AppendChar(&buff, buff_end + 1, '\0'); in VSNPrintf()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Ddeep-heap-profile.cc91 buffer->AppendChar('\n'); in AppendCommandLine()
171 buffer->AppendChar(' '); in CommittedSize()
173 buffer->AppendChar('<'); in CommittedSize()
181 buffer->AppendChar('#'); in CommittedSize()
186 buffer->AppendChar('>'); in CommittedSize()
189 buffer->AppendChar('\n'); in CommittedSize()
218 buffer->AppendChar('\n'); in CommittedSize()
390 buffer.AppendChar('\n'); in DumpOrderedProfile()
395 buffer.AppendChar('\n'); in DumpOrderedProfile()
402 buffer.AppendChar('\n'); in DumpOrderedProfile()
[all …]
Ddeep-heap-profile.h126 bool AppendChar(char value);
/external/qemu/telephony/
Dmodem_driver.c85 goto AppendChar; in modem_driver_read()
117 AppendChar: in modem_driver_read()