Searched refs:AppendUnsigned (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cc85 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, function in namespace:__sanitizer
114 result += AppendUnsigned(buff, buff_end, ptr_value, 16,
171 result += AppendUnsigned(&buff, buff_end, uval,

Completed in 88 milliseconds