Searched defs:DebugSNPrintF_format (Results 1 – 1 of 1) sorted by relevance
1146 static const struct DebugSNPrintF_format in DebugSNPrintFVAList() struct1148 unsigned leftJustify : 1; in DebugSNPrintFVAList()1149 unsigned forceSign : 1; in DebugSNPrintFVAList()1150 unsigned zeroPad : 1; in DebugSNPrintFVAList()1151 unsigned havePrecision : 1; in DebugSNPrintFVAList()1152 unsigned hSize : 1; in DebugSNPrintFVAList()1153 char lSize; in DebugSNPrintFVAList()1154 char altForm; in DebugSNPrintFVAList()1155 char sign; // +, - or space in DebugSNPrintFVAList()1156 unsigned int fieldWidth; in DebugSNPrintFVAList()[all …]