Home
last modified time | relevance | path

Searched defs:buff_end (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cc34 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar()
45 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value, in AppendNumber()
86 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, in AppendUnsigned()
92 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num, in AppendSignedDecimal()
99 static int AppendString(char **buff, const char *buff_end, int precision, in AppendString()
112 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer()
126 const char *buff_end = &buff[buff_length - 1]; in VSNPrintf() local