Home
last modified time | relevance | path

Searched refs:AppendPointer (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cc111 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer() function
177 result += AppendPointer(&buff, buff_end, va_arg(args, uptr)); in VSNPrintf()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cpp119 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer() function
193 result += AppendPointer(&buff, buff_end, va_arg(args, uptr)); in VSNPrintf()