Macros
asn_system.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <limits.h>
#include <stdarg.h>
#include <stddef.h>
#include <inttypes.h>
Include dependency graph for asn_system.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _BSD_SOURCE   /* for snprintf() on some linux systems */
 
#define _DEFAULT_SOURCE   1
 
#define ASN_PRI_SIZE   "lu"
 
#define ASN_PRI_SSIZE   "ld"
 
#define ASN_PRId64   "lld"
 
#define ASN_PRIdMAX   "ld"
 
#define ASN_PRIu64   "llu"
 
#define ASN_PRIuMAX   "lu"
 
#define CC_ATTR_NO_SANITIZE(what)
 
#define CC_ATTRIBUTE(attr)
 
#define CC_NOTUSED   CC_ATTRIBUTE(unused)
 
#define CC_PRINTFLIKE(fmt, var)
 
#define MIN(a, b)   ((a)<(b)?(a):(b)) /* Unsafe variant */
 
#define offsetof(s, m)   ((ptrdiff_t)&(((s *)0)->m) - (ptrdiff_t)((s *)0))
 
#define RSIZE_MAX   (SIZE_MAX >> 1)
 
#define RSSIZE_MAX   ((ssize_t)(RSIZE_MAX >> 1))
 
#define SIZE_MAX   ((~((size_t)0)) >> 1)
 
#define sys_ntohl(l)
 

Macro Definition Documentation

◆ _BSD_SOURCE

#define _BSD_SOURCE   /* for snprintf() on some linux systems */

Definition at line 20 of file asn_system.h.

◆ _DEFAULT_SOURCE

#define _DEFAULT_SOURCE   1

Definition at line 16 of file asn_system.h.

◆ ASN_PRI_SIZE

#define ASN_PRI_SIZE   "lu"

Definition at line 172 of file asn_system.h.

◆ ASN_PRI_SSIZE

#define ASN_PRI_SSIZE   "ld"

Definition at line 173 of file asn_system.h.

◆ ASN_PRId64

#define ASN_PRId64   "lld"

Definition at line 175 of file asn_system.h.

◆ ASN_PRIdMAX

#define ASN_PRIdMAX   "ld"

Definition at line 181 of file asn_system.h.

◆ ASN_PRIu64

#define ASN_PRIu64   "llu"

Definition at line 174 of file asn_system.h.

◆ ASN_PRIuMAX

#define ASN_PRIuMAX   "lu"

Definition at line 180 of file asn_system.h.

◆ CC_ATTR_NO_SANITIZE

#define CC_ATTR_NO_SANITIZE (   what)

Definition at line 120 of file asn_system.h.

◆ CC_ATTRIBUTE

#define CC_ATTRIBUTE (   attr)

Definition at line 104 of file asn_system.h.

◆ CC_NOTUSED

static asn_jer_constraints_t asn_JER_type_cam_ts_VruSpecificExteriorLights_constr_1 CC_NOTUSED   CC_ATTRIBUTE(unused)

Definition at line 117 of file asn_system.h.

◆ CC_PRINTFLIKE

#define CC_PRINTFLIKE (   fmt,
  var 
)

Definition at line 115 of file asn_system.h.

◆ MIN

#define MIN (   a,
 
)    ((a)<(b)?(a):(b)) /* Unsafe variant */

Definition at line 140 of file asn_system.h.

◆ offsetof

#define offsetof (   s,
 
)    ((ptrdiff_t)&(((s *)0)->m) - (ptrdiff_t)((s *)0))

Definition at line 132 of file asn_system.h.

◆ RSIZE_MAX

#define RSIZE_MAX   (SIZE_MAX >> 1)

Definition at line 160 of file asn_system.h.

◆ RSSIZE_MAX

#define RSSIZE_MAX   ((ssize_t)(RSIZE_MAX >> 1))

Definition at line 161 of file asn_system.h.

◆ SIZE_MAX

#define SIZE_MAX   ((~((size_t)0)) >> 1)

Definition at line 159 of file asn_system.h.

◆ sys_ntohl

#define sys_ntohl (   l)
Value:
((((l) << 24) & 0xff000000) \
| (((l) << 8) & 0xff0000) \
| (((l) >> 8) & 0xff00) \
| ((l >> 24) & 0xff))

Definition at line 90 of file asn_system.h.



etsi_its_cam_ts_coding
Author(s): Jean-Pierre Busch , Guido Küppers , Lennart Reiher
autogenerated on Sun May 18 2025 02:21:23