Searched refs:AppendUnsigned (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_printf.cc | 85 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, in AppendUnsigned() function 114 result += AppendUnsigned(buff, buff_end, ptr_value, 16, in AppendPointer() 171 result += AppendUnsigned(&buff, buff_end, uval, in VSNPrintf()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_printf.cpp | 82 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, in AppendUnsigned() function 122 result += AppendUnsigned(buff, buff_end, ptr_value, 16, in AppendPointer() 187 result += AppendUnsigned(&buff, buff_end, uval, (*cur == 'u') ? 10 : 16, in VSNPrintf()
|