XenevaOS
Loading...
Searching...
No Matches
Macros
macros.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PACKED   __attribute__ ((packed))
 
#define ALIGN(n)   __declspec(align(n))
 
#define NOOPT   __attribute__ ((optimize (0)))
 
#define MAXOPT   __attribute__ ((optimize (3)))
 
#define BE(value)   ((((value) & 0xFF00) >> 8) | (((value) & 0x00FF) << 8))
 

Macro Definition Documentation

◆ ALIGN

#define ALIGN (   n)    __declspec(align(n))

◆ BE

#define BE (   value)    ((((value) & 0xFF00) >> 8) | (((value) & 0x00FF) << 8))

◆ MAXOPT

#define MAXOPT   __attribute__ ((optimize (3)))

◆ NOOPT

#define NOOPT   __attribute__ ((optimize (0)))

◆ PACKED

#define PACKED   __attribute__ ((packed))