Searched defs:buff_end (Results  1 – 2 of 2) sorted by relevance
| /external/compiler-rt/lib/sanitizer_common/ | 
| D | sanitizer_printf.cc | 33 static int AppendChar(char **buff, const char *buff_end, char c) {  in AppendChar()44 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value,  in AppendNumber()
 85 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base,  in AppendUnsigned()
 91 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num,  in AppendSignedDecimal()
 98 static int AppendString(char **buff, const char *buff_end, int precision,  in AppendString()
 111 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) {  in AppendPointer()
 125   const char *buff_end = &buff[buff_length - 1];  in VSNPrintf()  local
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/charconv/charconv.msvc/ | 
| D | test.cpp | 119     char* const buff_end   = buff_begin + buff.size();  in test_common_to_chars()  local
 |