Home
last modified time | relevance | path

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

/DragonStub/lib/
H A Dprint.c72 UINTN *WidthParse; member
1105 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()