#include <limits.h>
#include <stdint.h>
Go to the source code of this file.
◆ ALIGN_CEIL
| #define ALIGN_CEIL |
( |
| x, |
|
|
| n ) |
Value:((uint8_t*)(x) + (-((
ptrint_t)(x)) & ((n) - 1)))
#define ptrint_t
Definition brg_types.h:49
◆ ALIGN_FLOOR
| #define ALIGN_FLOOR |
( |
| x, |
|
|
| n ) |
Value:((uint8_t*)(x) - ( ((
ptrint_t)(x)) & ((n) - 1)))
◆ ALIGN_OFFSET
| #define ALIGN_OFFSET |
( |
| x, |
|
|
| n ) |
◆ BRG_UI32
◆ BUFR_TYPEDEF
| #define BUFR_TYPEDEF |
( |
| x, |
|
|
| size, |
|
|
| bsize ) |
Value:typedef UI_TYPE(size) x[bsize / (size >> 3)]
#define UI_TYPE(size)
Definition brg_types.h:181
◆ INT_RETURN
◆ ptrint_t
◆ RETURN_VALUES
◆ UI_TYPE
◆ UNIT_CAST
| #define UNIT_CAST |
( |
| x, |
|
|
| size ) |
◆ UNIT_TYPEDEF
| #define UNIT_TYPEDEF |
( |
| x, |
|
|
| size ) |
◆ UPTR_CAST
| #define UPTR_CAST |
( |
| x, |
|
|
| size ) |
◆ VOID_RETURN