Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp78 static int appendSignedDecimal(char **Buffer, const char *BufferEnd, s64 Num, in appendSignedDecimal() function
165 Res += appendSignedDecimal(&Buffer, BufferEnd, DVal, Width, PadWithZero); in formatString()
211 appendSignedDecimal(&Buffer, BufferEnd, DVal, Width, PadWithZero); in formatString()