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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cc91 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num, function in namespace:__sanitizer
162 result += AppendSignedDecimal(&buff, buff_end, dval, width,

Completed in 841 milliseconds