Searched defs:DebugSNPrintF_format (Results 1 – 1 of 1) sorted by relevance
1190 static const struct DebugSNPrintF_format in DebugSNPrintFVAList() struct1192 unsigned leftJustify : 1; in DebugSNPrintFVAList()1193 unsigned forceSign : 1; in DebugSNPrintFVAList()1194 unsigned zeroPad : 1; in DebugSNPrintFVAList()1195 unsigned havePrecision : 1; in DebugSNPrintFVAList()1196 unsigned hSize : 1; in DebugSNPrintFVAList()1197 char lSize; in DebugSNPrintFVAList()1198 char altForm; in DebugSNPrintFVAList()1199 char sign; // +, - or space in DebugSNPrintFVAList()1200 unsigned int fieldWidth; in DebugSNPrintFVAList()[all …]