Searched defs:UNSIGNED (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfwscanf.c93 #define UNSIGNED 0x8000 /* %[oupxX] conversions */ macro
259 flags |= UNSIGNED;
265 flags |= UNSIGNED;
273 flags |= UNSIGNED;
321 flags |= UNSIGNED; /* >= sizeof(uintptr_t) */
677 if ((flags & UNSIGNED) == 0)
H A Dvfscanf.c95 #define UNSIGNED 0x8000 /* %[oupxX] conversions */ macro
281 flags |= UNSIGNED;
287 flags |= UNSIGNED;
295 flags |= UNSIGNED;
330 flags |= UNSIGNED; /* >= sizeof(uintptr_t) */
806 if ((flags & UNSIGNED) == 0)

Completed in 44 milliseconds