BYTE3
#define BYTE3(v) ((v >> 24) & 0xff)
#define BYTE3 24
#define BYTE3(x) (unsigned char)((x) >> 24)
#define BYTE3(a) (BYTE0(a)<<24)