#include <stddef.h>
#include <limits.h>
#include <signal.h>
Go to the source code of this file.
Typedefs | |
typedef int32_t | intmax_t |
typedef uint32_t | uintmax_t |
typedef int8_t | int_least8_t |
typedef uint8_t | uint_least8_t |
typedef int16_t | int_least16_t |
typedef uint16_t | uint_least16_t |
typedef int32_t | int_least32_t |
typedef uint32_t | uint_least32_t |
typedef int_least8_t | int_fast8_t |
typedef uint_least8_t | uint_fast8_t |
typedef int_least16_t | int_fast16_t |
typedef uint_least16_t | uint_fast16_t |
typedef int_least32_t | int_fast32_t |
typedef uint_least32_t | uint_fast32_t |
Functions | |
typedef | stdint_intptr_glue3 (uint, stdint_intptr_bits, _t) *uintptr_t |
typedef | stdint_intptr_glue3 (int, stdint_intptr_bits, _t) *intptr_t |
#define _PSTDINT_H_INCLUDED |
Definition at line 123 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT16_MAX 0x7fff |
Definition at line 184 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT16_MIN INT16_C(0x8000) |
Definition at line 187 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT32_MAX (0x7fffffffL) |
Definition at line 235 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT32_MIN INT32_C(0x80000000) |
Definition at line 238 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT8_MAX 0x7f |
Definition at line 148 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT8_MIN INT8_C(0x80) |
Definition at line 151 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT_FAST16_MAX INT_LEAST16_MAX |
Definition at line 460 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT_FAST16_MIN INT_LEAST16_MIN |
Definition at line 464 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT_FAST32_MAX INT_LEAST32_MAX |
Definition at line 462 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT_FAST32_MIN INT_LEAST32_MIN |
Definition at line 465 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT_FAST8_MAX INT_LEAST8_MAX |
Definition at line 458 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT_FAST8_MIN INT_LEAST8_MIN |
Definition at line 463 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT_LEAST16_MAX INT16_MAX |
Definition at line 423 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT_LEAST16_MIN INT16_MIN |
Definition at line 427 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT_LEAST32_MAX INT32_MAX |
Definition at line 425 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT_LEAST32_MIN INT32_MIN |
Definition at line 428 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT_LEAST8_MAX INT8_MAX |
Definition at line 421 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INT_LEAST8_MIN INT8_MIN |
Definition at line 426 of file hwdrivers/src/xSens_MT3/pstdint.h.
Definition at line 392 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INTMAX_MAX INT32_MAX |
Definition at line 389 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INTPTR_C | ( | x | ) | stdint_intptr_glue3(INT,stdint_intptr_bits,_C)(x) |
Definition at line 537 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INTPTR_MAX stdint_intptr_glue3(INT,stdint_intptr_bits,_MAX) |
Definition at line 531 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define INTPTR_MIN stdint_intptr_glue3(INT,stdint_intptr_bits,_MIN) |
Definition at line 534 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define PRINTF_INT16_DEC_WIDTH "5" |
Definition at line 357 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define PRINTF_INT16_HEX_WIDTH "4" |
Definition at line 344 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define PRINTF_INT32_DEC_WIDTH "10" |
Definition at line 354 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define PRINTF_INT32_HEX_WIDTH "8" |
Definition at line 341 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define PRINTF_INT64_DEC_WIDTH "20" |
Definition at line 351 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define PRINTF_INT64_HEX_WIDTH "16" |
Definition at line 338 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define PRINTF_INT8_DEC_WIDTH "3" |
Definition at line 360 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define PRINTF_INT8_HEX_WIDTH "2" |
Definition at line 347 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define PRINTF_INTMAX_DEC_WIDTH PRINTF_INT32_DEC_WIDTH |
Definition at line 400 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define PRINTF_INTMAX_HEX_WIDTH PRINTF_INT32_HEX_WIDTH |
Definition at line 397 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define PRINTF_INTMAX_MODIFIER PRINTF_INT32_MODIFIER |
Definition at line 394 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define PRINTF_INTPTR_MODIFIER stdint_intptr_glue3(PRINTF_INT,stdint_intptr_bits,_MODIFIER) |
Definition at line 519 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define PRINTF_LEAST16_MODIFIER PRINTF_INT16_MODIFIER |
Definition at line 419 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define PRINTF_LEAST32_MODIFIER PRINTF_INT32_MODIFIER |
Definition at line 418 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define PTRDIFF_MAX stdint_intptr_glue3(INT,stdint_intptr_bits,_MAX) |
Definition at line 522 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define PTRDIFF_MIN stdint_intptr_glue3(INT,stdint_intptr_bits,_MIN) |
Definition at line 525 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define SIG_ATOMIC_MAX ((((sig_atomic_t) 1) << (sizeof (sig_atomic_t)*CHAR_BIT-1)) - 1) |
Definition at line 557 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define SIZE_MAX (~(size_t)0) |
Definition at line 126 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define STDINT_H_UINTPTR_T_DEFINED |
Definition at line 549 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define stdint_intptr_bits 32 |
Definition at line 510 of file hwdrivers/src/xSens_MT3/pstdint.h.
Definition at line 517 of file hwdrivers/src/xSens_MT3/pstdint.h.
Definition at line 516 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define UINT16_MAX 0xffff |
Definition at line 163 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define UINT32_MAX (0xffffffffUL) |
Definition at line 208 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define UINT8_MAX 0xff |
Definition at line 136 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define UINT_FAST16_MAX UINT_LEAST16_MAX |
Definition at line 459 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define UINT_FAST32_MAX UINT_LEAST32_MAX |
Definition at line 461 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define UINT_FAST8_MAX UINT_LEAST8_MAX |
Definition at line 457 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define UINT_LEAST16_MAX UINT16_MAX |
Definition at line 422 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define UINT_LEAST32_MAX UINT32_MAX |
Definition at line 424 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define UINT_LEAST8_MAX UINT8_MAX |
Definition at line 420 of file hwdrivers/src/xSens_MT3/pstdint.h.
Definition at line 391 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define UINTMAX_MAX UINT32_MAX |
Definition at line 390 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define UINTPTR_C | ( | x | ) | stdint_intptr_glue3(UINT,stdint_intptr_bits,_C)(x) |
Definition at line 540 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define UINTPTR_MAX stdint_intptr_glue3(UINT,stdint_intptr_bits,_MAX) |
Definition at line 528 of file hwdrivers/src/xSens_MT3/pstdint.h.
#define ULONG_LONG_MAX UINT64_C (18446744073709551615) |
Definition at line 320 of file hwdrivers/src/xSens_MT3/pstdint.h.
typedef int_least16_t int_fast16_t |
Definition at line 453 of file hwdrivers/src/xSens_MT3/pstdint.h.
typedef int_least32_t int_fast32_t |
Definition at line 455 of file hwdrivers/src/xSens_MT3/pstdint.h.
typedef int_least8_t int_fast8_t |
Definition at line 451 of file hwdrivers/src/xSens_MT3/pstdint.h.
typedef int16_t int_least16_t |
Definition at line 414 of file hwdrivers/src/xSens_MT3/pstdint.h.
typedef int32_t int_least32_t |
Definition at line 416 of file hwdrivers/src/xSens_MT3/pstdint.h.
typedef int8_t int_least8_t |
Definition at line 412 of file hwdrivers/src/xSens_MT3/pstdint.h.
Definition at line 387 of file hwdrivers/src/xSens_MT3/pstdint.h.
typedef uint_least16_t uint_fast16_t |
Definition at line 454 of file hwdrivers/src/xSens_MT3/pstdint.h.
typedef uint_least32_t uint_fast32_t |
Definition at line 456 of file hwdrivers/src/xSens_MT3/pstdint.h.
typedef uint_least8_t uint_fast8_t |
Definition at line 452 of file hwdrivers/src/xSens_MT3/pstdint.h.
typedef uint16_t uint_least16_t |
Definition at line 415 of file hwdrivers/src/xSens_MT3/pstdint.h.
typedef uint32_t uint_least32_t |
Definition at line 417 of file hwdrivers/src/xSens_MT3/pstdint.h.
typedef uint8_t uint_least8_t |
Definition at line 413 of file hwdrivers/src/xSens_MT3/pstdint.h.
Definition at line 388 of file hwdrivers/src/xSens_MT3/pstdint.h.
typedef stdint_intptr_glue3 | ( | uint | , |
stdint_intptr_bits | , | ||
_t | |||
) |
typedef stdint_intptr_glue3 | ( | int | , |
stdint_intptr_bits | , | ||
_t | |||
) |
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |