|
iPXE
|
Go to the source code of this file.
Macros | |
| #define | CHAR_BIT 8 |
| #define | SCHAR_MIN (-128) |
| #define | SCHAR_MAX 127 |
| #define | UCHAR_MAX 255 |
| #define | CHAR_MIN SCHAR_MIN |
| #define | CHAR_MAX SCHAR_MAX |
| #define | SHRT_MIN (-32768) |
| #define | SHRT_MAX 32767 |
| #define | USHRT_MAX 65535 |
| #define | INT_MIN (-INT_MAX - 1) |
| #define | INT_MAX 2147483647 |
| #define | UINT_MAX 4294967295U |
| #define | INT_MAX 2147483647 |
| #define | INT_MIN (-INT_MAX - 1) |
| #define | UINT_MAX 4294967295U |
| #define | LONG_MAX 2147483647 |
| #define | LONG_MIN (-LONG_MAX - 1L) |
| #define | ULONG_MAX 4294967295UL |
| #define | LLONG_MAX 9223372036854775807LL |
| #define | LLONG_MIN (-LONG_MAX - 1LL) |
| #define | ULLONG_MAX 18446744073709551615ULL |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| #define INT_MAX 2147483647 |
Definition at line 30 of file limits.h.
Referenced by efifb_select_mode(), profile_update(), and vesafb_select_mode().
| #define ULONG_MAX 4294967295UL |
Definition at line 50 of file limits.h.
Referenced by tcpip_continue_chksum().
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |