Searched defs:PadWithZero (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | string_utils.cpp | 29 if (Negative && PadWithZero) { in appendNumber() argument 72 appendUnsigned(char ** Buffer,const char * BufferEnd,u64 Num,u8 Base,u8 MinNumberLength,bool PadWithZero,bool Upper) appendUnsigned() argument 79 appendSignedDecimal(char ** Buffer,const char * BufferEnd,s64 Num,u8 MinNumberLength,bool PadWithZero) appendSignedDecimal() argument 138 const bool PadWithZero = (*Cur == '0'); formatString() local [all...] |