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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfwprintf.c598 #define LLONGINT 0x020 /* long long integer */ macro
774 #define INTMAX_SIZE (INTMAXT|SIZET|PTRDIFFT|LLONGINT)
981 flags |= LLONGINT;
986 flags |= LLONGINT; /* not necessarily */
1294 if (flags & LLONGINT)
1627 else if (flags & LLONGINT) \
1643 else if (flags & LLONGINT) \
1742 flags |= LLONGINT;
1747 flags |= LLONGINT; /* not necessarily */
1792 else if (flags & LLONGINT)
[all...]

Completed in 107 milliseconds