HomeSort by relevance Sort by last modified time
    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 81 buffer->AppendChar('\n');
145 buffer->AppendChar(' ');
147 buffer->AppendChar('<');
155 buffer->AppendChar('#');
160 buffer->AppendChar('>');
163 buffer->AppendChar('\n');
192 buffer->AppendChar('\n');
361 buffer.AppendChar('\n');
366 buffer.AppendChar('\n');
373 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 206 milliseconds