2#define SCHAR_WIDTH (1
<< 3
)
6#define UCHAR_WIDTH (1
<< 3
)
10#define SHRT_WIDTH (2
<< 3
)
14#define USHRT_WIDTH (2
<< 3
)
18#define INT_WIDTH (4
<< 3
)
22#define UINT_WIDTH (4
<< 3
)
26#define LONG_WIDTH (8
<< 3
)
30#define ULONG_WIDTH (8
<< 3
)
34#define LLONG_WIDTH (8
<< 3
)
38#define ULLONG_WIDTH (8
<< 3
)
#define __ae2f_lvcheck_c(v)