Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cc90 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num, in AppendSignedDecimal() function
177 result += AppendSignedDecimal(&buff, buff_end, dval, width, in VSNPrintf()