pacemaker
1.1.18-7fdfbbe
Scalable High-Availability cluster resource manager
|
#include <limits.h>
Go to the source code of this file.
Macros | |
#define | _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H |
#define | _ @GUARD_PREFIX@_STDINT_H |
#define | _STDINT_MIN(signed, bits, zero) ((signed) ? (- ((zero) + 1) << ((bits) ? (bits) - 1 : 0)) : (zero)) |
#define | _STDINT_MAX(signed, bits, zero) |
#define | int8_t gl_int8_t |
#define | uint8_t gl_uint8_t |
#define | int16_t gl_int16_t |
#define | uint16_t gl_uint16_t |
#define | int32_t gl_int32_t |
#define | uint32_t gl_uint32_t |
#define | _UINT8_T |
#define | _UINT32_T |
#define | _UINT64_T |
#define | int_least8_t int8_t |
#define | uint_least8_t uint8_t |
#define | int_least16_t int16_t |
#define | uint_least16_t uint16_t |
#define | int_least32_t int32_t |
#define | uint_least32_t uint32_t |
#define | int_fast8_t gl_int_fast8_t |
#define | uint_fast8_t gl_uint_fast8_t |
#define | int_fast16_t gl_int_fast16_t |
#define | uint_fast16_t gl_uint_fast16_t |
#define | int_fast32_t gl_int_fast32_t |
#define | uint_fast32_t gl_uint_fast32_t |
#define | intptr_t gl_intptr_t |
#define | uintptr_t gl_uintptr_t |
#define | intmax_t gl_intmax_t |
#define | uintmax_t gl_uintmax_t |
#define | GNULIB_defined_stdint_types 1 |
#define | INT8_MIN (~ INT8_MAX) |
#define | INT8_MAX 127 |
#define | UINT8_MAX 255 |
#define | INT16_MIN (~ INT16_MAX) |
#define | INT16_MAX 32767 |
#define | UINT16_MAX 65535 |
#define | INT32_MIN (~ INT32_MAX) |
#define | INT32_MAX 2147483647 |
#define | UINT32_MAX 4294967295U |
#define | INT_LEAST8_MIN INT8_MIN |
#define | INT_LEAST8_MAX INT8_MAX |
#define | UINT_LEAST8_MAX UINT8_MAX |
#define | INT_LEAST16_MIN INT16_MIN |
#define | INT_LEAST16_MAX INT16_MAX |
#define | UINT_LEAST16_MAX UINT16_MAX |
#define | INT_LEAST32_MIN INT32_MIN |
#define | INT_LEAST32_MAX INT32_MAX |
#define | UINT_LEAST32_MAX UINT32_MAX |
#define | INT_FAST8_MIN SCHAR_MIN |
#define | INT_FAST8_MAX SCHAR_MAX |
#define | UINT_FAST8_MAX UCHAR_MAX |
#define | INT_FAST16_MIN INT_FAST32_MIN |
#define | INT_FAST16_MAX INT_FAST32_MAX |
#define | UINT_FAST16_MAX UINT_FAST32_MAX |
#define | INT_FAST32_MIN LONG_MIN |
#define | INT_FAST32_MAX LONG_MAX |
#define | UINT_FAST32_MAX ULONG_MAX |
#define | INTPTR_MIN LONG_MIN |
#define | INTPTR_MAX LONG_MAX |
#define | UINTPTR_MAX ULONG_MAX |
#define | INTMAX_MIN INT32_MIN |
#define | INTMAX_MAX INT32_MAX |
#define | UINTMAX_MAX UINT32_MAX |
#define | PTRDIFF_MIN _STDINT_MIN (1, @BITSIZEOF_PTRDIFF_T@, 0@PTRDIFF_T_SUFFIX@) |
#define | PTRDIFF_MAX _STDINT_MAX (1, @BITSIZEOF_PTRDIFF_T@, 0@PTRDIFF_T_SUFFIX@) |
#define | SIG_ATOMIC_MIN |
#define | SIG_ATOMIC_MAX |
#define | SIZE_MAX _STDINT_MAX (0, @BITSIZEOF_SIZE_T@, 0@SIZE_T_SUFFIX@) |
#define | WCHAR_MIN _STDINT_MIN (@HAVE_SIGNED_WCHAR_T@, @BITSIZEOF_WCHAR_T@, 0@WCHAR_T_SUFFIX@) |
#define | WCHAR_MAX _STDINT_MAX (@HAVE_SIGNED_WCHAR_T@, @BITSIZEOF_WCHAR_T@, 0@WCHAR_T_SUFFIX@) |
#define | WINT_MIN _STDINT_MIN (@HAVE_SIGNED_WINT_T@, @BITSIZEOF_WINT_T@, 0@WINT_T_SUFFIX@) |
#define | WINT_MAX _STDINT_MAX (@HAVE_SIGNED_WINT_T@, @BITSIZEOF_WINT_T@, 0@WINT_T_SUFFIX@) |
#define | INT8_C(x) x |
#define | UINT8_C(x) x |
#define | INT16_C(x) x |
#define | UINT16_C(x) x |
#define | INT32_C(x) x |
#define | UINT32_C(x) x ## U |
#define | INTMAX_C(x) x##L |
#define | UINTMAX_C(x) x##UL |
Typedefs | |
typedef signed char | gl_int8_t |
typedef unsigned char | gl_uint8_t |
typedef short int | gl_int16_t |
typedef unsigned short int | gl_uint16_t |
typedef int | gl_int32_t |
typedef unsigned int | gl_uint32_t |
typedef signed char | gl_int_fast8_t |
typedef unsigned char | gl_uint_fast8_t |
typedef long int | gl_int_fast32_t |
typedef unsigned long int | gl_uint_fast32_t |
typedef gl_int_fast32_t | gl_int_fast16_t |
typedef gl_uint_fast32_t | gl_uint_fast16_t |
typedef long int | gl_intptr_t |
typedef unsigned long int | gl_uintptr_t |
typedef long int | gl_intmax_t |
typedef unsigned long int | gl_uintmax_t |
typedef int | _verify_intmax_size [sizeof(intmax_t)==sizeof(uintmax_t)?1:-1] |
#define _ @GUARD_PREFIX@_STDINT_H |
Definition at line 81 of file stdint.in.h.
#define _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H |
Definition at line 34 of file stdint.in.h.
#define _STDINT_MAX | ( | signed, | |
bits, | |||
zero | |||
) |
Definition at line 124 of file stdint.in.h.
#define _STDINT_MIN | ( | signed, | |
bits, | |||
zero | |||
) | ((signed) ? (- ((zero) + 1) << ((bits) ? (bits) - 1 : 0)) : (zero)) |
Definition at line 121 of file stdint.in.h.
#define _UINT32_T |
Definition at line 212 of file stdint.in.h.
#define _UINT64_T |
Definition at line 213 of file stdint.in.h.
#define _UINT8_T |
Definition at line 211 of file stdint.in.h.
#define GNULIB_defined_stdint_types 1 |
Definition at line 342 of file stdint.in.h.
#define INT16_C | ( | x | ) | x |
Definition at line 587 of file stdint.in.h.
#define INT16_MAX 32767 |
Definition at line 363 of file stdint.in.h.
#define INT16_MIN (~ INT16_MAX) |
Definition at line 362 of file stdint.in.h.
#define int16_t gl_int16_t |
Definition at line 150 of file stdint.in.h.
#define INT32_C | ( | x | ) | x |
Definition at line 592 of file stdint.in.h.
#define INT32_MAX 2147483647 |
Definition at line 370 of file stdint.in.h.
#define INT32_MIN (~ INT32_MAX) |
Definition at line 369 of file stdint.in.h.
#define int32_t gl_int32_t |
Definition at line 157 of file stdint.in.h.
#define INT8_C | ( | x | ) | x |
Definition at line 582 of file stdint.in.h.
#define INT8_MAX 127 |
Definition at line 356 of file stdint.in.h.
#define INT8_MIN (~ INT8_MAX) |
Definition at line 355 of file stdint.in.h.
#define int8_t gl_int8_t |
Definition at line 143 of file stdint.in.h.
#define INT_FAST16_MAX INT_FAST32_MAX |
Definition at line 440 of file stdint.in.h.
#define INT_FAST16_MIN INT_FAST32_MIN |
Definition at line 439 of file stdint.in.h.
#define int_fast16_t gl_int_fast16_t |
Definition at line 279 of file stdint.in.h.
#define INT_FAST32_MAX LONG_MAX |
Definition at line 452 of file stdint.in.h.
#define INT_FAST32_MIN LONG_MIN |
Definition at line 451 of file stdint.in.h.
#define int_fast32_t gl_int_fast32_t |
Definition at line 281 of file stdint.in.h.
#define INT_FAST8_MAX SCHAR_MAX |
Definition at line 433 of file stdint.in.h.
#define INT_FAST8_MIN SCHAR_MIN |
Definition at line 432 of file stdint.in.h.
#define int_fast8_t gl_int_fast8_t |
Definition at line 277 of file stdint.in.h.
#define INT_LEAST16_MAX INT16_MAX |
Definition at line 401 of file stdint.in.h.
#define INT_LEAST16_MIN INT16_MIN |
Definition at line 400 of file stdint.in.h.
#define int_least16_t int16_t |
Definition at line 232 of file stdint.in.h.
#define INT_LEAST32_MAX INT32_MAX |
Definition at line 408 of file stdint.in.h.
#define INT_LEAST32_MIN INT32_MIN |
Definition at line 407 of file stdint.in.h.
#define int_least32_t int32_t |
Definition at line 234 of file stdint.in.h.
#define INT_LEAST8_MAX INT8_MAX |
Definition at line 394 of file stdint.in.h.
#define INT_LEAST8_MIN INT8_MIN |
Definition at line 393 of file stdint.in.h.
#define int_least8_t int8_t |
Definition at line 230 of file stdint.in.h.
#define INTMAX_C | ( | x | ) | x##L |
Definition at line 620 of file stdint.in.h.
#define INTMAX_MAX INT32_MAX |
Definition at line 486 of file stdint.in.h.
#define INTMAX_MIN INT32_MIN |
Definition at line 485 of file stdint.in.h.
#define intmax_t gl_intmax_t |
Definition at line 318 of file stdint.in.h.
#define INTPTR_MAX LONG_MAX |
Definition at line 474 of file stdint.in.h.
#define INTPTR_MIN LONG_MIN |
Definition at line 473 of file stdint.in.h.
#define intptr_t gl_intptr_t |
Definition at line 296 of file stdint.in.h.
#define PTRDIFF_MAX _STDINT_MAX (1, @BITSIZEOF_PTRDIFF_T@, 0@PTRDIFF_T_SUFFIX@) |
Definition at line 514 of file stdint.in.h.
#define PTRDIFF_MIN _STDINT_MIN (1, @BITSIZEOF_PTRDIFF_T@, 0@PTRDIFF_T_SUFFIX@) |
Definition at line 512 of file stdint.in.h.
#define SIG_ATOMIC_MAX |
Definition at line 524 of file stdint.in.h.
#define SIG_ATOMIC_MIN |
Definition at line 521 of file stdint.in.h.
#define SIZE_MAX _STDINT_MAX (0, @BITSIZEOF_SIZE_T@, 0@SIZE_T_SUFFIX@) |
Definition at line 538 of file stdint.in.h.
#define UINT16_C | ( | x | ) | x |
Definition at line 588 of file stdint.in.h.
#define UINT16_MAX 65535 |
Definition at line 364 of file stdint.in.h.
#define uint16_t gl_uint16_t |
Definition at line 151 of file stdint.in.h.
#define UINT32_C | ( | x | ) | x ## U |
Definition at line 593 of file stdint.in.h.
#define UINT32_MAX 4294967295U |
Definition at line 371 of file stdint.in.h.
#define uint32_t gl_uint32_t |
Definition at line 158 of file stdint.in.h.
#define UINT8_C | ( | x | ) | x |
Definition at line 583 of file stdint.in.h.
#define UINT8_MAX 255 |
Definition at line 357 of file stdint.in.h.
#define uint8_t gl_uint8_t |
Definition at line 144 of file stdint.in.h.
#define UINT_FAST16_MAX UINT_FAST32_MAX |
Definition at line 441 of file stdint.in.h.
#define uint_fast16_t gl_uint_fast16_t |
Definition at line 280 of file stdint.in.h.
#define UINT_FAST32_MAX ULONG_MAX |
Definition at line 453 of file stdint.in.h.
#define uint_fast32_t gl_uint_fast32_t |
Definition at line 282 of file stdint.in.h.
#define UINT_FAST8_MAX UCHAR_MAX |
Definition at line 434 of file stdint.in.h.
#define uint_fast8_t gl_uint_fast8_t |
Definition at line 278 of file stdint.in.h.
#define UINT_LEAST16_MAX UINT16_MAX |
Definition at line 402 of file stdint.in.h.
#define uint_least16_t uint16_t |
Definition at line 233 of file stdint.in.h.
#define UINT_LEAST32_MAX UINT32_MAX |
Definition at line 409 of file stdint.in.h.
#define uint_least32_t uint32_t |
Definition at line 235 of file stdint.in.h.
#define UINT_LEAST8_MAX UINT8_MAX |
Definition at line 395 of file stdint.in.h.
#define uint_least8_t uint8_t |
Definition at line 231 of file stdint.in.h.
#define UINTMAX_C | ( | x | ) | x##UL |
Definition at line 630 of file stdint.in.h.
#define UINTMAX_MAX UINT32_MAX |
Definition at line 494 of file stdint.in.h.
#define uintmax_t gl_uintmax_t |
Definition at line 332 of file stdint.in.h.
#define UINTPTR_MAX ULONG_MAX |
Definition at line 475 of file stdint.in.h.
#define uintptr_t gl_uintptr_t |
Definition at line 297 of file stdint.in.h.
#define WCHAR_MAX _STDINT_MAX (@HAVE_SIGNED_WCHAR_T@, @BITSIZEOF_WCHAR_T@, 0@WCHAR_T_SUFFIX@) |
Definition at line 561 of file stdint.in.h.
#define WCHAR_MIN _STDINT_MIN (@HAVE_SIGNED_WCHAR_T@, @BITSIZEOF_WCHAR_T@, 0@WCHAR_T_SUFFIX@) |
Definition at line 559 of file stdint.in.h.
#define WINT_MAX _STDINT_MAX (@HAVE_SIGNED_WINT_T@, @BITSIZEOF_WINT_T@, 0@WINT_T_SUFFIX@) |
Definition at line 569 of file stdint.in.h.
#define WINT_MIN _STDINT_MIN (@HAVE_SIGNED_WINT_T@, @BITSIZEOF_WINT_T@, 0@WINT_T_SUFFIX@) |
Definition at line 567 of file stdint.in.h.
Definition at line 340 of file stdint.in.h.
typedef short int gl_int16_t |
Definition at line 148 of file stdint.in.h.
typedef int gl_int32_t |
Definition at line 155 of file stdint.in.h.
typedef signed char gl_int8_t |
Definition at line 141 of file stdint.in.h.
typedef gl_int_fast32_t gl_int_fast16_t |
Definition at line 274 of file stdint.in.h.
typedef long int gl_int_fast32_t |
Definition at line 271 of file stdint.in.h.
typedef signed char gl_int_fast8_t |
Definition at line 262 of file stdint.in.h.
typedef long int gl_intmax_t |
Definition at line 317 of file stdint.in.h.
typedef long int gl_intptr_t |
Definition at line 294 of file stdint.in.h.
typedef unsigned short int gl_uint16_t |
Definition at line 149 of file stdint.in.h.
typedef unsigned int gl_uint32_t |
Definition at line 156 of file stdint.in.h.
typedef unsigned char gl_uint8_t |
Definition at line 142 of file stdint.in.h.
typedef gl_uint_fast32_t gl_uint_fast16_t |
Definition at line 275 of file stdint.in.h.
typedef unsigned long int gl_uint_fast32_t |
Definition at line 272 of file stdint.in.h.
typedef unsigned char gl_uint_fast8_t |
Definition at line 263 of file stdint.in.h.
typedef unsigned long int gl_uintmax_t |
Definition at line 331 of file stdint.in.h.
typedef unsigned long int gl_uintptr_t |
Definition at line 295 of file stdint.in.h.