Searched defs:GETU32 (Results 1 – 8 of 8) sorted by relevance
67 # define GETU32(p) SWAP(*((u32 *)(p))) macro70 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt… macro
78 #define GETU32(p) (*((u32*)(p))) macro
82 #define GETU32(p) BSWAP4(*(const u32 *)(p)) macro85 #define GETU32(p) ((u32)(p)[0]<<24|(u32)(p)[1]<<16|(u32)(p)[2]<<8|(u32)(p)[3]) macro
66 #define GETU32(p) BSWAP4(*(const u32 *)(p)) macro
102 #define GETU32(p) SWAP(*((u32 *)(p))) macro105 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ \ macro
43 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt… macro
719 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)… macro
860 #define GETU32(p) SWAP(*((u32 *)(p))) macro863 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ \ macro