Lines Matching refs:_x_
47 #define get_lsb_int16( _x_ ) ((int16_t) get_lsb_short( _x_ ))
48 #define get_lsb_uint16( _x_ ) ((uint16_t) get_lsb_short( _x_ ))
49 #define get_lsb_int32( _x_ ) ((int32_t) get_lsb_long( _x_ ))
50 #define get_lsb_uint32( _x_ ) ((uint32_t) get_lsb_long( _x_ ))
57 #define get_msb_int16( _x_ ) ((int16_t) get_msb_short( _x_ ))
58 #define get_msb_uint16( _x_ ) ((uint16_t) get_msb_short( _x_ ))
59 #define get_msb_int32( _x_ ) ((int32_t) get_msb_long( _x_ ))
60 #define get_msb_uint32( _x_ ) ((uint32_t) get_msb_long( _x_ ))