Lines Matching refs:u32
25 typedef unsigned int u32; typedef
45 # define BSWAP4(x) ({ u32 ret=(x); \
49 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
53 # define BSWAP4(x) ({ u32 ret=(x); \
57 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
61 # define BSWAP4(x) ({ u32 ret; \
63 : "=r"(ret) : "r"((u32)(x))); \
70 # define BSWAP4(x) _byteswap_ulong((u32)(x))
72 __inline u32 _bswap4(u32 val) { in _bswap4()
82 #define GETU32(p) BSWAP4(*(const u32 *)(p))
83 #define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v)
85 #define GETU32(p) ((u32)(p)[0]<<24|(u32)(p)[1]<<16|(u32)(p)[2]<<8|(u32)(p)[3])
104 union { u64 u[2]; u32 d[4]; u8 c[16]; } Yi,EKi,EK0,len,