Searched refs:WidthParse (Results 1 – 1 of 1) sorted by relevance
72 UINTN *WidthParse; member1105 Item.WidthParse = &Item.Width; in _Print()1137 *Item.WidthParse = va_arg(ps->args, UINTN); in _Print()1141 Item.WidthParse = &Item.FieldWidth; in _Print()1157 *Item.WidthParse = 0; in _Print()1159 *Item.WidthParse = *Item.WidthParse * 10 + c - '0'; in _Print()