#include <nlibc.h>
#include <limits.h>
Include dependency graph for stdint.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | INT64_MIN LLONG_MIN |
#define | INT64_MAX LLONG_MAX |
#define | UINT64_MAX ULLONG_MAX |
#define | INTMAX_MIN INT64_MIN |
#define | INTMAX_MAX INT64_MAX |
#define | UINTMAX_MAX UINT64_MAX |
#define | INT_LEAST8_MIN SHRT_MIN |
#define | INT_LEAST16_MIN INT_MIN |
#define | INT_LEAST32_MIN LONG_MIN |
#define | INT_LEAST64_MIN LLONG_MIN |
#define | INT_LEAST8_MAX SHRT_MAX |
#define | INT_LEAST16_MAX INT_MAX |
#define | INT_LEAST32_MAX LONG_MAX |
#define | INT_LEAST64_MAX LLONG_MAX |
#define | UINT_LEAST8_MAX USHRT_MAX |
#define | UINT_LEAST16_MAX UINT_MAX |
#define | UINT_LEAST32_MAX ULONG_MAX |
#define | UINT_LEAST64_MAX ULLONG_MAX |
#define | INT_FAST8_MIN SHRT_MIN |
#define | INT_FAST16_MIN INT_MIN |
#define | INT_FAST32_MIN LONG_MIN |
#define | INT_FAST64_MIN LLONG_MIN |
#define | INT_FAST8_MAX SHRT_MAX |
#define | INT_FAST16_MAX INT_MAX |
#define | INT_FAST32_MAX LONG_MAX |
#define | INT_FAST64_MAX LLONG_MAX |
#define | UINT_FAST8_MAX USHRT_MAX |
#define | UINT_FAST16_MAX UINT_MAX |
#define | UINT_FAST32_MAX ULONG_MAX |
#define | UINT_FAST64_MAX ULLONG_MAX |
#define | INTPTR_MIN LLONG_MIN |
#define | INTPTR_MAX LLONG_MAX |
#define | UINTPTR_MAX ULLONG_MAX |
#define | INT8_C(value) value |
#define | INT16_C(value) value |
#define | INT32_C(value) value ##L |
#define | INT64_C(value) value ##LL |
#define | UINT8_C(value) value ##U |
#define | UINT16_C(value) value ##U |
#define | UINT32_C(value) value ##UL |
#define | UINT64_C(value) value ##ULL |
#define | INTMAX_C(value) value ##L |
#define | UINTMAX_C(value) value ##UL |
#define | LONGMAX_C(value) value ##LL |
#define | ULONGMAX_C(value) value ##ULL |
#define | PTRDIFF_MIN INT64_MIN |
#define | PTRDIFF_MAX INT64_MAX |
#define | SIG_ATOMIC_MIN INT_MIN |
#define | SIG_ATOMIC_MAX INT_MAX |
#define | SIZE_MAX UINT_MAX |
#define | WINT_MIN INT64_MIN |
#define | WINT_MAX INT64_MAX |
Typedefs | |
typedef long long int | int64_t |
typedef unsigned long long int | uint64_t |
typedef short int | int_least8_t |
typedef int | int_least16_t |
typedef long int | int_least32_t |
typedef long long int | int_least64_t |
typedef unsigned short int | uint_least8_t |
typedef unsigned int | uint_least16_t |
typedef unsigned long int | uint_least32_t |
typedef unsigned long long int | uint_least64_t |
typedef short int | int_fast8_t |
typedef int | int_fast16_t |
typedef long int | int_fast32_t |
typedef long long int | int_fast64_t |
typedef unsigned short int | uint_fast8_t |
typedef unsigned int | uint_fast16_t |
typedef unsigned long int | uint_fast32_t |
typedef unsigned long long int | uint_fast64_t |
typedef int64_t | intptr_t |
typedef uint64_t | uintptr_t |
typedef int64_t | intmax_t |
typedef uint64_t | uintmax_t |
typedef int | ptrdiff_t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 64 of file stdint.h. Referenced by cc_mbusy(), cc_mwait(), copysign(), fabs(), frexp(), ilogb(), modf(), pow(), and trunc(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|