Searched refs:spec (Results 1 – 3 of 3) sorted by relevance
/DragonStub/apps/lib/ |
H A D | vsprintf.c | 261 static void set_field_width(struct printf_spec *spec, int width) in set_field_width() argument 263 spec->field_width = width; in set_field_width() 264 if (WARN_ONCE(spec->field_width != width, "field width %d too large", in set_field_width() 266 spec->field_width = in set_field_width() 271 static void set_precision(struct printf_spec *spec, int prec) in set_precision() argument 273 spec->precision = prec; in set_precision() 274 if (WARN_ONCE(spec->precision != prec, "precision %d too large", in set_precision() 276 spec->precision = clamp(prec, 0, PRECISION_MAX); in set_precision() 281 number(char *buf, char *end, unsigned long long num, struct printf_spec spec) in number() argument 287 int need_pfx = ((spec.flags & SPECIAL) && spec.base != 10); in number() [all …]
|
/DragonStub/docs/ |
H A D | README.gnuefi | 178 see the spec at 380 control to the EFI binary (again, see the PECOFF spec mentioned above
|
/DragonStub/ |
H A D | ChangeLog | 1040 See uefi spec 2.3.1 errata c page 963 as reference.
|