miasm
Reverse engineering framework
int_types.h File Reference
#include "int_endianness.h"
Include dependency graph for int_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  dwords
 
union  udwords
 
union  float_bits
 
union  double_bits
 
struct  uqwords
 
union  long_double_bits
 
struct  Fcomplex
 
struct  Dcomplex
 
struct  Lcomplex
 

Macros

#define HAS_80_BIT_LONG_DOUBLE   0
 
#define COMPLEX_REAL(x)   (x).real
 
#define COMPLEX_IMAGINARY(x)   (x).imaginary
 

Typedefs

typedef int si_int
 
typedef unsigned su_int
 
typedef long long di_int
 
typedef unsigned long long du_int
 

Macro Definition Documentation

◆ COMPLEX_IMAGINARY

#define COMPLEX_IMAGINARY (   x)    (x).imaginary

◆ COMPLEX_REAL

#define COMPLEX_REAL (   x)    (x).real

◆ HAS_80_BIT_LONG_DOUBLE

#define HAS_80_BIT_LONG_DOUBLE   0

Typedef Documentation

◆ di_int

typedef long long di_int

◆ du_int

typedef unsigned long long du_int

◆ si_int

typedef int si_int

◆ su_int

typedef unsigned su_int